Master data replication from SAP S/4HANA Cloud through the SAP Cloud Integration to SAP Commerce Cloud can be monitored in the SAP Commerce Cloud Backoffice Integration UI Tool cockpit. In this UI Tool cockpit, you can see all the Inbound and Outbound Integration API calls between SAP S/4HANA Cloud and SAP Cloud Integration.
We'll use the example of the replication of Product Master Data to see how this works. First let's check the Product Integration API Inbound calls in the SAP Commerce Cloud Backoffice.
- Log on to the SAP Commerce Cloud Backoffice as an administrator.
- In the Backoffice Administration Cockpit, choose the Cockpit dropdown menu from the top left corner, and choose Integration UI Tool.
- In the Integration UI Tool cockpit, choose the Advanced Search button (telescope icon) to bring up the Advanced Search area.
- In the Integration Key field, enter PSR. In the Type field, enter InboundProduct2 or any name you give to the integration object. In this case, it's InboundProduct2. In the Status field, choose Success from the dropdown.
- Choose the Search button. You’ll see the Product Integration API inbound calls from the SAP Cloud Integration platform.
- Choose an entry from the search result list. You’ll see Inbound Request Details in the editor area at the bottom.
Note
In the Inbound Request Details, you’ll see detailed information about the Integration API call. For example: the HTTP method; the exact time; authenticated user of the API call; integration key extracted from the payload; and the whole request payload, if success payload retention is enabled. You can double-click the Request Payload field to open a payload file popup. All the Integration API request payloads are stored in SAP Commerce Cloud as a media item. The media file can be downloaded from the popup to understand the actual request payload sent from the client applications. For example, sent from SAP Cloud Integration.
However, error payload retention is more important for troubleshooting as you can double-click the Errors field to see the exact Error Code and Error Message.
In SAP Commerce Cloud, the Integration API inbound and outbound monitoring needs to be enabled in the manifest.json, or properties file, in your SAP Commerce Cloud project repository. You can also enable the monitoring features in the Cloud Portal by configuring the API service properties.
Now that the high-level data flow looks good, we can confirm the successful data replication from SAP S/4HANA Cloud to SAP Commerce Cloud.