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: 

Automatic assignment of authoriztaion values in a profile or role with code

former_member206112
Contributor
0 Kudos

Hi,

I would like to assign values into an authorzation by coding. Is it possible?

In BI, it is possible to do that by using a BEx variable inside the authorization in the role.

is it possible with other authorzation objects?

Best regards,

Tomer Steinberg.

1 REPLY 1

Former Member
0 Kudos

Hi Tomer,

It is possible, but only with a significant amount of coding and changes to standard SAP.

Basically you need to replace the AUTHORITY-CHECK logic with your own code which gets the data from a different source.

I have worked on a project where we used it for profit and cost centre values and the coding/testing effort was 3 months+ due to the complexity of providing this restriction across the application area.