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

Track Material Lock

Former Member
0 Likes
812

Dear All ,

Any idea how we going to trace the Material Lock by some one ?

use FM ENQUEUE_READ ???? or other easy n faster way can trace it ?

Thanks

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
670

What do you mean by "trace", you may use SM12, or programmatically use ENQUEUE_READ with GNAME = 'MARA' (and other tables) and GUNAME = user name or *

Regards,

Raymond

What do you mean by "trace", you may use SM12, or programmatically use ENQUEUE_READ with GNAME = 'MARA' (and other tables) and GUNAME = user name or *

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
671

What do you mean by "trace", you may use SM12, or programmatically use ENQUEUE_READ with GNAME = 'MARA' (and other tables) and GUNAME = user name or *

Regards,

Raymond

Read only

0 Likes
670

Hi,

Yes you can only read ENQUEUE entries by using FM ENQUEUE_READ or you can lock entries in t.code SM12.

Thanks.