cancel
Showing results for 
Search instead for 
Did you mean: 

First name and last name for a user id

Former Member

Hi ,

I have the user id in SRM and now I want to get the first name and last name of that user id.

Can you please suggest me table name where I can get these details...

I looked at ADRP table , but this is not maintained for everyone.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the FM "BAPI_USER_GET_DETAIL" .Pass the user name and in the export parameter ADDRESS,you will get the details for the FIRSTNAME and LASTNAME.

BR,

Disha.

Do reward points for useful answers.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. The BAPI will work fine, but if you want the tables, USR21 links a user name to an address and person number, and ADRP holds the address details.

Regards,

Dave.