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: 

Extrapolation with Period Consumption

0 Kudos
269

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

marcin_cholewczuk
Active Contributor
0 Kudos
184

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

marcin_cholewczuk
Active Contributor
0 Kudos
185

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

0 Kudos
184

Thanks a lot Marcin !!!,

Greetings.