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: 

Budget Billing Payment plan

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

View solution in original post

3 REPLIES 3

former_member215295
Contributor
0 Kudos

Hi Sid,

You can code it in event R950, hope it helps.

Thanks,

VR

Former Member
0 Kudos

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

0 Kudos

Attach Custom FM , with the logic of your formula , to R50 event .