Definition
With this interface customer merge cases can be retrieved.
Business Context and Use
This web service enables you to search and retrieve existing merge cases.
The only operation available is 'Find By Identification'.
The selection can be performed with:
ID of merge case
Name of merge case
With the following payload the merge case with ID 'MERGE01' is queried:
<n0:BusinessPartnerMergeByIdentificationQuery_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<BusinessPartnerMergeSelectionByIdentification>
<SelectionByBusinessPartnerMergeID>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryBusinessPartnerMergeID>MERGE01</LowerBoundaryBusinessPartnerMergeID>
</SelectionByBusinessPartnerMergeID>
</BusinessPartnerMergeSelectionByIdentification>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>10</QueryHitsMaximumNumberValue>
<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:BusinessPartnerMergeByIdentificationQuery_sync>
Definition
This operation allows you to find existing merge cases with identification elements of the merge case.
Business Context and Use
Complete request payload:
<n0:BusinessPartnerMergeByIdentificationQuery_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<BusinessPartnerMergeSelectionByIdentification>
<SelectionByBusinessPartnerMergeID>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryBusinessPartnerMergeID>ID_0001</LowerBoundaryBusinessPartnerMergeID>
</SelectionByBusinessPartnerMergeID>
<SelectionByBusinessPartnerMergeName>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryBusinessPartnerMergeName>MERGE_NAME</LowerBoundaryBusinessPartnerMergeName>
</SelectionByBusinessPartnerMergeName>
<SelectionBySearchText>SEARCH_TEST</SelectionBySearchText>
</BusinessPartnerMergeSelectionByIdentification>
<ProcessingConditions>
<QueryHitsUnlimitedIndicator>true</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:BusinessPartnerMergeByIdentificationQuery_sync>
Sample Response Payload:
<n0:BusinessPartnerMergeByIdentificationResponse1_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:AXP:/1SAI/TAS8D517A7C50E9CFCE371A:804">
<BusinessPartnerMerge>
<ChangeStateID>0.0000000</ChangeStateID>
<ID>RUNTEST1</ID>
<UUID>00163e07-c274-1ee5-8ed4-8f36b33bbcd0</UUID>
<Name>runtest1</Name>
<Status>
<Code>
<LifeCycleStatusCode>2</LifeCycleStatusCode>
</Code>
<Description languageCode="EN">Merge In Process</Description>
</Status>
</BusinessPartnerMerge>
<ProcessingConditions>
<ReturnedQueryHitsNumberValue>1</ReturnedQueryHitsNumberValue>
<MoreHitsAvailableIndicator>false</MoreHitsAvailableIndicator>
<LastReturnedObjectID>00163E07C2741EE58ED48F36B33BBCD0</LastReturnedObjectID>
</ProcessingConditions>
</n0:BusinessPartnerMergeByIdentificationResponse1_sync>