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: 

SAP table for Userid , First Name & Last Name

manoj_goyal2
Participant

Hi Guys,

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

Thanks,

mini

1 ACCEPTED SOLUTION

GauthamV
Active Contributor

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

USER_ADDR

8 REPLIES 8

former_member156446
Active Contributor
0 Kudos

did u check USR* tables?

GauthamV
Active Contributor

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

USER_ADDR

Thanks! Very useful.

Note: USER_ADDR is a DB view.

0 Kudos

This is helpful, thanks

Former Member
0 Kudos

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

sujeet2918
Active Contributor
0 Kudos

Hello,

Check table USR03.

Regards,

Sujeet

Former Member

Hi,

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

hope it'll help.

Regards,

Sneha.

0 Kudos

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