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

Finding authorization group using role or auth object

sanjana_lingras
Active Participant
0 Likes
4,729

Hi Experts,

We need help in finding respective authorization group using role or auth object.

We have list of roles and auth objects , now we need to find relevant authorization group (e.g. XXSD****) .

Please let us know the steps to find relevant authorization groups.

Regards,

Sanjana

5 REPLIES 5
Read only

Former Member
0 Likes
2,239

Check in TBRG table.

Read only

Former Member
0 Likes
2,239

Hi Sanjana,

You can use table TBRG(Authorization groups).

Authorization object

Authorization Group are key fields.

Regards,

Vineesh.

Read only

0 Likes
2,239

Hi Vineet,

I need to check auth group field which is available in TRDIR table (TRDIR-SECU).

Regards,

Sanjan

Read only

0 Likes
2,239

Hi,

Use USOBX_C or USOBT_C table to get the program name based on authorization object.

Then based on program name go to TRDIR table to get the authorization object.

Regards,

DPM

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,239

Are you looking for the authorization group allowed in a PFCG roles, filtering on authorization object S_TABU_DIS, field DICBERCLS ?

You could analyze a report like transaction S_BCE_68001423 (with SAT or SE30) to identify required tables like UST12 or AGR_1016.

Regards,

Raymond