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

user activity tracing

Former Member
0 Likes
4,374

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

12 REPLIES 12
Read only

Former Member
0 Likes
3,961

Hi,

if this would be available, I would take SAP to court. It would offend personal rights.

Regards,

Klaus

Read only

ThomasZloch
Active Contributor
0 Likes
3,961

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

Read only

GauthamV
Active Contributor
0 Likes
3,961

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.

Read only

Former Member
0 Likes
3,961

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.

Read only

venkateswaran_k
Active Contributor
0 Likes
3,961

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

Read only

koolspy_ultimate
Active Contributor
0 Likes
3,961

Hi,

Use Tcode:  SM20.

Regards,

Madhumahesh.

Read only

former_member209120
Active Contributor
0 Likes
3,961

Hi Neha,

You can find this details in STAD report in detail..

Thanks,

Ramesh.T

Read only

Pranay_Panchbha
Participant
0 Likes
3,961

Hi Neha,

Check Transaction Code SM20 . You Will Get the Details that you required . STAD  Transaction code is for Statistical Records.

Read only

Former Member
0 Likes
3,961

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

Read only

0 Likes
3,959

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,959

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

Read only

kaus19d
Active Contributor
0 Likes
3,959

This message was moderated.