SAP for Healthcare Discussions
Foster discussions about patient care, cost reduction, and operational excellence in healthcare organizations using SAP. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cost center determination

Former Member
0 Kudos
276

Dear SAP gurus,

In my present client the requirement is to determine cost centers based on performing unit. As we know in NCOP the Cost center is determined by Requesting unit /Requesting nursing unit.

I tried for several devlopments but the cost center maintained in NCOP always prevail.Is there any solution to meet this requirement.

Thanks !!

1 ACCEPTED SOLUTION
Read only

former_member198308
Active Participant
0 Kudos
191

Hi

There are some points where you could substitute the cost center.

You have de user exit NBILL000 (go SMOD) .. y never used it.

Another option is, and I use it very often, is to use the SD user exits of include RV60AFZC, form USEREXIT_FILL_VBRK_VBRP.

Just do your own determination and replace the field vbrp-kostl.

I hope it helps.

With best regards

Matías

View solution in original post

2 REPLIES 2
Read only

former_member198308
Active Participant
0 Kudos
192

Hi

There are some points where you could substitute the cost center.

You have de user exit NBILL000 (go SMOD) .. y never used it.

Another option is, and I use it very often, is to use the SD user exits of include RV60AFZC, form USEREXIT_FILL_VBRK_VBRP.

Just do your own determination and replace the field vbrp-kostl.

I hope it helps.

With best regards

Matías

Read only

0 Kudos
191

Hi Mattias,

Your solution has helped me in building the logic,

Thanks a lot!!