‎2007 Dec 05 1:59 PM
hi
can anyone tell me how this SU53 is getting updated
is this through any program
‎2007 Dec 05 2:08 PM
SU53 reads data from Instance logs. i.e every time you access a transaction all the processing done during program load event trigger like authorization checks etc are stored in Instance log in SAP memory of the Instance.
SU53 is developed to read all authorization checks performed from this Instance log. There is a size restriction for this log so it keeps refreshing for every transaction entered.
Sirish
‎2007 Dec 05 2:03 PM
Hi,
SU53 gives the Authorization log of the previous executed txn.
It's updated simultnaeously.
Hope this helps,
Erwan
‎2007 Dec 05 2:06 PM
‎2007 Dec 05 2:08 PM
SU53 reads data from Instance logs. i.e every time you access a transaction all the processing done during program load event trigger like authorization checks etc are stored in Instance log in SAP memory of the Instance.
SU53 is developed to read all authorization checks performed from this Instance log. There is a size restriction for this log so it keeps refreshing for every transaction entered.
Sirish
‎2007 Dec 06 7:17 AM
Hi Sirish,
Is it possible for us to trace the values that has been updated in instance logs.
because in one particular case the objid is getting populated instead of the authorisation value. we are supposed to check y is it getting populated wrongly.