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: 

Estimation Procedure

Former Member
0 Kudos

Hi,

Can anyone help me understand whether weighting key units or estimation logic written in user exit EXIT_SAPLELHR_003 is considered for meter reading estimation and how it works ?

Thanks in advance.

Arabinda Das

1 ACCEPTED SOLUTION

former_member227287
Active Participant
0 Kudos

Hi Arabinda,

Function module EXIT_SAPLELHR_003 allows you to define your own

extrapolation procedure for estimating meter reading results.

This function module is triggered automatically during estimation of

meter reading results if you maintain the parameter Special proc. in

Customizing under Define Estimation Parameters for Meter Reading Result

Entry. Input parameters provide the function module with the device

number, the equipment number and the register number.

For more details goto SMOD and provide the exit name as EDMLELHA and see the documentation.

Regards,

Chandandeep.

View solution in original post

2 REPLIES 2

former_member227287
Active Participant
0 Kudos

Hi Arabinda,

Function module EXIT_SAPLELHR_003 allows you to define your own

extrapolation procedure for estimating meter reading results.

This function module is triggered automatically during estimation of

meter reading results if you maintain the parameter Special proc. in

Customizing under Define Estimation Parameters for Meter Reading Result

Entry. Input parameters provide the function module with the device

number, the equipment number and the register number.

For more details goto SMOD and provide the exit name as EDMLELHA and see the documentation.

Regards,

Chandandeep.

0 Kudos

Hi Chandradeep,

Thanks for your reply.

We can define our own estimation procedure in EXIT_SAPLELHR_003.But then what is the role of weighting key units in estimation procedure and how is it determined whether weighting units or EXIT would be used for estimation purpose ?

Thanks in advance.

Arabinda