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 DEVICE MANAGEMENT

Former Member
0 Kudos

Hi experts,

We are correcting the meter reading that is implausable, i want to automate it,

please suggest me how to do it.

Regards.

Priya

4 REPLIES 4

0 Kudos

Hi Priya,

Check the User exit :

EXIT_SAPLEL01_020

SAP Function Module - IS-U: User Defined Control of Automatic Meter Reading Data

Thanks & Regards

Tathagta C

0 Kudos

Thank you tathagra,

We have n numbers of implasable meter reading that is to be correct.

Actually we correct the implausable meter reading one by one.

I want to automate this process.

Regards.

Priya

0 Kudos

Hi priya,

We have some BAPIs and Enhancements which can help you out to automate the implausible Meter readings in EL27.

BAPI is as follows..

BAPI_MTRREADDOC_UPLOAD:Upload meter reading results

Enhancements : go to Tcode SMOD

and use the following Enhancements..

EDMMRRES  Change readings during upload (before validation)

EDMLADUE  IS-U: User Interface for Automate MR Result Monitoring

EDMLELSV  IS_U: User Exit After Saving Meter Reading Results.

Hope this will help u out.

Thanks

Arun

sitakant_tripathy2
Active Participant
0 Kudos

Hi Priya,

when you say correcting the Implausible Reads, I guess you mean to estimate it....

For this you can do the customizing in the link SAP Utilities->Device Management->Meter Reading->Basic Settings->Define Automatic Monitoring of the Meter Reading. Additionally, you will have implement the enhancement EXIT_SAPLEL01_020 to put your logic to decide whether to actually estimate and do some follow up action for the Reading being worked on....

Furthermore, you can also use the transactions EL30 for automatic estimation if you know the stats or you can also choose to trigger the estimation in billing functionality by using the transaction EL61...

Hope this helps...

Regards,

Sitakant.