Application Development and Automation 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: 
Read only

loged users

Former Member
0 Likes
715

Hello,

Does anybody know where can I fint a table with the loged users info?, I need to find which users are logged in our R3 SAP system.

Also I need to find its names and last names.

Thanks for your help.

Gabriel P.

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
674

Use this FM to get the list of user logged <b>TH_USER_LIST</b>

Regds

Manohar

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
674

Look at tcode SM04. Find the table. THUSERINFO FM will list you the users logged.

Regds

Manohar

Read only

0 Likes
674

Once you get the user names, then you can get the full names from table USR03.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
674

Hi

In table USR02 you should find the data of last login

Max

Read only

Manohar2u
Active Contributor
0 Likes
675

Use this FM to get the list of user logged <b>TH_USER_LIST</b>

Regds

Manohar