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: 

I want to Bapi For Reverse Meter Reading

Former Member
0 Kudos

Hi

Everyone Thank You in advance.

I want to Bapi For Reverse Meter Reading.

Tcode : EL37

Here I can Do manualy meter reading reverse now i want to do this process in mass..

is there any bapi to do this task here in EL37 i can only add one installation number to reverse it .

i want my program to use multipule installation number to reverse in mass .

so i need bapi for this .

Thankx

Kaushal

1 REPLY 1

Former Member
0 Kudos

Hi,

I don't think there is any BAPI for this. But you can use the following FMs to reverse the readings:

ISU_O_METERREAD_ACTION

with x_okcode = PSAV

and xy_obj = the object that you receive while opening the MRO using FM ISU_O_METERREAD_OPEN

Then call ISU_O_METERREAD_ACTION

with x_okcode = SAVE

and yt_eabl_delete = blank value

yt_eablg_delete - blank value

yt_etrg_delete = blank value

Regards,

Anirban