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

Table for user's Full Name

Former Member
0 Likes
18,289

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
Read only

Former Member
12,049

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
Read only

Former Member
12,050

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

Read only

Former Member
0 Likes
12,049

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

Greetings.