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

Regarding SM12

Former Member
0 Likes
445

Hi SAP Gurus,

I am writing a report program ,in that i need to capture the output of the SM12 t-code.

I need the function module name which captures the output of SM12.

I used ENQUEUE_READ but it is showing only one user related details.

Any solution for this?

Hi SAP Gurus,

I am writing a report program ,in that i need to capture the output of the SM12 t-code.

I need the function module name which captures the output of SM12.

I used ENQUEUE_READ but it is showing only one user related details.

Any solution for this?

2 REPLIES 2
Read only

Former Member
Read only

Lakshmant1
Active Contributor
0 Likes
413

Hi Prakash,

In FM ENQUEUE_READ, for GUNAME parameter pass the value space or * instead of default user name. It will fetch all the entries.

Hope this helps

Thanks

Lakshman