Skip to content

Latest commit

 

History

History
140 lines (84 loc) · 3.6 KB

using-sandbox-environment-81ddfa5.md

File metadata and controls

140 lines (84 loc) · 3.6 KB

Using Sandbox Environment

  • You have an extension application in SAP Ariba APIs and a respective API key.

  • You have explored the SAP Ariba APIs and are familiar with the API calls and the SAP Ariba APIs sandbox environment URL.

Context

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

You can develop and test your extension application running on SAP BTP against SAP Ariba APIs sandbox environment using this API key. The connectivity from the SAP BTP to an API published on SAP Ariba APIs sandbox environment is done via HTTP destination in SAP BTP.

For more information on how to develop a Java application running on SAP BTP, see Getting Started with Java Applications.

Procedure

  1. Create an HTTP destination for an SAP Ariba API in SAP BTP cockpit on application level. See Create HTTP Destinations.

  2. Use the following values for the HTTP destination:

    Parameter

    Value

    Name

    Enter a meaningful name.

    Type

    HTTP

    Description

    (Optional) Enter a meaningful description.

    URL

    https://openapi.ariba.com/api/<service_name>/<version>/sandbox

    Proxy Type

    Internet

    Authentication

    NoAuthentication

    apiKey

    Enter the SAP Ariba APIs registered application API key.