2015 Jul 03 2:16 PM
Hello, know any transaction or development Enhancement that may see a new installment plan (FPR1/2/3) before the current plan?
if someone has some material that can share on these transactions (and its evolutions/Enhancement) and can share, thanks in advance.
2015 Jul 06 2:46 AM
Hi,
Please let us know exactly what you are trying to accomplish.
In either case, there are a series of FICA events that can be triggered for Installment Plans that allow you to affect the behaviour.
When you go into tcode FQEVENTS, check the documentation for all the Installment Plan events.
The event numbers for Installment Plan range from Event 3000 to 3055. Depending on what you want, you can use the appropriate FICA event by introducing your own custom logic.
If you are looking for a function module to create an Installment Plan programmatically, you can use the function module BAPI_INSTMNTPLN_CREATEFROM DATA.
Check the documentation for the function module on how to use it.
Regards,
Ivor
2015 Jul 06 2:46 AM
Hi,
Please let us know exactly what you are trying to accomplish.
In either case, there are a series of FICA events that can be triggered for Installment Plans that allow you to affect the behaviour.
When you go into tcode FQEVENTS, check the documentation for all the Installment Plan events.
The event numbers for Installment Plan range from Event 3000 to 3055. Depending on what you want, you can use the appropriate FICA event by introducing your own custom logic.
If you are looking for a function module to create an Installment Plan programmatically, you can use the function module BAPI_INSTMNTPLN_CREATEFROM DATA.
Check the documentation for the function module on how to use it.
Regards,
Ivor
2015 Jul 06 12:47 PM
Hi Ivor,
Thanks for the tip.
I'm actually wanting to carry out a transaction reparcelling an active debit installments already, without this being disabled.
Then it would be a way to simulate (no effect) a new reparcelling without disabling active installment.
I could simulate a new installment, joining the current and newer debits.3
I do not know if that would be possible, or if there is even another function / transaction that perform this task, you know something?
Thank You Very Much.
2015 Jul 06 4:36 PM
Ricardo:
There is no standard functionality to support that requirement. You could build it on your own...
regards,
bill.