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: 

can anyone post code for the program which displays consumption history

Former Member
0 Kudos

Need to look at the code which displays the consumption history report...

Or any similar report .

display with BP name address etc as heading and consumption details below.

Thanks a lot..

will reward points for all ur help.

4 REPLIES 4

Former Member
0 Kudos

Hi,

I think that you want to check the History consumption by Partner insted of, by Installation. If that's the case here is the solution:

Go to EL31, Select the Business Partner Button on the screen, fill you BP number and chosse Meter reads result. Then press execute.

Hope it helps.

KR,

André

0 Kudos

Thanks for ur response.But what i actually want is to display BP name and address etc.as heading and consumption related data - bill date,consumption,amount etc.on a screen.So im looking for any programs which displays screen similar to this with BP name and address and billing data below.

This is not an interactive screen.Just display.Any suggestion about how to do this is also fine.

Any help is appreciated.

0 Kudos

Hi,

Use variant Infact01 and Infact06 in your rate to update every months consumption and bill amount into installation facts and then generate report which will retrieve data from table ETTIFN to give you desired report.

Regards,

Jayant Dabholkar

0 Kudos

Hi jayant im not clear with ur answer.

What i actually want is to display BP name and address etc.as heading and consumption related data - bill date,consumption,amount etc.on a screen.

First ,I will be getting contract account as input from the screen and then display all data on a screen.

This should be done as a new method inside an (include<object>) which is a object in BOR.

OOPS ABAP.if i 'm right.

begin method

end method.

Any suggestion about how to do this is also fine.