Bearbeiten

Freigeben über


Get started with the SAP OData Connector

The SAP OData connector helps you connect your SAP systems to Microsoft Power Platform. The SAP OData connector works with the latest version of the OData specification, V4, and is backwards compatible with V3 and V2. This connector can link up with SAP systems like ECC, S/4HANA, SuccessFactors, Concur, and other OData APIs on top of SAP systems. With this connector, you can use the powerful features of SAP in Power Platform—all while keeping your SAP core clean.

What's OData?

OData stands for Open Data Protocol. It's a standard way to create and use data APIs, which are like doors for different software to communicate. OData makes it easy to perform basic tasks like creating, reading, updating, and deleting data. The SAP OData connector uses these rules to connect to and communicate with SAP systems.

SAP OData connection options

The SAP OData connector for Power Platform offers the following user connection options:

Proxy through a corporate firewall

If the SAP system you're integrating with is not accessible from the internet because it's behind a company firewall, you need to proxy/route through the corporate firewall. Setting up an on-premises data gateway allows you to access the system. To get started:

  1. download
  2. install the on-premises data gateway on your Windows VM. Be sure to install and configure it in the same region as your Power Automate environment.
  3. Select Gateways to see the gateway installed in your Power Automate environment.

Set up and test the OData connector

  1. Go to Power Automate
  2. Create a new flow with a trigger of your choice, such as the SAP OData query action. Power Automate actions query OData entities
  3. Set up a connection to your SAP system. To connect to a system that is only available from within the company firewall (where the on-premises data gateway is installed), select Data Gateway and then select your gateway from the list. Setting up OData connector in Power Automate
  4. Provide the required information using the OData Base URI L from your local SAP system. It will look something like this: https://mylocal.sap.system:50000/sap/opu/odata/iwbep/GWSAMPLE_BASIC
  5. Test the URL internally to verify that it's not accessible from outside the intranet. Once you know it's working properly you can start creating flows and testing how they work with your SAP system.

Note

Using the OData connector with SAP ECC or prior versions requires configuration of OData endpoints that are not included in the ECC out-of-box setup.