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

Transaction Code SAP User

Former Member
0 Likes
772

Which transaction code would give me the details about the the users and the transaction codes used by them on particular dates or particular period.

I do not want the users and their authorities.Which all TC have been used by the particular user is needed ?

5 REPLIES 5
Read only

Former Member
0 Likes
737

HI,

It is:

SU01 -user

SUIM -Information about all

reward if useful

regards,

ANji

Read only

Former Member
0 Likes
737

Hi Sarika,

In SU01, Enter the user for which you want to see the TCs..

then from Profiles Tab ...you can find the profiles attatched to the USER..

and These profiels containg the T-codes that are assigned to the User.

<b>Reward Points if Useful.</b>

Regards,

Tejas

Read only

Former Member
0 Likes
737

Please check table AGR_USERS.

Current login user - u can get this detail from table USR41.

last login date & time - from table USR02.

a demo pgm that will diaplay the user last login date and time.

http://www.sap-img.com/ab005.htm

Message was edited by:

sunil kumar

Read only

Former Member
0 Likes
737

<b>SM21</b>

<i>please reward helpful answers</i>

Read only

Former Member
0 Likes
737

Hi,

u can use trasaction code <b>AL08</b> to know the transactions currently being executed by various users in the system.

If u want to know the entire statics of diferrent transactions executed by various users, use transaction code <b>STAT</b>