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: 

Regarding deactivation of installment plan

Former Member
0 Kudos
839

Hi Experts,

Installment plan is not getting deactivated when the payment is too late(i.e, after the due date).

Can you please tell me the possible reasons as why the installment plan is not getting deactivated.

Thanks a lot.

Ajit Krishna

2 REPLIES 2

former_member215295
Contributor
0 Kudos
372

Hi Ajith,

What is the process you are using to deactivate the installment plan, common used approach is define a separate dunning procedure with dunning activity (deactivate installment pla) and then assign this dunning procedure to the regular dunning procedure of the customer.

thanks,

Vikram

AmlanBanerjee
Active Contributor
0 Kudos
372

Hi Ajith,

There is no automated standard SAP process for installment plan deactivation.

They have to deactivated manually through FPR2 based on reports like FPRH\custom reports.

If you want an automated process for the deactivation of IP, then the best approach as suggested by Vikram, is you can configure a new dunning procedure for IP with a dunning level for deactivating IP and assigning the Standard FM ISU_DUNNING_DEACT_INSTPL_0350 to the dunning activity in the level.

The configure the new Dunning procedure  to the normal dunning procedure of the account, as the alternate dunning procedure in configuration.

An alternate approach would be develop a custom program which would check for the IP to be deactivated based on the Business rules, and then call the FM FKK_S_INSTPLAN_DEACTIVATE to deactivate the same.

Hope it helps..

Thanks,

Amlan