2006 Oct 27 3:25 PM
Hi experts,
Need one help to get a list of users who are currently having a lock entry in SM12 based on a lock argument. Is this possible to input the lock argument and get a list of such users through some function module or table lookup in batch mode ? I need to send a message via SM02 programmatically to all such users.
Thanks,
Neeraj
2006 Oct 27 3:30 PM
Hi experts,
Need one help to get a list of users who are currently having a lock entry in SM12 based on a lock argument. Is this possible to input the lock argument and get a list of such users through some function module or table lookup in batch mode ? I need to send a message via SM02 programmatically to all such users.
Thanks,
Neeraj
2006 Oct 27 3:30 PM
2006 Oct 27 3:42 PM
Hi,
YOu just use the function module ENQUEUE_REPORT , it will return a table with all lock entries and the correpsonding users.
Thanks,
Ramakrishna
2022 Jan 07 10:40 AM
2006 Oct 27 3:47 PM
Thanks all. Both the function modules works like a charm. Do you know what is the difference between the 2 suggested function modules ?
Thanks again,
Neeraj
2006 Oct 27 3:52 PM
ENQUEUE_REPORT internally calls the fm ENQUEUE_READ.
ENQUEUE_READ has two extra parameters in its import section.
Regards,
Ravi
2006 Oct 27 3:57 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |