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

What ies ENQUEUE and DEQUEUE in BAPI??

Former Member
0 Likes
1,918

Enqueue and dequeue when using BAPI function modules...APart from that with data dictionary its locking and unlocking tables.How does it work in BAPI???

\

regards ,

LAvanya

2 REPLIES 2
Read only

Former Member
0 Likes
844

Hi Lavanya,

Please reward points if this is helpful and close this thread.

Enqueue and Dequeue using BAPI can be used to lock an object.

<b>For example :</b>

If we need to lock and employee number to be edited only by the person who set the lock, we can use a BAPI.

Do read the documentation of '<b>BAPI_EMPLOYEE_ENQUEUE</b>'. It will give you a better idea of how to implement Enqueue for a BAPI.

Read only

amit_khare
Active Contributor
0 Likes
844

Refer the link -

Regards,

Amit

Reward all helpful replies.