Application Development 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: 

How to find Tcode last access

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

use the trascations STAD,ST03 and STAT

you will get the details

Thanks!

Former Member
0 Kudos

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.

Former Member
0 Kudos

Function module SAPWL_WORKLOAD_GET_STATISTIC is worth trying.

former_member789172
Participant
0 Kudos

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~

ndomotor86
Explorer
0 Kudos

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