2011 Aug 04 8:35 AM
Hi,
is there any FM can use to see which program / t-code currently executed by user similar like 'sm04'. I have found 1 FM "TH_SYSTEMWIDE_USER_LIST" but this FM cannot see if the user run more than 1 program.
basically, it is similar like 'sm04' and double click on the t-code so you will be able to see list of the program executed by user.
Please advise.
Thank You and Best Regards
Fernand
2011 Aug 04 10:37 AM
Hi,
is there any FM can use to see which program / t-code currently executed by user similar like 'sm04'. I have found 1 FM "TH_SYSTEMWIDE_USER_LIST" but this FM cannot see if the user run more than 1 program.
basically, it is similar like 'sm04' and double click on the t-code so you will be able to see list of the program executed by user.
Please advise.
Thank You and Best Regards
Fernand
2011 Aug 04 9:05 AM
Hi Fernad,
Just try it out,
TH_DISPLAY_USER_LIST
TH_READ_USER_TRACE
TH_REMOTE_USER_LIST
TH_USER_LIST
What are the essential parameters you have with you to find the details
The case of Remote User is also considered.
Thanks
Sri
2011 Aug 04 9:20 AM
2011 Aug 04 9:28 AM
Hi Fernand,
TH_USER_LIST will give you what you need.
Regards,
Peter
2011 Aug 04 9:59 AM
Hi Peter,
I can see my user using TH_USER_LIST but i cannot see all the t-code that i have opened within 1 session.
it is similar like you open sm04 and double click on the your session it will popup new window with list of the program that executed.
Thank You and Best Regards
Fernand
2011 Aug 04 10:25 AM
Hi Fernad,
If you try to open SM04, the same thing will appear. you will see your user id once and there is a column/field (EXTMODI) where you would see the number of sessions opened.
Calling the FM TH_DISPLAY_USER_LIST will give you a screen which is the same screen that you will see in SM04. With FM TH_USER_LIST, it will return a table that contains the details shown in SM04 and it is up to on how you want it displayed on screen.
Regards,
Peter
2011 Aug 04 10:37 AM
2011 Aug 05 1:56 AM
Thank You Filipo, That what I want. I can see all the t-code executed by user in details.
Best Regards
Fernand
2022 Jan 24 8:58 AM
2022 Jan 24 10:52 AM
You can always write one that just calls TH_LONG_USR_INFO. Define it with the same parameters and job done.
2011 Aug 04 1:33 PM
Hi,
Try transaction STAT. Hope this might help you out.
Thanks.