SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Daily average consumption...

Former Member
0 Kudos

Hi,

We need to calculate the daily average consumption during the creation of the billing document and bring it at the installation fact level and also use the same for some of the seasonal(Winter) billing periods as a billable consumption instead of the winter actual meter reads.

Please suggest the solution with possible variant programs for designing the above RATE steps.

Sunil

1 REPLY 1

Former Member
0 Kudos

Hi,

For consumption try

comput20

Quanti09

Infact06

In the schemma add a "if" to check for winter.

If yes then use the qty from the Installtion fact(New rate similar to the regular consumtion rate)

You will need a Z variant to fetch the qty from ETTIFN (Check COMPUT97,INFACT06)

Use a new operand to store this qty (Ignore the operand having the current month qty)

and use this qty in your calculation.

John