Posted: Mon Sep 19, 2011 3:45 pm Post subject: Помогите разобраться с блокировкой
из IM переношу WM данные по Основным Записям Материалов(ОЗМ), чтобы перенести надо расширирить ОЗМ: добавить ракурсы управления складами. Использую BAPI_MATERIAL_SAVEDATA, но в случае блокировки таблицы MARA(объект EMMARAE), он не дает расширить ОЗМ, считываю блокировки
CALL FUNCTION 'ENQUEUE_READ'
EXPORTING
gname = p_dbtab ' по таблице MARA
TABLES
enq = it_enq.
и разблокирую их
CALL FUNCTION 'DEQUEUE_EMMARAE'
EXPORTING
MATNR = MATNR.
после разблокировки считываю они все равно висят.
Помогите плз).
Posted: Mon Sep 19, 2011 4:40 pm Post subject: Re: Помогите разобраться с блокировкой
Всем спасибо кто пытался помочь: нашел хД).
Мб это и не правильно, но помогло..
считали
CALL FUNCTION 'ENQUEUE_READ'
EXPORTING
gname = p_dbtab
TABLES
enq = it_enq.
удалили
CALL FUNCTION 'ENQUE_DELETE'
EXPORTING
check_upd_requests = 1
importing
subrc = subrc
tables
enq = it_enq.
м можем добавлять ракурсы.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.