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

How to get all authorization objects for a certain authorization profile

Former Member
0 Likes
884

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
Read only

Former Member
0 Likes
846

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

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

4 REPLIES 4
Read only

Former Member
0 Likes
847

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

Read only

Former Member
0 Likes
846

Hi Oliver,

Try to use program RSUSR070.

Regards.

Read only

Former Member
0 Likes
846

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

Read only

Former Member
0 Likes
846

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