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

SAP table for Userid , First Name & Last Name

manoj_goyal2
Participant
97,744

Hi Guys,

Can somebody tell me the SAP table which has logon Userid, First name & Last Name.

Thanks,

mini

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
43,263

Use this View which is a combination of USR21,ADRC,ADRP tables.

USER_ADDR

8 REPLIES 8
Read only

former_member156446
Active Contributor
0 Likes
43,263

did u check USR* tables?

Read only

GauthamV
Active Contributor
43,264

Use this View which is a combination of USR21,ADRC,ADRP tables.

USER_ADDR

Read only

43,263

Thanks! Very useful.

Note: USER_ADDR is a DB view.

Read only

0 Likes
43,263

This is helpful, thanks

Read only

Former Member
0 Likes
43,263

Hi,

Goto USR21 table pass your SAP login name. You will get the PERSONNUM pass this number to ADRP table, you will get the First Name and Last Name.

Pass the Address Number to ADRC table, you will get the address details.

Hope this mabe be useful..

Regards,

Prashant

Read only

SujeetMishra
Active Contributor
0 Likes
43,263

Hello,

Check table USR03.

Regards,

Sujeet

Read only

Former Member
43,263

Hi,

check "USER_ADDRP" table , here BNAME is userid ,name_first is firstname and name_last is lastname.

hope it'll help.

Regards,

Sneha.

Read only

0 Likes
43,263

You can find First name, last name and Email address of users from SU10 -> Address tab