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

FM for locking & unlocking

Former Member
0 Likes
740

I have to update a table named bnka, can anyone tel me the FM for locking and unlocking a table before updating the same.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

ENQUEUE_E_TABLE passing BNKA to the tabname parameter. and

DEQUEUE_E_TABLE passing BNKA to the tabname parameter.

I have to update a table named bnka, can anyone tel me the FM for locking and unlocking a table before updating the same.

3 REPLIES 3
Read only

Former Member
0 Likes
707

Please check FM's:

<b>DEQUEUE_EFBNKA

ENQUEUE_EFBNKA</b>

Kind Regards

Eswar

Read only

former_member186741
Active Contributor
0 Likes
707

ENQUEUE_EFBNKA and deQUEUE_EFBNKA

To find this go to the data dictionary..se11/12 and do a where-used on table bnka, selecting the lock object from the popup.

The funtion modules are always enqueue_<lock_object> and dequeue_<lock_object>.

Read only

Former Member
0 Likes
708

ENQUEUE_E_TABLE passing BNKA to the tabname parameter. and

DEQUEUE_E_TABLE passing BNKA to the tabname parameter.