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 ...
SAP Managed Tags: ABAP Development Hi All, I am facing problem with dequeue. I ahve created the lock objects on the primary key fields for the DB table i wanted to use. Now the enqueue is used in FM1 which locks the data and passes the entries to front Java application. Java does...
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, There are 2 reports accessing 1 table. I am facing the runtime error with description - "The database system detected a deadlock and avoided it by rolling back your transaction.u201D Have come across implementing the ENQUEUE and DEQUEUE concept on ...
SAP Managed Tags: ABAP Development hi, I have created a lock entry for a z-table, which I update using a program. 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...
0 Kudos 255 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...
ENQUEUE_E_TABLE and DEQUEUE_E_TABLE Former Member on 2008 Aug 11 0 Kudos 529 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...
SAP Managed Tags: ABAP Development Hi All, I want to implement locking concept in a report where I need to lock the function location (IL02), can any one please help me in getting the ENQUEUE AND DEQUEUE Function module . Thanks Shaw Reply Former Member In response to Sandeep_Kumar ...
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 ...