2016 Mar 16 12:39 PM
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 ??????
2016 Mar 17 4:17 AM
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
2016 Mar 17 4:28 AM
HI Paul Bakker,
Transaction Code SM18 Give the value range is minimum age =>3 . i am also not understand that.
2016 Mar 17 4:53 AM
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
2016 Mar 17 5:00 AM
hi
oh, That is the meaning of minimum age 3.right? but where the log has been store in database table.
2016 Mar 17 5:55 AM
You can use the FM RSAU_READ_FILE to get the Audit logs in your report.