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: 

Meter Reading reversal entry

Former Member
0 Kudos
753

Dear All,

Can anyone let me know, if a meter reading order or meter reading result has been reversed, whether the reversal entry is stored in any table. I would like to know the details of a reversed meter reading order/result. WHether it is stored in any table?

Also is there any standard report/tcode to find out the list of installations for which the meter reading order/billing order has not been generated in a month.

Thx in Advance

WIth Regards

Balaji.J

4 REPLIES 4

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
172

balaji:

MR reversal deletes the EABL entries. If you want to evaluate reversals, you would need to provide custom logic in enhancement EDMLELSV or another enhancement.

regards,

bill.

0 Kudos
172

Dear Williams,

Thank you very much for your quick response. You lf you could answer my second question also it would be helpful

With regards

Balaji.J

0 Kudos
172

balaji:

I do not know of any standard report for that purpose.

regards,

bill.

0 Kudos
172

Hi Balaji,

Please find my response to your second question:

I am not aware of any standard report to display Installations without MR Order.

I think there may not be, because in IS-U, meter reading orders are generated using EL01 or EL06 based on MRUs/Portions.

If are OK with custom code, then following logic may give you some lead:

For a MRU for which you are expecting MR Order in a month, select the Installations from table 'EANLH' then check whether there is any entry in table ETRG (Billing Order table) with MR Reason if you are specific, if not then those are all the Installations you are looking for.

Regards,

Srini