Application Development 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: 

SM12 Entries?

Former Member
0 Kudos

HI All,

How to get the lock entries??

For example if the user in a transaction MM02 ,i want to know what is the product and location combination the user editing?

I know this product will be dislayed in SM 12 transaction,but i want the product and location combintain??

Is there any way to get the product and location combination??

Can any one please help me ..

Thanks,

Chandra.

3 REPLIES 3

Former Member
0 Kudos

Hi,

To use it programatically, you can use FM's: ENQUEUE_READ or ENQUE_REPORT

Regards

Eswar

Former Member
0 Kudos

Hi

after running Tcode goto Su53 then check the fields' combination

Regards

Shiva

Former Member
0 Kudos

Hi,

When you check the entries in SM12, in the 'Lock Argument', (extreme right column), your have an entry like 200RACE (for example).

Here 200 is the client id for the logon and RACE is the Change Number. You can possibly use this change number for the info you are looking for.

Reward if this met your need.