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: 

Audit Tool for tracking

Former Member
0 Kudos

Hi, Is there any audit tool which can provide us with the details fo the transaction code being used by a particular user along with the data being accessed / activity being performed by using the said t-code.

Kindly let me know as soon as possible.

5 REPLIES 5

former_member701183
Active Participant
0 Kudos

Hi,

Please refer to the following transactions and tables for audit and change history related issues. Some are already discussed in other threads by Dipanjan.

1. Use sm20 and sm21 for audit logs. Check settings via sm19.

2. Run st03n for txn details and users.

3. Run STAD but you will get limited historical data.

4. Run table SGOSHIST.

5. Run SCU3 to check table data for logged tables.

6. Table CDHDR for Header entry change.

Please check and let us know if any issue.

Regards

Aveek.

0 Kudos

Hi ,

You may need some data from the below tables for Audit purpose:

1) USR02

2) USHQ

Regards,

Sandip.

0 Kudos

> 1. Use sm20 and sm21 for audit logs. Check settings via sm19.

> 2. Run st03n for txn details and users.

> 3. Run STAD but you will get limited historical data.

> 4. Run table SGOSHIST.

> 5. Run SCU3 to check table data for logged tables.

> 6. Table CDHDR for Header entry change.

In addition to that you can use various server (specific) logs and extended tracing capabilities, some of which will have performance impacts.

Lets wait for more information about the use-case before answering further.

Cheers,

Julius

ps: Generally, please try to answer "good" questions. Some lazy questions from repeat offenders who do not make any attempt to search on their own might be deleted.

0 Kudos

Thanks for the information. However we are looking out for a tool which can provide both the tcode as well as data being accessed through these tcodes by the users all in one tool....this can help us to track the information in one go....Please help

Former Member
0 Kudos

Hi

sm20 and sm21 Can be used for audit log checking

regards

Shitika