cancel
Showing results for 
Search instead for 
Did you mean: 

cost center authorization

Former Member
0 Kudos

Hello,

The client wants to restrict some of the purchasers from certain cost center when creating SC or PO's.

I thought doing it with authorization object, but I couldn't find the object of cost center in SRM.

We are using SRM Server 5.

Regards,

Rami Kleiman

Accepted Solutions (0)

Answers (2)

Answers (2)

dawoodkhalid
Active Participant
0 Kudos

Have a look at the following link:

http://scn.sap.com/thread/422459

Former Member
0 Kudos

I didnt find any authorisation objects specific to cost center.

There is an other way to restrict to create fo shopping cart or Po.

maintain a table with the purchasers and cost centers

write code in BBP_DOC_check_BADI Badi : while creating shopping cart after giving the cost center in SC validate the cost center in the BBP_DOC_check_BADI. If the shopping cart purchaser ID and cost center Id are present in the table then populate an error message saying "you are not authorised to use the cost center #####, Please change cost center to proceed further" . So that you can restrict the purchasers.

Thanks & regards,

Ponnala.