Blocks

SAP OData

Generic SAP OData operations (list/get/create/update/delete).

Connect to SAP OData endpoints with Basic or Bearer auth. Supports CRUD operations and custom $filter/$select queries.

Back to Catalog
Toolssap_odata

Block Preview

SAP

SAP OData

Generic SAP OData operations (list/get/create/update/delete).

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the sap_odata block with monitoring enabled in production.

Inputs (UI)

Base URL

short-input

Placeholder: https://example.sap.com/odata/v2

Layout: full

Resource

short-input

Placeholder: Products

Layout: full

Operation

dropdown

Layout: full

Options: List, Get, Create, Update

Entity ID

short-input

Layout: full

Query

short-input

Placeholder: $filter=Name eq "X"&$select=Id,Name

Layout: full

Auth Type

dropdown

Layout: half

Options: Bearer, Basic

Username

short-input

Layout: half

Password

short-input

Layout: half

Token

short-input

Layout: half

Headers (JSON)

code

Placeholder: { "Accept-Language": "en-US" }

Layout: full

Payload (JSON)

code

Placeholder: { "Name": "New" }

Layout: full

Inputs (API)

baseUrl

string

Required

resource

string

Required

operation

string

Required

id

string

Optional

query

string

Optional

headers

string

Optional

authType

string

Optional

username

string

Optional

password

string

Optional

token

string

Optional

data

string

Optional

Outputs

Primary response type:

json

Tool Access

sap_odata
SAP OData | NowFlow Blocks