ā2013 Jul 11 7:57 AM
Hi ,
I want to get the details of user activities that how many and what tcode he/she used in whole day. Is there any table available in SAP where we can find the details of all tcode logged by user in a day.
Thanks in advance.
Neha
ā2013 Jul 11 10:58 AM
Hi,
if this would be available, I would take SAP to court. It would offend personal rights.
Regards,
Klaus
ā2013 Jul 11 11:06 AM
This can be viewed in ST03N, but you need special authorisation to access the user-related profiles. As Klaus indicated, there might be legal restrictions, varying from country to country.
Thomas
ā2013 Jul 11 11:15 AM
Hi,
Why do you want to know these details ?
Only basis (administrator) team will have authorization for transactions like STAD and ST03N which will provide these details.
ā2013 Jul 11 11:16 AM
HI Neha ,
you can get the details of all the users and what tcodes they are using how much dailog steps were taken to excute each tcode.
you can get it by st03n--> select workload analysis-->analysis views--> user and settlement satistics
-->user profile.
double click on the user which u want to view.
but be cautious only performance tunning guys will do such activities to check the load(individual user load) on the system.
ā2013 Jul 11 11:25 AM
Hi Neha
It is possible by the BASIS team.
1. There is a tocde to activate the audit logs inside the system for specific set of transactions, rfc calls etc...
2. Once activated, the system maintain the log file in the sytem
3. Through a program - SE38 - RSAU_SELECT_EVENTS and execute...
4. This program will pick up the details from the audit logs maintained by system and displays.
However, activating the logs is by Basis team and it occupies spaces in disk.
Regards,
Venkat
ā2013 Jul 11 11:35 AM
ā2013 Jul 11 11:35 AM
Hi Neha,
You can find this details in STAD report in detail..
Thanks,
Ramesh.T
ā2013 Jul 11 11:46 AM
Hi Neha,
Check Transaction Code SM20 . You Will Get the Details that you required . STAD Transaction code is for Statistical Records.
ā2013 Jul 11 1:26 PM
Hi All,
Thanks for the reply.
Let me elaborate my query:-
let suppose there is user XYZ who logged in and did some activities and used se37,se38,.... so on in whole day... or did some changes in some object. Is there any table or tcode where I can put the user name and get the activity details like in which object he did the changes name of that and if he used tcode then tcode informantion also
Thanks
Neha
ā2013 Jul 12 7:12 AM
Hi Neha
Yes you can get this information by activating the audit logs. Please refer to my earlier post.
Ask your basis team to activate the logs. Using SM19.
Then run the program RSAU_SELECT_EVENTS
You will get your desired result. But please note that by activating audit logs, the system occupies spaces in creating audit files internally.
Refer to following screen shots.
ā2013 Jul 15 10:02 AM
This is available via ST03N, much more data is stored in MONI table (cluster, use FM like SAPWL_STATREC_DIRECT_READ). Also notice that this table is periodically purged.
(Start with note Note 945757 - Daily job for administration of monitoring data and Note 706478 - Preventing Basis tables from increasing considerably)
Regards,
Raymond
ā2016 Sep 01 12:20 PM