‎2009 Feb 13 12:54 PM
HI,
Is transparent table usr41 the base table for sm04 ? I want to get the details of all users currently logged in the system in my internal table. Im collecting this data from usr41 table. I just want to ensure that im doing it in a right fashion. Can any one see any drawback in it ?
BYe
‎2009 Feb 13 12:59 PM
Hi Mac,
Use below FM to get list of users logged in at any point in time.
TH_USER_LIST
Even it gives the transaction they have opened also. If u want only user ids the delete duplicates based on user IDs after calling this FM.
Thanks,
Vinod.
‎2009 Feb 13 1:00 PM
Hi
U need to replace the code of trx SM04, so the report RSM04000_ALV.
The main code should be in the routine BUILD_LIST
Max
‎2009 Feb 13 1:00 PM
Hello Mac,
As this temporrary table u can pull the data it's ok.
But i want to know the data will be changed from time to time.
I didn't get u r business but its'a problem.
Thanks
‎2009 Feb 13 1:01 PM
‎2009 Feb 13 1:04 PM