2014 Mar 28 9:57 AM
Hi All,
I am trying to see the logic of a Z-Authorization object. I can see an entry in the table TOBJ but am wandering about where to see the details for that Z-authorizations.
Where can i get the details for any authorization objects?
Please help.
Thanks!
2014 Mar 28 10:22 AM
Hi,
For the definition of an authorisation object use transaction SU21. The Z objects are usually defined in a Z class at the bottom of the list, but if not the Find option will search the whole hierarchy.
Regards,
Nick
2014 Mar 28 10:18 AM
Hello Mohammad,
You can check the where used list of authorization objects using transaction SUIM.
2014 Mar 28 10:33 AM
I tried earlier but the problem is I dont have access to SUIM. Is there any other way to see it ?
2014 Mar 28 10:22 AM
Hi,
For the definition of an authorisation object use transaction SU21. The Z objects are usually defined in a Z class at the bottom of the list, but if not the Find option will search the whole hierarchy.
Regards,
Nick
2014 Mar 28 10:38 AM
Nick ... There i can see the maintained objects but my concern is to see the actual processing/logic where it checks the authorisations.
2014 Mar 28 10:47 AM
Hi,
This same transaction also has where-used option for each object.
Regards,
Nick
2014 Mar 28 10:46 AM
Hi ,
At run time/Debugging Create a BreakPoint using key word 'authority-check'.
The Debugger will stop at all those place where Authority check is done.
See attached screen shot for reference.
Regards,
Vikas
2014 Mar 28 11:21 AM
Vikas .. I have the authority object and i can see where the authorization is in place but i want to know where we have code in place which gets executed after authority-check object statement ???
2014 Mar 28 11:23 AM
Hello Mohammad,
To find the transaction code which uses the authorization object, follow below steps.
Go to table TSTCA and give your Z* authorization object to find the transaction associated with it.
Regards,
TP