‎2011 Feb 01 11:13 AM
Hi Experts,
I'm using FM 'CLVF_INSERT_AUSP' to insert records into AUSP.
Please let me know how can I Enqueue and Dequeue AUSP before and after insertion.
Is there any standard BAPI instead of 'CLVF_INSERT_AUSP' that by default enqueues and dequeues?
Thanks in advance.
Anirban.
‎2011 Feb 03 4:38 AM
Hi ,
Check for the list of available lock object for this table in data dictonary. If there is some lock object then check for the function module using GOTO->Lock Modules option. It will show the list of function module. U can use these FM to lock the table. First use Enqueue to lock the table. Once u finish the job perform dequeue,otherwise it will create problem.
If lock object is not available then u hav to create lock object for the table and do the above mentioned process.