Application Development 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: 

SM04->goto->memory

Former Member
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi if you are looking for the function module

Please try the following FM

CALL FUNCTION 'THUSRINFO'

TABLES

usr_tabl = i_usertable

Former Member
0 Kudos

Hi Dimitry

Look at tabel USR41.

Regards, Dieter

0 Kudos

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

Former Member
0 Kudos

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