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: 
Read only

Budget Billing Payment plan

Former Member
0 Kudos
461

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
Read only

Former Member
0 Kudos
418

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
Read only

Former Member
0 Kudos
418

Hi Sid,

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

Thanks,

VR

Read only

Former Member
0 Kudos
419

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

Read only

0 Kudos
418

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