2008 Aug 25 6:07 AM
Hi Gurus,
Is there any user exit for the function module ISU_CONSUMPTION_DETERMINE. Or please tell me how to find user exit for this function module.and explaine the procedure how to enhance the existing function module.
Every helpful answer is rewardable.
Regards
sri.
2008 Aug 25 7:26 AM
If you are not finding any user-exits then go with Enhancement Spot.
Go to the source code :: then :: Enhance Source code (Shift+F4).
Menu bar->Edit->Enhancement operations->show implicit enhancements options->and then create enhancement
2008 Aug 25 7:35 AM
Hi Sairam,
explicitly for this function module ISU_CONSUMPTION_DETERMINE there is no user EXIT, BUT the user exit EDMLELAH or EDMLELHR might already help. In case not, you should have a look the exit EDMLELSV - with this you could change just saved meter reading results.
KR
Uwe
2008 Nov 12 4:38 AM
Thanks for your answer, i could solve my problem with your solution.