‎2006 Sep 05 11:15 AM
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??
‎2006 Sep 05 11:18 AM
‎2006 Sep 05 11:18 AM
check table USR21 get ADRNR and then go for ADRP table with that PERSNUMBER.
Regards
Prabhu
‎2006 Sep 05 11:19 AM
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
‎2006 Sep 05 11:21 AM
‎2006 Sep 05 11:21 AM
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
‎2006 Sep 05 11:26 AM
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,
‎2006 Sep 05 11:33 AM
Use FM ISR_GET_USER_DETAILS.
Reward points if found helpful.
Rgds
saurabh.
‎2006 Sep 05 11:59 AM
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