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

Table name for lock objects

Former Member
0 Likes
589

Hello,

I'm working on an issue - a Z program updates a field in the sales order. However sometimes it fails due to the locking issues (users in VA02).

Could some one let me know how SAP identifies a document being in change mode? Is there any table from which this info can be retrieved?

This info will be useful for me to fix the issue..

Regards,

Krishna

3 REPLIES 3
Read only

Former Member
0 Likes
535
Read only

Former Member
0 Likes
535

Check FMs,

DEQUEUE_EVVBLKE

ENQUEUE_EVVBLKE

Regards,

Read only

Former Member
0 Likes
535

Hi,

If you are trying to update a field in vbak, then call FM ENQUEUE_EVVBAKE to lock the table.

and DEQUEUE_EVVBAKE to unlock the tabler after updation.

if any other table try to find the lock object form se11. Then use the object in place of EVVBAKE.

Thanks,

Bindu.