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,030

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
AndreasMuno
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thank you for your question, @MDThouheed.

For SAP Ariba integration with SAP S/4HANA Cloud Public Edition please refer to the respective scope items in SAP for Me, process navigator at Process Navigator - SAP for Me

Screenshot 2024-08-30 Ariba integration scope items.png

 Screenshot 2024-08-30 Ariba Accelerators.png

The Ariba integration scope items with their accelerators provide all the information, diagrams and configuration you need. 

If this answers your question, please mark this response accordingly. Thank you.

0 Kudos
In Configuring SOAP Outbound Destinations to the SAP Integration Suite, managed gateway for spend management and SAP Business Network in SAP Master Data Integration, what is the value we need to give for Enter the URL of your SAP Integration Suite, managed gateway for spend management and SAP Business Network instance
0 Kudos
Also on json file application must be Ariba not s4 and what is the value of cig url in soap outbound destination