2008 Aug 08 11:34 PM
Hi!
In transaction EL29, I can modify the consumption field for a meter reading result.
Is it possible to do the same using BAPI_MTRREADDOC_UPLOAD? I don't see the consumption field in the structures.
If it is possible, could you give me an example of what are the fields we have to fill?
Thanks!
Cristian
2008 Aug 10 7:07 AM
Hello Cristian Nakamura,
You use enhancement EDMMRRES to manipulate meter readings after results have been uploaded and before the readings are validated.
Rgds,
Narendar Konakanchi
2008 Aug 13 7:32 AM
Cristian,
Structure BAPIEABLU, has the field READINGRESULT, which has to be set to SPACE (not 0). While doing so the ABLSTAT (MR Status) will set back to MR Order.
No Enhancement need to be done. It couldn't be simpler.
Hope it helps. Please award points.
KR,
AAL!
2008 Sep 23 2:50 PM
Thanks for the reply but we need to modify the consumption field (RVALDAT-CONSMPT_MRENT from transaction EL29) not the meter reading recorded (REABLD-ZWSTAND).
Any suggestions?
Thanks!
Cristian
2008 Sep 23 3:38 PM
Hi,
unfortunatly this is not possible with the BAPI. As the name says - it's for uploading meter reading results. If you want to manipulate the consumption, do this in user exits or use different device types (not cumulative but the other one).
KR
Uwe
2008 Sep 23 7:34 PM
Hi,
I dont think Meter read upload BAPI will be helpful for you to correct readings.
However if you want to correct reading programmatically then you could use FM: ISU_S_METERREAD_CHANGE, pass action as '05'.
-ASB
2008 Sep 23 11:31 PM