cancel
Showing results for 
Search instead for 
Did you mean: 

Read Security Audit Log - Function Module/Class?

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

is there a function module or class to read security audit log?

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

Private_Member_19084
Active Contributor
0 Kudos

I've found the fm RSAU_READ_FILE.

1st I didn't know how to deal with it. (but you can debugg with sm20).

My challenge was the selection:

If you want to get everything, just enter in SELECTION-WHICHLOG = A and SELECTION-STARTDATE/ENDDATE = date+time.

SELECTION_AUDIT-SUBCLASID = 255, SEVERITY = 2 and SEL = *

So you get all audits.

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Anon.

Enable the SM12 trance to find the function module or class execution of T-code SM20 audit log viewer.


Regards

SS

Private_Member_19084
Active Contributor
0 Kudos

Hello Sriram,

didn't find the right one...

Do you have any other idea, how I can read them?
Are they also stored in the database?

At least the last one?

Kind regards