Scrydon
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

CredentialNotes
oauthClientCredentialsMachine-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).
basicAuthHTTP 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:

GroupOperations
Business PartnersList / Get / Create / Update Business Partners
CustomersList / Get / Update Customers
SuppliersList / Get / Update Suppliers
Sales OrdersList / …

OData $filter expressions are supported for list-style operations.

On this page

On this page