Application Development 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: 

What ies ENQUEUE and DEQUEUE in BAPI??

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

amit_khare
Active Contributor
0 Kudos

Refer the link -

Regards,

Amit

Reward all helpful replies.