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

User Table

Former Member
0 Likes
946

What is the tables that contains SAP user name and real name?

Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
904

you can try USR03

Read only

0 Likes
904

you can go to SE16N and search for USR* to see all these tables.

Read only

0 Likes
904

hy

i wnt to know about hw many user license in system where stored information in sim file.

thnks

bhavesh

Read only

former_member376453
Contributor
0 Likes
904

There is one database view USER_ADDR, from where you can directly get the user id as well as user name.

Kuntal

Read only

Former Member
0 Likes
904

check USR02 table

Reg,

Sachin

Read only

GauthamV
Active Contributor
0 Likes
904

Join USR21 table with ADRP table based on person number to get

both SAP user name and real name.

Read only

Former Member
0 Likes
904

Hi,

Check with below tables

USR02

USR03

Regards,

Anki reddy

Read only

Former Member
0 Likes
904

Hi,

Check these two tables

USR02

USR21

Regards,

Jyothi CH.