2009 Sep 22 3:47 PM
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
2009 Sep 22 3:52 PM
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.
2009 Sep 22 3:58 PM
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
2009 Sep 22 4:35 PM
balaji:
I do not know of any standard report for that purpose.
regards,
bill.
2009 Sep 24 11:17 AM
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