‎2007 Mar 29 6:48 AM
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 ?
‎2007 Mar 29 6:50 AM
HI,
It is:
SU01 -user
SUIM -Information about all
reward if useful
regards,
ANji
‎2007 Mar 29 7:08 AM
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
‎2007 Mar 29 7:13 AM
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
‎2007 Mar 29 7:14 AM
‎2007 Mar 29 11:55 AM
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>