Vendor Catalog
SAP S/4HANA
Read and write SAP S/4HANA Cloud business data via OData
Vendor ID: sap · Categories: erp
Read and write SAP S/4HANA Cloud business data via the OData API. Covers Business Partners (Customers / Suppliers), Sales Orders, Materials, and the broader S/4HANA Cloud surface.
Auth
| Credential | Notes |
|---|---|
oauthClientCredentials | Machine-to-machine OAuth 2.0. The token URL contains {subdomain} / {region} placeholders resolved against per-org config (e.g. https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token). |
basicAuth | HTTP Basic against the S/4HANA endpoint when client-credentials isn't available. The platform serializes a tokenType: "Basic" envelope so the bundle reconstructs the header uniformly with the OAuth path. |
Products
A single product sap exposes operations grouped under an operation parameter:
| Group | Operations |
|---|---|
| Business Partners | List / Get / Create / Update Business Partners |
| Customers | List / Get / Update Customers |
| Suppliers | List / Get / Update Suppliers |
| Sales Orders | List / … |
OData $filter expressions are supported for list-style operations.