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: 

Expected value and Estimation change

Former Member
0 Kudos

Hello,

I am looking how to modify the way the system calculate the expected value and the estimation.

In standard the calculation is based on 'the base period category'.

My requirement is more complex - Period of previous year or (in case there is no period of previous year)) average of the two previous period or (in case there is no previous period) fixed consumption.

How to fill the requirement?

Is User Exit EDMLELHR the best way to do that? Is EDMLELHR is activated in estimation calculation?

Thanks,

Ben

2 REPLIES 2

0 Kudos

Hi Ben:

Please check the user-exit EDMLELAH:

FU EXIT_SAPLELHR_002

____________________________________________________

Txt.brv.

IS-U: Comparison of Customer and IS-U Extrapolation Procedures

Functionality

Function module EXIT_SAPLELHR_002 allows you to implement additional extrapolation procedures and compare the results of such extrapolations to IS-U extrapolation results. You must implement the program coding in the function module.

You must implement user-defined extrapolation procedures and comparison algorithms in include ZXELXU1 of function module EXIT_SAPLELHR_002. The function module returns the results of the extrapolation and comparison procedure, an output parameter and an exception code.

The output parameter ensures that the current IS-U extrapolation is exited correctly with the correct values when user exit EXIT_SAPLELHR_002 is exited.

The exception code ensures that the current extrapolation is exited with an error code when EXIT_SAPLELHR_002 is exited. This enables customers to export error codes that appear in their programs.

Best regards,

David

0 Kudos

I used EDMLELHR successfully.

You can achieve your goal in both ways!

Ciao,

Gabriele