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

User Name

Former Member
0 Likes
910

Hi Developpers

I want to get logged username (description)

example,

My User ID is ITNR

i want to ger my 1st name , last name & other info.

how i get it??

8 REPLIES 8
Read only

Former Member
0 Likes
873

Hello Nelson,

check su01 transaction.

Regards.

Read only

Former Member
0 Likes
873

check table USR21 get ADRNR and then go for ADRP table with that PERSNUMBER.

Regards

Prabhu

Read only

Former Member
0 Likes
873

Hi Rodrigo,

Try tcode SU01, give your user name and click on display button on the application toolbar, u can get the details there, click F1 on the fields and technical info, u can also get the table details too.

Regards:-

<b>Santosh.D</b>

P.S. Mark Usefull answers

Read only

Former Member
0 Likes
873

Check d table : ADRP

Ramesh.

Read only

Former Member
0 Likes
873

Hi,

If you want to do it through a tx. SU01 is the answer.

If you want to do it programatically try tables USR01, USR21.

Reward if helfpul.

Rgds

Read only

dani_mn
Active Contributor
0 Likes
873

HI,

First get the persnumber from table 'USR21'

then get first name and last name from the table 'ADRP'.

field names are 'Name_First', 'Name_last'.

OR

join both USR21 and ADRP table on persnumber field

by giving the user name in where clause.

Regards,

Read only

Former Member
0 Likes
873

Use FM ISR_GET_USER_DETAILS.

Reward points if found helpful.

Rgds

saurabh.

Read only

Former Member
0 Likes
873

I hope you wish to get the info programatically...

Please check the table USR* ..it has all the user related tables.

USR03 I think would give you the name details..

Regards

Anurag