cancel
Showing results for 
Search instead for 
Did you mean: 

which table stores SM04 (currently active users) data?

Former Member
0 Kudos

HI all,

what is the table which stores the SM04 currently active users data in sap?

plzzzzzzzzz help me..

Thanks all in advance ,

Malti

Accepted Solutions (0)

Answers (3)

Answers (3)

markus_doehr2
Active Contributor
0 Kudos

SM04 uses a kernel call to get the active user data, not table is involved:

  • Get the list of logged on users

CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE

ID 'TAB' FIELD USR_TABL-SYS.

--

Markus

Former Member
0 Kudos

Hi Malti,

Check table USR41

Thanks

Prince Jose

former_member184627
Active Contributor
0 Kudos

Hi Malti,

Pl .check in USR01/USR02 tables.

Regards,

SDS