Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enqueue and Dequeue AUSP

Former Member
0 Likes
454

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.

1 REPLY 1
Read only

former_member184497
Participant
0 Likes
354

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.