2006 Jul 03 10:20 AM
Hello gurus,
What program or functionm module can give me the list of users that are connected to the
R/3 system now (central instance and applications) with
the memory they take ?
Please advice,
Dimtiry Haritonov
2006 Jul 03 10:23 AM
Hello,
U can use the SM04 where u can find a list of users who are all connected to R/3 system.
Don't forget to reward points...
Regards,
Vasanth
2006 Jul 03 11:01 AM
Hi if you are looking for the function module
Please try the following FM
CALL FUNCTION 'THUSRINFO'
TABLES
usr_tabl = i_usertable
2006 Jul 03 11:15 AM
2006 Jul 03 11:42 AM
Hello,
-USR41 doesn't includes the memory of the users.
-"CALL FUNCTION 'THUSRINFO'
TABLES
usr_tabl = i_usertable" doesn't prints the memory.
I found that there is another way to call 'THUSRINFO' for
getting the memory...
I'll publish it when I'll finish. Meantime, is there an easier way to ge it ?
dimitry
2006 Jul 03 11:36 AM
hi
good
SXPG_CALL_SYSTEM you can check the user's authorization for the specified command and run the command. The command runs on the host system on which the function module is executed. The function module is RFC capable. It can therefore be run on the host system at which a user happens to be active or on another designated host system at which an R/3 server is active.
SXPG_COMMAND_DEFINITION_GET Read the definition of a single external OS command from the R/3 System's database.
THANKS
MRUTYUN