In the menu ..GOTO -> LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function Lock objects: http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm Match Code Objec...
SAP Managed Tags: ABAP Development hi all, i want to use sap locking mechanisn (Enqueue and dequeue consept) while updating database table...please explain how to use this while updating a database table. Thanks in advance Nandha kumar Reply All forum topics Previous Topic Next Topic ...
ENQUEUE_E_TABLE and DEQUEUE_E_TABLE Former Member on 2008 Aug 11 0 Kudos 436 SAP Managed Tags: ABAP Development, SAP ERP Dear all, Can anybody please tell me the significance of parameters in the above FMs. i.e. _SCOPE, _WAIT, _COLLECT, _SYNCHRON. Thanks a lot in advance....
When I lock - update the table - unlock using enqueue / dequeue function modules from one program, it works fine. But now the need is, I selelct and lock a particular entry (which i display in an alv grid) in the first program, which submits another, and from there i update the ta...
0 Kudos 214 SAP Managed Tags: ABAP Development Hi all, Can i use FM 'ENQUEUE_E_TABLE' and 'DEQUEUE_E_TABLE' for nast table also, and in general for all DB tables? Can you send me FM which will update nast table? Regards, VishyReply ...
SAP Managed Tags: ABAP Development Hi All, 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 unloc...
SAP Managed Tags: ABAP Development Hello Dieter, Your tables (In this case MKPF/MSEG) can be locked only for the duration of your program. If your program is running for 12 hours (say a monthly report or so), then you can lock your tables at the beginning of your program and they ...