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: 

Function module to read Security Audit Logs

Former Member
0 Kudos

I've been looking for a function module that will allow me to read the security audit logs that are viewed via SM20.

I was hoping to find a single module where I could input date/time/user etc, but unfortunately that doesn't appear possible.

Basically I'm tracking transaction use remotely, and am looking to extract the data automatically.

Has anyone done this before and can show me some snippets of code?

thanks,

Stephen

3 REPLIES 3

Former Member
0 Kudos

> Has anyone done this before and can show me some snippets of code?

The example code and FM's you are looking for are in report RSAU_READ_AUDITLOG_EXTERNAL.

Cheers,

Julius

Former Member
0 Kudos

That's excellent, thanks.

I'm able to produce a module that performs similar calls and can now get the data externally.

0 Kudos

Can you please help us to get the basic Idea of the your Implemented Sol.