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: 

How to user FM RSAU_READ_FILE through SE37

Former Member
0 Kudos

Hi Experts,

How to user FM RSAU_READ_FILE through SE37?

I'm trying to read sap security audit log..

Help me pls!

4 REPLIES 4

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Why not write a $TMP program that calls the FM? If the returned values aren't nested or too large use cl_demo_output for display.

0 Kudos

Hi Horst Keller,

Because I don't have access to the developer function. Also I need to use FM RSAU_READ_FILE remotely..

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you need it remotely, calling it in SE37 doesn't help anyhow. Write an RFC in the system where you need it. If you aren't a developer, hands off an API and ask a developer to help you.

0 Kudos

Go to SE37 and on the menu u will see Function Module Click on it and u will find Execute option and in that u will see TEST SEQUENCE. with this u can use ur FM in case u need commit work or u can use UNIT TESTS to test the result.