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

authorization object

Former Member
0 Likes
660

hi

all

please suggest me how to find out , what authorization objects are assigned to a particular authorization group.

i need to find out the above for my authorization group

thanks in advance

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
633

All authorization objects are grouped to form a role in Create roles tcode(PFCG).

You can get list of authorization objects in tcode SU24.

Once roles has been created these will be assigned to users via PFCG or SU01 tcodes.

Regds

Manohar

4 REPLIES 4
Read only

Former Member
0 Likes
633

hi vijaya,

you can view authorization group in transaction PFCG.give role name and go in display mode.but i would like to know what is your authorization objects.

Read only

Former Member
0 Likes
633

Hi Vijaya,

AUTHORITY-CHECK OBJECT object

ID name1 FIELD f1

ID name2 FIELD f2

...

ID name10 FIELD f10.

You can use ST01 to switch on the authorization trace. If you do not have access to ST01, you can execute SU53 to check the authorization objects being checked for a transaction.

For eg you execute MM01 and then you execute SU53 to see what authorization checks were

performed when you executed MM01.

object

Field which contains the name of the object for which the authorization is to be checked.

name1 ...

Fields which contain the names of the

authorization fields defined in the object.

f1 ...

Fields which contain the values for which the

authorization is to be checked.

Hope this helps u.

Thanks,

Seema.

Read only

Manohar2u
Active Contributor
0 Likes
634

All authorization objects are grouped to form a role in Create roles tcode(PFCG).

You can get list of authorization objects in tcode SU24.

Once roles has been created these will be assigned to users via PFCG or SU01 tcodes.

Regds

Manohar

Read only

Former Member
0 Likes
633

Hi

thanks everyone

ur suggestions solved my problem