2012 Jul 10 6:07 PM
Hi Experts,
Is there Any Way By Which We Can Show Consumer yearly Consumption in cic0 Screen In Sap Isu?
2012 Jul 11 4:01 AM
Hi Satyendra,
During the billing run we can update the installation fact with the consumption for each billing period month as well as a cumulative value up the billing period. In this way we can calculate the yearly consumption and update the value in the installation facts. This value can be fetch in the CICO screen to show the yearly consumption.
If you need any more infor pleas revert back
Regards,
Rahul
2012 Jul 11 5:35 AM
How Can this value yearly Consumption() fetched in the CIC0 Screen and Show in CIC0 Screen..can It Be Done from ENVD transaction Or By Configuration or any thing else Plz Reply Step Wise
2012 Jul 11 9:09 AM
Hi,
You can make use of the BOR object MTRREADDOC ,from which you could get the meter reading results , from which you could calculate yearly consumption .This logic u can incorporate in a function module and assign it to a custom BOR object method.Later u can use this custom BOR object method
via ( action box for eg) to show it in CIC.
Regards,
Riyas.