cancel
Showing results for 
Search instead for 
Did you mean: 

authrzn object

Former Member
0 Kudos

HI,

how to find authroziation object for a field

say sales order vbak-abgru (reason for rejection) or vkorg sales org

Pl suggest

Accepted Solutions (0)

Answers (6)

Answers (6)

sdipanjan
Active Contributor
0 Kudos

Hi,

Go to SUIM... Authorization Object by "By Field, Text" (last one for this node).... execute... put the Field name in the corresponding space ("Field") --> Execute

You will get the list of Authorization objects containing that Field.... to get Objects for Multiple fields, you can use the multiple selection option.

Regards,

Dipanjan

morten_nielsen
Active Contributor
0 Kudos

Hi

This can be done i a number of ways, but the transaction code (or one of them) in which you are trying to control the access is a good starting point.

Try to call SU24 for this t-code (the most interesting object in SU24 ar often those with Proposal = Yes.

Another way to do it, is do an authorization trace - you can find a short how-to [here|http://www.mhn-consulting.com/Security/st01.htm]. With the trace activated try to execute your process, and look for the value in your field.

And of course the option mentioned earlier which the search for date element i SU20 will trick, but it might give you several hits

Regards

Morten Nielsen

Former Member
0 Kudos

Hi ,

Go to SU20, Search for your field using the search help.

Double click on it, you will find all the objects that use this field and under which class at the bottom of the screen.

Alternatively you can use TOBJ table in SE16, type in your field and you can find all the related objects

Regards,

jurjen_heeck
Active Contributor
0 Kudos

> Alternatively you can use TOBJ table in SE16, type in your field and you can find all the related objects

The problem here is that you need to run 10 queries, to find out if its field1, one for field 2, one for field 3, one for field 4 etc....

JPReyes
Active Contributor
0 Kudos

Moved to Security Forum

Former Member
0 Kudos

Hi,

You can check in Transaction SU24.

-Srini

Former Member
0 Kudos

Hi

Check this [Link|http://sap.ittoolbox.com/groups/technical-functional/sap-security/how-to-find-authorization-object-for-the-specific-field-2537856]

Regards

Uday