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: 

Installment Plan monthly charges

Former Member
0 Kudos

Hi, I saw there is an option to spread the charges on all months. But the monthly charge remains the same.

Is there a way to calculate for variable monthly charges based on certain formula and add that amount to the expected monthly installment amount?

Follow up question if its possible, is it also possible to display the 2 amounts (monthly installment amount and monthly charge) as 2 separate items in the customer's invoice?

Thanks and kind regards.

3 REPLIES 3

AmlanBanerjee
Active Contributor
0 Kudos

Hi,

I don't think there is any standard configuration for calculating the monthly charges on an instalment plan based on some formula.However, you can code the logic for calculating the same. Event 3032 can be used for the purpose.

If you are using two seperate combination of main\subs for instalment plans and charges , then you can easily segregate them in the customer's invoice.

Hope it helps..

Thanks,

Amlan

former_member213733
Active Contributor
0 Kudos

Hi ,

First of all there is no formula based insatllment charges in FICA in standard SAP .

It is either a one time or frequency based as per the installment type configuration .

IF you want a formula based then you will have to go for event 3032 where in you can change the installment charges .

Secondly , as you are talking of segregation then , in installment plans the Sub transaction for charges are diffrent as that of installments .

0080 - Main 0010 - sub = Installments .

0080 - Main 0020 and 0030 = Installment charges .

Hope this suffices .

Regards ,

Dewang T

0 Kudos

Thanks Amlan and Dewang.

I've seen that event but the documentation is in German so I am not sure if it can be used in the US. It's good to know that it can be used. Thanks.