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: 

Table for user's Full Name

Former Member
0 Kudos

Hello everyone, this is my first post in this great forum, well my doubt is about full name for any user, for example mi id is cventuro , where can i fin my full name (Carlos Venturo), in wich table, i looked in usr* with no success.

Thanks in advance.

pd. sry for my "english" =p

1 ACCEPTED SOLUTION

Former Member

Hi Carlos,

Welcome to SDN.

For your user's name you need two tables. The first is USR21, from which you get PERSNUMBER and ADDRNUMBER, which you then use to read table ADRP.

You could also use function module BAPI_USER_GET_DETAIL.

Regards,

Nick

2 REPLIES 2

Former Member

Hi Carlos,

Welcome to SDN.

For your user's name you need two tables. The first is USR21, from which you get PERSNUMBER and ADDRNUMBER, which you then use to read table ADRP.

You could also use function module BAPI_USER_GET_DETAIL.

Regards,

Nick

Former Member
0 Kudos

Thank you Nick for your answer, it really helps me.

Greetings.