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

TOBJ Authorization Object Details

Former Member
0 Likes
4,824

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,385

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

8 REPLIES 8
Read only

ThangaPrakash
Active Contributor
0 Likes
3,385

Hello Mohammad,

You can check the where used list of authorization objects using transaction SUIM.

Read only

0 Likes
3,385

I tried earlier but the problem is I dont have access to SUIM. Is there any other way to see it ?

Read only

Former Member
0 Likes
3,386

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

Read only

0 Likes
3,385

Nick ...  There i can see the maintained objects but my concern is to see the actual processing/logic where it checks the authorisations.

Read only

0 Likes
3,385

Hi,

This same transaction also has where-used option for each object.

Regards,

Nick

Read only

vikas_mulay2
Participant
0 Likes
3,385

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


Read only

0 Likes
3,385

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 ???

Read only

ThangaPrakash
Active Contributor
0 Likes
3,385

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