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

Locked delivery

Former Member
0 Likes
929

Suppose a delivery is locked by a user and a program . Then thse data ( locked information) must be stored in some database table. Which tables can be used to know these informations???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
902

You can find the details in transaction: SM12. For programming you can use FM: ENQUEUE_READ

Suppose a delivery is locked by a user and a program . Then thse data ( locked information) must be stored in some database table. Which tables can be used to know these informations???

5 REPLIES 5
Read only

Former Member
0 Likes
902

Check out SM12 transaction ..

Read only

Former Member
0 Likes
903

You can find the details in transaction: SM12. For programming you can use FM: ENQUEUE_READ

Read only

0 Likes
902

I want to know if there is ant database table which store that information.

Read only

0 Likes
902

Lock entries are stored in shared memory rather than in a table. Check below link for your understanding: [FAQ on Lock Cocept|http://help.sap.com/saphelp_erp2004/helpdata/en/cb/168237d30d974be10000009b38f8cf/content.htm] More inforamtion on Lock entries can be found here: [Lock Entries|http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm]

Read only

0 Likes
902

Thank you Eswar.