DQC Logo
|

Connection to OData

The DQC Platform supports connections to OData v2 and v4 services — including SAP-based APIs. This guide explains how to configure an OData connector with the required URL, credentials, and optional headers.


Add an OData connector

To begin:

  1. Go to the Data Connectors screen

  2. Click the OData Server button

  3. Fill in the required fields as described below

Start by selecting OData as the integration type


Required connection information

Field

Example

Description

Name

My production data

A name for this connection

Service URL

https://server/sap/opu/odata/sap/product_api

The base URL of your OData service (e.g., from SAP Gateway)

Entity

production_data (optional)

Specific entity/entities to query; leave empty to load all

User

user_name

Technical user with access to the OData service

Password

********

Password for the technical user

OData Version

v2 or v4

Version of the API; v4 is preferred for better schema handling

Custom Headers

{"x-api-key": "your-api-key"} (optional)

Use for authenticated services (e.g. API keys or tokens)


Best practices for access control

When configuring an OData connection, make sure the user credentials are authorized to access the desired entities or data services.


SAP-specific setup

In SAP systems, OData authorizations are granted by adding the service to a PFCG role:

  • Go to PFCG (Role Maintenance)

  • Add the OData service to the role menu

  • Assign the role to the target user

  • Ensure the user has relevant business authorizations and start permissions

For further details visit: OData and SAP 


Whitelist the DQC Platform static IP

Ensure that the OData endpoint (or the reverse proxy/firewall in front of it) accepts traffic from:

3.123.94.228


undefined Notes


Connection to OData | DQC