cancel
Showing results for 
Search instead for 
Did you mean: 

what is the standard table name which contain ID and Name(text)?

Former Member
0 Kudos

Hi

I just curious about table name which have SAP user ID and Name.

could anyone can tell me the name or how to find this?

thank you

View Entire Topic
Former Member
0 Kudos

Hi,

The database view: USER_ADDR, has all the info you need.

Just pass in the userId to the field Bname and get the first name, last name, etc...

Regards

Subramanian

Former Member
0 Kudos

Thank you

you fully solved my curious

that was what I looking for.