cancel
Showing results for 
Search instead for 
Did you mean: 

Structural Authorization

Former Member
0 Kudos
190

Goodday to all,

I have issue to create roles for structural authorization

Transaction code involved is OOSB & OOSP.

OOSB - Assign Structural Authorization

OOSP - Authorization Profiles

I need to make sure this roles can do roles assignment to user id via OOSB but via OOSP, user admin can only display the profiles not editing it.

Please assist.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Updates

Both table T77UA(OOSB) & T77PQ(OOSP) are sharing same authorization group i.e PS (Authorization Object S_TABU_DIS).

Unable to restrict access due to authorization group sharing. Possible solution as follows :

1) Change authorization group for one of the table to another group, After this changes, we can control activity for display or change for different authorization group.

2) Make this table to be transportable so all profiles development and assignment have to be done in Development client and transport over to Production.

3) Set authorization group PS allowed to changed and display in Production. By doing this, both table will be able to be maintained directly in Production.

Should anybody got another solution to this, please asisst.

Thanks.