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

find user that enter to program

Former Member
0 Likes
874

Hi,

i wont to find user number that enter to program,

how i can do that?

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

Hi

If yuo need to know the user by abap u can check SY-UNAME, but if u need to know the users are using a certain program u can try to use trx like SM50/SM51 and SM04

Max

3 REPLIES 3
Read only

Former Member
0 Likes
700

hi copy the request number and go to the tcode SE09---> enter the number and choose display

Read only

Former Member
0 Likes
701

Hi

If yuo need to know the user by abap u can check SY-UNAME, but if u need to know the users are using a certain program u can try to use trx like SM50/SM51 and SM04

Max

Read only

Former Member
0 Likes
700

You can find the username in "sy-uname".