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: 

what is the table name to store all user names & their first name and last

Former Member
0 Kudos

what is the table name to store all user names & their first name and last name.

thank u in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use USER_ADDR.

Regards

Nishant

5 REPLIES 5

Former Member
0 Kudos

use table - USR01 and USR* related tables to get information on the SAP users

Regards,

GURU

Former Member
0 Kudos

Use USER_ADDR.

Regards

Nishant

former_member386202
Active Contributor
0 Kudos

Hi,

Table name is USR01 User master record (runtime data)

Regards,

Prashant

Former Member
0 Kudos

Hi

Try using the table ADRP

Thanks

Shiva

Former Member
0 Kudos

Hi raju,

the simplest way is to use FM BAPI_USER_GET_DETAIL.

Here you get all Information you need.

Regards, Dieter