Application Development 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: 

How to get all authorization objects for a certain authorization profile

Former Member
0 Kudos

Hi ABAP experts,

I have the following problem: for a certain authorization profile of a role (created with transaction PFCG) I would like to get all contained authorization objects: e.g. for the contained object PLOG I would like to know/read all corresponding parameter values.

So:

- where are these values stored (dictionary table)?

- is there already a FM or a report to read all authoriation values for a certain authorization profile?

Thanks in advance.

Best regards,

Oliver

1 ACCEPTED SOLUTION

former_member239282
Active Participant
0 Kudos

Hi,

check the following it might useful for you:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a...

    • if helpful reward points are appreciated

4 REPLIES 4

former_member239282
Active Participant
0 Kudos

Hi,

check the following it might useful for you:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a...

    • if helpful reward points are appreciated

Former Member
0 Kudos

Hi Oliver,

Try to use program RSUSR070.

Regards.

Former Member
0 Kudos

Hi all,

thanks for your answers so far.

But does anyone know where all the authorization objects are stored i.e. in which dictionary tables?

Remarks: 1) the roles are NOT stored in table TADIR

2) Roles are tranposrted in customizing transports

Thanks and regards,

Oliver

Former Member
0 Kudos

Hi all,

I just found it: the authorization values are stored in dictionary table UST12 (when a role is entered in a customizing transport all the involved tables can be seen there).

Cheers and thanks for your answers,

Oliver