Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
Stephen_Ward
Product and Topic Expert
Product and Topic Expert
***Image/data in this Blog is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.***

Hello SAP S/4HANA Cloud Community,

Introduction:

I work on the LO-MD-BP component for SAP S/4HANA Cloud and I wanted to share some information with our community around this topic for which I have seen a couple of incidents querying so I wanted to add the information here for the benefit of our community.

The Fields Explained:

This Blog will explain the important fields from the WSDL for the Business Partner Master Data Integration (1RO) API.

Firstly, we must have already done the prerequisite steps in setting up the Communication scenario for this API in your S/4HC system by creating the Communication User, Communication System and the Communication Arrangement for SAP_COM_0008 (See https://api.sap.com/api/API_BUSINESS_PARTNER/overview ).

The WSDL file needs to be downloaded from the Communication Arrangement for SAP_COM_0008 once you have completed your set up as per the guide above.


Once you have you WSDL file open and want to know which fields need to be filled in this scenario the following information is good to know.

Fields – Request Header

  • The ID and UUID must be unique for each request. (blue)

  • The ID is Mandatory but the UUID is not.

  • It is possible to use a third party UUID generator to create the unique UUIDs and IDs if your application/system does not have this feature

  • If you are using SOAPUI then you will need to encase your payload in a SOAP Envelope (yellow)

  • The SenderBusinessSystemID is the source system of the message (green)

  • The RecipientBusinessSystemID is the target system for the message (green)




Fields - Message Header

  • In the below screenshot, we see the Message Header.

  • This shows us that within the Business Partner Request is contained the Message.

  • The Message must be contained within the Request for data to be sent.

  • For our application's model to work the UUID and ID of the Message must match that of the header. (green)

  • If you are updating the BP using the same payload in your testing, you must increase the ordinal number (changeOrdinalNumberValue) in every subsequent processing (yellow)

  • The InternalID is the BP number in the sender system if this is passed it will be stored in key mapping and used in the update scenario. (blue)

  • For the update scenario, you should pass tag ReceiverInternalID to update exact business partner, in this case, the internalID tag is not mandatory.




Complete Transmission Indicators (CTI):
We Complete Transmission Indicators (CTIs) for each segment

If the transmission indicator is "True" then the system expects a full load of data set if the Transmission indicator is set to "False" then the system treats it as delta load.

Meaning that if you set the transmission indicator for a segment to true then it will update all of the fields for that segment, passing the included values for each field in the segment and overwriting as "blank" the fields which have not been included in the payload for that segment.

When the transmission indicator is passed as "False" for a segment then it will update only the fields contained in XML payload for that segment

Please note as well however that some segments require the Transmission Indicators to be set to true so if you were to set them to false you would encounter the error from this KBA 2794232 - Error CTI state &1 not supported with provided data for entity node &2 is raised when send...

In cases such as these where the segment needs the Transmission Indicators to be set to true, you will need to send all of the data for that segment otherwise the missing data would be overwritten.

For the complete list of transmission indicators see this Help Portal Documentation - Business Partner - Replicate from Client to SAP S/4HANA Cloud

For information on the Handling of Partial Data Model (Delta) see this Help Portal Documentation


Kind Regards,
Stephen Ward
SAP S/4HANA Cloud Product Support
10 Comments