cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction usage

0 Kudos

Hi Everyone,

We hae to keep track of businees critical transaction usage on a daily bais.

We have to prepare a list of users who have accessed particular trasaction.

I know using STAD or ST03n we can find the usage.But we want to automate this.

What would be the best way to keep track of this?

Thanks,

Nagarjun.

Accepted Solutions (0)

Answers (1)

Answers (1)

ps0907
Active Participant
0 Kudos

One method would be to activate the audit system SM19/SM20 ( well documented in numerous posts in SDN) Afterward, you can schedule program RSAU_SELECT_EVENTS as a background job to run nightly. You can configure that variant for this program to filter the audit results by user, transaction or other available values.