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 Enqueue and Dequeue are based on t he Lock objects created via SE11. When a lock object is created for a DB table, 2 Function Modules are created: 1. ENQUEUE_<lock object> 2. DEQUEUE_<lock object> Before every update of the DB use the ENQUEUE FM...
CALL FUNCTION 'DEQUEUE_ES_PROG'EXPORTING mode_trdir = 'E'name = 'YLEON_032'x_name = ...
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 hi experts, i already used fms ENQUEUE_EVVBAKE and DEQUEUE_EVVBAKE for identifying locked quotations but i had trouble when the last entry for quotation is locked, all documents shows tahat they are locked too. i wanted to know how to use enqueue_read ...
0 Kudos 224 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 ...
ENQUEUE_E_TABLE and DEQUEUE_E_TABLE Former Member on 2008 Aug 11 0 Kudos 438 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 have run VFX3 to rellease billing document using VF02 BDC that is called inside VFX3. I used debugging to find out in ENQUEUE_ESRDIRE, or ENQUEUE_E_TRDIR is used anywhere in the process. I also used System Debugging and Break-point...
SAP Managed Tags: ABAP Development Hi i executed ur program and checked the entries in sm12. there exists an entry in sm12 for the program code in TRDIR table . it shows an exclusive lock placed on the table which could be deleted as well by checking the other radiobutton. i sugges...
ABAP Development Hi This is the basic information about the Fm, and you can search it in SCN you can get better answers. We can use the function modules ENQUEUE_E_TABLE for locking tables and the function module DEQUEUE_E_TABLE for unlocking tables. With this method, we don't need to ...