cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI for Create installment plan SAP C4C SDK

vishalkumar325
Explorer
0 Likes
469

Hi All,

Please help on the below mentioned scenario.

Confirm the CA from individual customer and go to the Installment Plan tab. Click on Create Installment Plan. A modal

dialog will open. In modal dialog we will have the Plan Type drop down field. On change of the value of plan type badi should get trigger.

I need the BADI name. Please help me on the same

Accepted Solutions (0)

Answers (1)

Answers (1)

PrasanthArya
Product and Topic Expert
Product and Topic Expert

Business Add-In: Utilities Installment Plan Badi

Enhancement Implementation :UtilitiesInstallmentPlan
Business Object: UtilitiesExtensibility
Namespace: http://sap.com/xi/AP/CRM/GlobalInformation
Input Parameter:UtilitiesInstallmentPlanBadiInput
Output Parameter :UtilitiesInstallmentPlanBadiInput

Use this add-in to implement an alternative approach for the function on installment plan. This exit needs to fill the action code (mandatory) in the output structures to correspond the action performed in add-in. The Success/Error message to be filled in UTIL_MESSAGE table in the exit. The appropriate messages have to be provided through the output structures. This add-in handles the following actions as per the action codes:

  • Create Installment Plan - 01 (Action code)
  • Change Installment Plan - 02 (Action code)
  • Cancel Installment Plan - 03 (Action code)