cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

We need to know how many times a transaction have been used by users.

SAPSupport
Employee
Employee
0 Likes
634

We need to know the count of the Transaction codes used. like in last 3 months how many times the same transaction have been used?
Is there any T-Code/table to identify such scenario? 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

This is not the sort of information that is stored for long in the system by default.

My suggestion would be to use the Security Audit Log.

This can record a lot of useful data including transaction usage for users.

This, however, needs to be set up using rsau_config/SM19.

So you cannot read past data if this was not previously configured.

Data can be read in rsau_read_log/SM20.

MichaelHealy779
Participant
0 Likes
CHeck the ST03N tcode. You can also get your ABAP guys to create a custom Tcode for this.

Answers (1)

Answers (1)

olgavlachova
Participant
0 Likes

Hello,

we are running SAP GRC Access Control 12.0, t-codes usage is its feature related to Super User Management (Firefighters). Sync job is scheduled to capture ST03N logs in plugin system and stored them in table GRACACTUSAGE.

I highly appreciate this stats, it makes any role review simple, easy and transparent

BR, Olga