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 check for cost centre

Former Member
0 Kudos

Hi ,

Im creating a zprogram ,in which i give bukrs,kostl,kokrs,lednr,...etc in the select options..Can somebody tell , how to create restricted access for individuals who are able to view other cost centres that they are not normally responsible for..

Thanks...

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can handle this by AUTHORITY CHECK functionality. Get all the cost centers from selection screen and do the Authority check. If user does not have authorization, you can display error message. To get Cost center Authorization objects, check transaction SU20 and SU21.

for more details see this thread -

Hope this helps.

ashish

Former Member
0 Kudos

How to differentiate between different users for whom the access are to be restricted?

Pls suggest...