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: 

Authorizaiotn Role mass update

Former Member
0 Kudos

HI!

We have for each legal entity separate roles with the same transaction codes.

The difference in these roles is only by different organizaiotnal levels.

If we need a new transaction in one of these roles we have to implement it in about 30 roles as we are running SAP in 30 different legal entities.

Any ideas (Function Module, BAPI, METHOD) how we can change ALL roles in one step.

thanks in advance

Flo

1 ACCEPTED SOLUTION

Bernhard_SAP
Employee
Employee
0 Kudos

HI

for such reasons the derived roles have been found.

b.rgds, bernhard

3 REPLIES 3

Bernhard_SAP
Employee
Employee
0 Kudos

HI

for such reasons the derived roles have been found.

b.rgds, bernhard

0 Kudos

Hi bernhard!

many thanks....

sometimes I am not able to see the forest for the trees

have fun

Flo

0 Kudos

If you want to avoid the limitations of derived roles, such as for example when this does not hold true...

The difference in these roles is only by different organizaiotnal levels.

... then a usefull trick is also to ensure that all menu transactions in the series of roles have intact authorization proposals (no changed fields or deleted objects) and identical menus and the new change creates ideally only standard authorization instances.

--> They you can use SUPC to jump into each of the menues once and re-import the menu from the first role you change and then read new / merge old once as well. You can then mass generate the profiles for the lot in one go.

This is a little bit more work than derived roles but without all the other disadvantages.

Cheers,

Julius