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

How to find Tcode last access

Former Member
0 Likes
5,952

How can i find transaction last access date and username.

is there any table for the solution.

Moderator message - this question has been asked and answered many times before. Please search before asking. Thread locked

Edited by: Rob Burbank on Apr 19, 2009 4:16 PM

How can i find transaction last access date and username.

is there any table for the solution.

Moderator message - this question has been asked and answered many times before. Please search before asking. Thread locked

Edited by: Rob Burbank on Apr 19, 2009 4:16 PM

6 REPLIES 6
Read only

Former Member
0 Likes
4,564

Try the transaction STAT. You will get a log containing the date and time of access.

Read only

Former Member
0 Likes
4,564

Hi

use the trascations STAD,ST03 and STAT

you will get the details

Thanks!

Read only

Former Member
0 Likes
4,564

You can find this on transaction ST03.

The table which stores this data is MONI

You can fetch the data from this table also.

Note: The data in this table is in raw data format you need to first convert it and then store in internal table.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
4,564

Function module SAPWL_WORKLOAD_GET_STATISTIC is worth trying.

Read only

former_member789172
Participant
0 Likes
4,564

Hi,

To see when a certain t-code is used and who uses it based on program execution, see the following steps:

- T-code: se16n

- In “General Table View”

Table → ZUSRTC > enter

Transaction → fill in the t-code you want to view

- Press the execute button

Sort the data by date for easy viewing of the data.

Hope it helps~

Read only

ndomotor86
Product and Topic Expert
Product and Topic Expert
0 Likes
4,564

Dear Rob,

From the CCMS monitoring side I can suggest to please check the following KBA:

##2349134 - Check what Transactions were Run by which Users

If you want to get the detailed data from the user, you should check the audit log SM20 only if you have activated the SM20 in SM19.

Since SM20 is for the security audit log. ST03 is for the performance analysis.

Best regards,
Norbert
SAP Product Support