SAP Managed Tags: ABAP Development Hello, I'm familiar with lock objects, but as far as i understand they are mostly used for table fields. How can i create a simple lock/unlock for a local report? I want just one user to be able to run a report via it's transaction at a time...
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
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 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...
Solved: Dear Team, Greetings!! I want to lock object on UI Screen as happens in ERP system( 2 user cannot change same object). ***But Thing is once THE GATEWAY
ENDIF.CALL FUNCTION 'DEQUEUE_ES_PROG'EXPORTING mode_trdir = 'E'name = 'YLEON_032'x_name ...
The parameter enque/deque_wait_answer determines whether dequeue (removal of locks) is done synchronously or asynchronously. The parameter can have the following values: TRUE: Waits for response from the enqueue server (synchronous) FALSE: Does not wait for response (asynchronous) ...
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 ...
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. Best Regards, PrasadKnow the answer? Help others by sharing your knowledge. Answer Need...
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 ...