cancel
Showing results for 
Search instead for 
Did you mean: 

Labor Price calculation (Fix Price + scales)

0 Kudos

Hello to everybody,

I have the following requirement in SAP CS once we created the DMR (Debit Memo request). I will explain the situation with one example:

The Labor price calculation should be done like this:

Price definition:

- Labor time until 3 hours = fixed price 25000 YEN

- everything over 3 hours = each 30 Minutes 4500 YEN

Base on this requirement, I need to get this result:

Total Hours in Document (all items) = 3,5 Hrs. Therefore, I have to charge to the customer, first of all, till 3 Hrs a fix price of 25000, and afterwards a 0,5 Hrs with a different rate = 4500. Total = 25000+4500 = 29.500 (Labor Price)

We define two different Price conditions

-> First for the calculation of the fix price. Group condition, with calculation type fix price.Access sequence depending on material. Therefore in the moment that we have a DMR with one or more items with the "Labor Material" it will be deterined and it will be charged the Fix amount.

--> My problem is that for the second price condition. I need a Group condition too because I need to take into account all items but for sure the base of the calculation should be only the quantity over 3 Hrs. What I really need is a Quantity scale with scale type D "Graduated to interval", but as you know SAP dose not allow Group conditions with Scales type D.

Do you have any idea how to solve my issue with the second price conditions or even any better idea to solve the Requerement??

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

VeselinaPeykova
Active Contributor

The first thing, which comes to mind, is a custom scale base routine for the second condition type, but I don't really like the idea, it looks ugly.