SAP Knowledge Base Article - Public

3218942 - How to Mass Delete Contacts from Accounts

Symptom

You can use the web service functionality to remove the contact relationships from an account.

Environment

SAP BusinessByDesign

Resolution

Use the following payload to delete all contact relationships for an account (where ABC represents an Account ID):

 

<n0:CustomerBundleMaintainRequest_sync_V1 xmlns:n0=" http://sap.com/xi/SAPGlobal20/Global ">

 <BasicMessageHeader/>

  <Customer actionCode="04" contactPersonListCompleteTransmissionIndicator="true">

   <ObjectNodeSenderTechnicalID/>

   <InternalID>ABC</InternalID>

  </Customer>

 </n0:CustomerBundleMaintainRequest_sync_V1>

 

This will delete all available relationships between example account ABC and its contact persons.

Please note: The contact persons themselves are not deleted from the system.

 

Keywords

deletion, missing last name, error, query, relationship, payload, doe not work, incorrect, not correct, unable, not able, , KBA , AP-BP-CUS , BusinessByDesign: Customer , How To

Product

SAP Business ByDesign all versions