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
810

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
668

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

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

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
669

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
668

Hi,

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

Thanks.