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

SU53

Former Member
0 Likes
1,292

hi

can anyone tell me how this SU53 is getting updated

is this through any program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,116

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,116

Hi,

SU53 gives the Authorization log of the previous executed txn.

It's updated simultnaeously.

Hope this helps,

Erwan

Read only

Former Member
0 Likes
1,116

The program is SAPMS01G

Read only

Former Member
0 Likes
1,117

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

Read only

0 Likes
1,116

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.