2011 Sep 06 3:21 PM
Hi Experts,
I have a requirement from my client. Please see the details below:
If the customer is deactivated from the installment Plan, then interest should not be calculated for documents invloved with installment Plan for the number of days for whihc the plan was active. The scenario is as Follows:
1. Interest is calucated on document ABCD.
2. Document is enrolled into an installment Plan.
3. After X number of days the installment Plan is deactivated,
4. The document ABCD is still open.
5. The LPC should not be calucated for the X months(Or for no of days ) where the document had payment Plan
As the ineterst is already calculated for the document, it has an entry in DFKKIH table and hence I am not able to add logic to not calculate the interest for X months.
Can you please suggest a Function Module or Event That I can use to solve this issue.
Thanks for your Help..
Raaga
2011 Sep 07 7:51 AM
Hi Raaga,
You need to code in your requirement in event 3045.
Event 3045 gets triggered after an installment plan is deactivated.In this event, you can start other processing steps as long as an installment plan was deactivated.
You will get the instalment plan document no. from the R_FKKOP structure, from where you found out the original document no. for which the instalment plan was created along with the start date and the deactivation date of the instalment plan.
Now using any standard FM, place an interest lock on the original document no. from the start date and the end date of the instalment plan.
So, for that period the interest will not be calculated for the original source receivable.
Hope it helps..
Thanks,
Amlan
2011 Sep 07 3:12 PM
Hi Alman,
Thanks much !
I tried placing an Interest Lock on the account which is already expired. But when I calculated the inerest , it took the due date from table DFKKOP as Start date. It didnot look at the Lock that has expired for the start date of the interest.
Can you please suggest any alterantive way?
Thank you so much for your help,
Raaga
2011 Sep 09 3:21 PM
I customized the Event 2090 and used it as per the requirement, This event is called at the time of Interest Calculation.