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: 

How to configure estimation so that only Consumption will be estimated not

Former Member
0 Kudos

Hi Experts,

We have a need to use estimation functionality such a way that it will estimate the consumption only and reading will remain same as last actual reading.

I have found two field in EABL table regarding 'estimation procedure' and 'estimation reason' . Could anybody explain me the process how these fields get populated and can be configured?

Thanks in advance.

Piyali

1 REPLY 1

Former Member
0 Kudos

Hi,

You can use the user exit EDMLELHA which has the following export parameters

EXPORTING

*" VALUE(Y_ZWSTERW) LIKE EABLH-I_ZWSTERW

*" VALUE(Y_VERBERW) LIKE EABLH-I_VERBERW

*" VALUE(Y_EXTRAPOLATION_BY_CUSTOMER) LIKE REGEN-KENNZX

You can write the logic in the ZXELXU10 inlclude to finding out the estimated consumption and pass it to EABLH-I_VERBERW

You can find the previous reading and pass it to EABLH-I_ZWSTERW

You have to pass the value 'X" to REGEN-KENNZX.

The Estimation procedure in the EABL table is populated, if the estimation happens automatically based on the MR note configuration or if the clerk estimates it by pressing the Estimation Tab button.

Hope this answers your query.

With Regards

Balaji.J