cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Ariba Integration with S/4HANA Public Cloud for Business Partner replication using SOAP API's

MDThouheed
Discoverer
1,024

Dear Experts,

we are integrated from Ariba to S/4 HANA Public Cloud using SOAP APIs using Managed Gateways Passthrough integration via BTP Master Data Integration.

  • We are created Instances services as Master Data Integration and Subscription services as Master Data Integration (Orchestration).
  • We have use this JSON below to create the service instance.

 

{
    "application": "s4",
    "businessSystemId": "<businessSystemId>", //Business System ID is SAP S/4HANA Cloud system this value is can be found under Communication systems tile and then filter by Own System.
    "enableTenantDeletion": false,
    "globalTenantId": "<subaccount Id under Service Key>",
    "logSys": "<Same logsys configure in S4PC>",
    "writePermissions": [
        {
            "entityType": "sap.odm.businesspartner.BusinessPartner"
        },
        {
            "entityType": "sap.odm.businesspartner.BusinessPartnerRelationship"
        }
    ],
    "xs-security": {
        "xsappname": "<a unique v4 UUID can be used>",
        "authorities": [
            "$XSMASTERAPPNAME.BPCommonRead",
            "$XSMASTERAPPNAME.BPSensitiveDataRead"
        ]
    }
}

 

  • Created new project in managed gateway to connection from Managed Gateway to MDI (BTP). We are encountering a 404 error while testing the connection. 

    Configure in CIG inbound URL is https://<one-mds.cfapps.<region>.hana.ondemand.com>/businesspartner/v0/soap/BusinessPartnerBulkRepli...

    For basic authentication, specify the following:
    User: Value of clientid from the Service key
    Password: Value of clientsecret from the Service keyMDThouheed_0-1724671064726.png
  • While triggering business partner replication from S4PC its successfully reaching BTP but not in Ariba (Manage Gateway).
  • How to send master data from MDI to Ariba solution?
  • Can you please share configuration guide for this?

Could you please help me on this Integration connection.

Below are the links we referenced and created the MDI integration.

About Supplier Data Integration with SAP S/4HANA Cloud Using SAP Master Data Integration | SAP Help ...

Configuring SOAP Outbound Destinations to the SAP Integration Suite, managed gateway for spend manag...

https://community.sap.com/t5/technology-blogs-by-sap/configuring-sap-master-data-integration-service...

Thanks & Regards,

Thouheed

View Entire Topic
0 Kudos

@MDThouheed In below json file, application must be Ariba not s4 since MDI will be connected to Ariba CIG in destination