2010 Dec 22 10:40 AM
Hi Folks,
I have some confusion in Budget billing Payment Plan . I am working on the scenario where I want to make a formula for new budget amount the formula is Average Bill + (10% * (Account Balance - Amount Due)) . So, how to maintain this formula in payment plan .
Tahnks and redards,
Khurram Siddique
2010 Dec 23 1:29 AM
Functional module ISU_CALC_PAYPLAN_AMOUNT is provided by SAP as an implemention of event R950 which calculate the BBP amount.
If you want to customize the calculation process, Implement this EVENT (R950) and put your custom logic.
Regars,
Sanjoy
2010 Dec 22 4:08 PM
2010 Dec 23 1:29 AM
Functional module ISU_CALC_PAYPLAN_AMOUNT is provided by SAP as an implemention of event R950 which calculate the BBP amount.
If you want to customize the calculation process, Implement this EVENT (R950) and put your custom logic.
Regars,
Sanjoy
2011 Jan 14 12:12 AM