SAP Knowledge Base Article - Public

3440871 - How to Update New Dunning Procedure Code Field Via Webservice

Symptom

User wants to update New dunning Procedure code field via webservice after creation of Account.

Environment

SAP Business ByDesign

SAP Cloud for Customer

Reproducing the Issue

  1. Go to Account Management WorkCenter View.
  2. Navigate to Accounts view.
  3. Select Account ID.
  4. Select Edit.
  5. Navigate to Financial Data Tab.
  6. Choose Payment Data.
  7. Navigate to "Dunning" field.
  8. User wants to update New dunning field via webservice.

Cause

Field can be updated by using webservice "Manage Trade Receivables Payables Accounts".

Resolution

User can use webservice "Manage Trade Receivables Payables Accounts" , pass company and business partner ID to update new dunning field.

Below is a simple example of an update message

NOTE: In below payload XXXXXX refers to company ID and YYYYYY refers to Business Partner ID.

<n0:TradeReceivablesPayablesAccountBundleMaintainRequest_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
 <TradeReceivablesPayablesAccount actionCode="02">
  <CompanyID>XXXXXX</CompanyID> 
  <BusinessPartnerInternalID>YYYYYY</BusinessPartnerInternalID>
  <NettingBlockedIndicator>true</NettingBlockedIndicator>
  <DebtorDoubtfulIndicator>true</DebtorDoubtfulIndicator>
  <DunningBlockedIndicator>true</DunningBlockedIndicator>
  <DunningBlockingExpirationDate>yyyy-mm-dd</DunningBlockingExpirationDate>
  <DunningBlockingReasonCode>02</DunningBlockingReasonCode>
  <NewDunningProcedureCode>03</NewDunningProcedureCode>
 </TradeReceivablesPayablesAccount>
</n0:TradeReceivablesPayablesAccountBundleMaintainRequest_sync>

See Also

https://help.sap.com/doc/a2b4c7ef61d64397b2b1d052082a8a08/2111/en-US/PSM_ISI_R_II_MANAGE_TRP_ACCOUNT_IN.html

https://help.sap.com/docs/SAP_BUSINESS_BYDESIGN/34de7a7c1a7e43178141074817068fb1/37faab74f63049d7816184add8077065.html

Keywords

New dunning field, account management, dunning strategy, ManageTradeReceivablesPayablesAccountIn  , KBA , SRD-MD-BP , Business Partner , Problem

Product

SAP Business ByDesign all versions