cancel
Showing results for 
Search instead for 
Did you mean: 

How to read Security audit Logs (SM19/SM20) using FM RSAU_READ_LOG?

devaprakash_b
Active Contributor
0 Kudos
682

Hello Everyone,

I would like to read the security audit logs generated for the user during a specified time using the Function Module RASU_READ_LOG, but facing challenges in providing the required input.

Not understanding what input to be passed and which are required, tried a lot but the results returning are empty. I was able to fetch records using another FM RSAU_API_GET_LOG_DATA, but cannot use this as the FM is not remote/RFC enabled. 

Can someone kindly let me know or share some documentation related to this FM RASU_READ_LOG about expected inputs.

devaprakash_b_1-1706790157593.png

devaprakash_b_2-1706790160464.png

 

 

VedettevanKleef
Discoverer
0 Kudos
Just wondering if you managed to resolve this. We are facing the same issue with this FM.

Accepted Solutions (0)

Answers (1)

Answers (1)

mejias10
Explorer
0 Kudos

You can use FM RSAU_API_GET_LOG_DATA

Then, if you want to use it as RFC,
I recommend you create a new Z RFC that call RSAU_API_GET_LOG_DATA.

Regards.