‎2006 Jun 27 9:03 PM
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
‎2006 Jul 08 6:00 PM
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
‎2006 Jul 03 1:34 PM
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.
‎2006 Jul 04 6:17 AM
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.
‎2006 Jul 08 6:00 PM
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
‎2006 Jul 10 4:47 PM