2011 Jan 29 12:25 PM
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.
2011 Jan 30 4:01 AM
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
2011 Jan 30 5:17 PM
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
2011 Jan 30 8:44 PM
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.