Skip to Content
0
Former Member
May 21, 2018 at 05:59 AM

SAP ISU Season Split Calculation

135 Views Last edit Jun 13, 2018 at 10:58 AM 2 rev

Hello everyone,

I have a bill that ranges from May 5th to June 5th. There are 5 summer days and 27 winter days. I am trying to calculate a straightforward multiplication of days by price.

In the rate steps, I am utilizing the variant program COMPUT22 which is TPRICE * FACTOR = AMOUNT.

In the billing document, the billing quantity and price amount are correct. However, the net amount is incorrect.

As an example, what is seen in the billing document:

5 * 0.031 = 0.03

27 * 0.031 = 0.74

The correct amounts should be

5 * 0.031 = 0.155

27 * 0.031 = 0.837

Please help me in resolving this issue. Thank you in advance.