2007 Nov 02 2:28 PM
I am using the FM bapi_objcl_change. I have to use the enque and deque for that FM but i do not know which tables are being updated with that FM . How do i do that?
I am using the FM bapi_objcl_change. I have to use the enque and deque for that FM but i do not know which tables are being updated with that FM . How do i do that?
2007 Nov 02 2:30 PM
You don't have to worry if you use any BAPI.. because BAPI will take care of the enque/ deque stuff.
Regards,
Naimesh Patel
2007 Nov 02 3:07 PM
2007 Nov 02 3:19 PM
If you are calling the transaction multiple times (with a loop say), then it's possible that the previous locks have not released completely for the next bapi call. After each bapi call, when you commit, try:
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X' "<=======
IMPORTING
return = ret_tab.Rob
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |