To fulfill asynchronous order management, you need to set up the communication between SAP Commerce Cloud and SAP S/4HANA Cloud.
- Access SAP Commerce Cloud Backoffice, and log on as an administrator.
- Navigate to SAP Integration → HTTP Destination.
- Choose the plus icon (+) at the top to create a new HTTP destination.
- On the Create New HTTP Destination screen, enter the following data:
HTTP Destination Fields
Field | Value |
---|
Name | For example, SAP_COMMERCE_CLOUD_HTTP |
URL | For example, https://<s/4_server_hostname>:<s/4_port>/sap/bc/srt/scs_ext/sap/salesorderbulkrequest_in?sap-client=<s/4_client_id> |
Note
You can name it the way you like it, and the URL format is given like this https://<s/4_server_hostname>:<s/4_port>/sap/bc/srt/scs_ext/sap/salesorderbulkrequest_in?sap-client=<s/4_client_id>
. You only need to replace the placeholders with the actual values in your environment, for example, in our demo, s/4_client_id is 100. - Then, select the new entry SAP_COMMERCE_CLOUD_HTTP, and maintain the following data for the SAP S/4HANA Cloud system communication user:
Authentication of HTTP Destination
Field | Value |
---|
Authentication Type | Basic Authentication |
User ID | For example, HY-IDOC-IN |
Password | For example, Welcome1! |
- Choose Save.
The following is a step-by-step demonstration of how to set up an HTTP destination between SAP Commerce Cloud and SAP S/4HANA Cloud.