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

Locking table entry in VEKP table...

Former Member
0 Likes
1,124

Hi all,

How can i lock a particular table entry of VEKP table using 'ENQUEUE_E_TABLE' function module. Also provide some suggestion for checking locked entry.

Regards,

Mainak.

Hi all,

How can i lock a particular table entry of VEKP table using 'ENQUEUE_E_TABLE' function module. Also provide some suggestion for checking locked entry.

Regards,

Mainak.

2 REPLIES 2
Read only

Former Member
0 Likes
752

Use the function module ENQUEUE_EVVEKPE to lock entries in VEKP. Check for sy-subrc after the function module is called. If it is zero, then the entry was locked sucessfully. Use the function module DEQUEUE_EVVEKPE to unlock the entries.

Hope this helps.

Manoj

Read only

Former Member
0 Likes
752

try FM - ENQUEUE_EVVEKPE