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: 

Authorization at profit center level

Former Member
0 Kudos

Dear All,

In FI Module we have a requirement of Authorization at Profit Center

Level.

For Example : in FB50 transaction we want to allow some users to enter

only for "1001" profit center.

We have tried the following :

We have create authorization object for PRCTR - Profit Center field and

assing that object manualy to role. But it is not working. After assigning this authoization object, profit center also comes in "Organization Level". But at transaction level no effect.

Thanks in adanace,

Nirav

1 REPLY 1

Former Member
0 Kudos

Hi Nirav,

You will only invoke additional authorisation checks if the code for the transaction is changed to include the relevant AUTHORITY-CHECK code + subsequent logic.

From memory for FB50 you will need to look into an appropriate user exit or enhancement point to code this additional check. Alternatively you could use an alternative control such as random sampling for those users.