We have a locked a Ztable by using the FM "ENQUEUE_E_TABLE" and the in SM12 we can see that the table is locked. We are unlocking the ztable by uing the FM "DEQUEUE_E_TABLE" but when we check in SM12 the loked entery is not unlocked .can any one help us what is the issue...
Modifying a Z table and 'ENQUEUE_E_TABLE' 2011 Mar 13 Problems with ENQUEUE_E_TABLE/DEQUEUE_E_TABLE 2006 Dec 11 ENQUEUE_E_TABLE 2008 Dec 10 Locking customized data table with ENQUEUE_E_TABLE 2008 Nov 28 How to give combination of fields in VARKEY in EN... ...
CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = TABLE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3. * IF SY-SUBRC <> 0. WRITE: / 'P_UNLOCK', SY-SUBRC. EXIT. ENDIF. * ENDCASE. * END-OF-SELECTION. When i run with P_LOCK = 'X' and look in SM12 nothing is...