Application Development and Automation 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: 
Read only

SAP Audit log

Former Member
0 Likes
1,282

Hi Experts,

                i want to know table name for SM18 audit log deletion where it was store. and how to give values in sm18 transaction code.give >3 age means i don't understand ??????

Hi Experts,

                i want to know table name for SM18 audit log deletion where it was store. and how to give values in sm18 transaction code.give >3 age means i don't understand ??????

5 REPLIES 5
Read only

paul_bakker2
Active Contributor
0 Likes
1,204

Hi,

Have you tried debugging the transaction, to see where it gets the log entries from?

I think they are stored in files, but I'm not sure.

> give >3 age means i don't understand ??????

Um, what don't you understand?

cheers

Paul

Read only

0 Likes
1,204

HI Paul Bakker,

          Transaction Code SM18 Give the value range is minimum age  =>3 . i am also not understand that.

Read only

0 Likes
1,204

Hi,

Oh, is that an error message ?

By default, the program deletes audit logs older than 30 days. Apparently you get an error if you specify a value less than 3 days.

cheers

Paul

Read only

0 Likes
1,204

hi

oh, That is the meaning of minimum age 3.right? but where the log has been store in database table.

Read only

0 Likes
1,204

You can use the FM RSAU_READ_FILE to get the Audit logs in your report.