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: 

How to read amount history from installation facts

Former Member
0 Kudos
378

Dear experts,

I have consumption amount history stored in installation facts , is there any variant to read the previous amount history from installation facts ?

my scenario will be like, it should read the previous bill period consumption amount ( its all ready stored in the instillation facts) and add with the .current bill period consumption amount.

any idea on this, it would be more appreciable.

Cheers..

3 REPLIES 3

0 Kudos
190

Hi,

Check variant QUANTI18.

Operands

Input operands

QUANT Consumption from previous periods from the installation facts

QUANT Consumption in the current billing period

INTEGER Number of the previous consumption values to be added

Output operands

QUANT Result of the addition

Hope this solve your problem.

0 Kudos
190

Dear tatha,

Thank u for reply, but Quanti18 is for reading consumption (quanity), i want the varient for previous amount.

coz iam doing every 15 days billing, there is price change on evry month 30th.

assume like, my first fortnight bill is 17th ,and the price is maintained as 10rs, on 31st price has been changed to 12 rs, now my second fortnight bill is on 1st, if i use quanti 18, it will calicualte total consumption with 12rs, i dont want this,

insted of this i want to get that prvious bill consumption amount.so that i wont have price problem.

cheers.

0 Kudos
190

Hi EnergySaver,

I do not think that there is any standard SAP variant that reads the Amount history operand to be used for further calculation.

I suggest you to create a customized variant similar to QUANTI18 which reads historical Amount values upto specified integer value and then adds those amount value with the current calculated value.

Thanks,

Mayuresh