2013 Jan 08 4:23 PM
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.
2013 Jan 09 10:32 AM
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
2013 Jan 09 10:32 AM
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
2013 Jan 10 3:19 PM