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: 
Read only

Extrapolation with Period Consumption

0 Likes
523

Hello Experts,

My client has an annual event doing an extrapolation for an advance payment of year consumption, he use EASISI to extrapolate and bill the calculated comsumption, but he wants to use only period consumption (EL56) excluding previous consumption for the extrapolation.

Does anybody knows how to do this by configuration or coding ?

We try to do this using enhacement EDMLELHR but we didn´t see any difference in calculation.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

marcin_cholewczuk
Active Contributor
0 Likes
438

Hi,

You can do it with BAdi ISU_USE_EASTE. You have to write class that would implement interface IF_EX_ISU_USE_EASTE and in it's only method USE_EASTE you have to set return parameter y_use_easte to 'X'.

Best Regards

Marcin Cholewczuk

View solution in original post

2 REPLIES 2
Read only

marcin_cholewczuk
Active Contributor
0 Likes
439

Hi,

You can do it with BAdi ISU_USE_EASTE. You have to write class that would implement interface IF_EX_ISU_USE_EASTE and in it's only method USE_EASTE you have to set return parameter y_use_easte to 'X'.

Best Regards

Marcin Cholewczuk

Read only

0 Likes
438

Thanks a lot Marcin !!!,

Greetings.