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: 

ISU: BAPI to update MRU on Installation

alhad_khisti
Member
0 Kudos

Hi all,

i have to update the MRU (ABLEINH) field of a particular installation(ANLAGE)?

can someone plz suggest which one to use?

Thanks in advance,

alhad.

4 REPLIES 4

Former Member
0 Kudos

Hi,

The meter reading unit for an installation is available in table : EABLG...

Try to search for a FM/BAPI using : EABLGupdate* or ISUEABLG*

I dont have access to system now...hence could not provide the name.

Reward if useful

Regards

Shiva

Former Member
0 Kudos

Try ISU_S_METERREAD_CHANGE ... IS-U Meter Reading Data Processing

Zoltan

Former Member
0 Kudos

ISU_S_INSTLN_CHANGE

Former Member
0 Kudos

Hi, You need to first calling FM "ISU_S_INSTLN_PROVIDE" to get the auto object. Then update the y_auto-data-ableinh. And call FM "ISU_S_INSTLN_CHANGE" to pass back the data to the system.

Hope it helps.

Maine