SAP S4/HANA

Frends.Sap.ODataRequest / 2.0.0

Summary

Reaches an SAP system through the OData services it publishes, sending the request and handing back the raw response. Being a pass-through, it covers whatever entity sets the service exposes rather than one fixed operation.

Typical use — reading or writing SAP business data from a Process without a Task per entity, and the usual route into SAP where no RFC-based Task fits

Details

Frends version
5.5 and newer
Agent
Crossplatform
Target framework
net6.0

Input parameters.

Name Type Default Example Description
Method Method GET GET

The HTTP Method to be used.

Possible values:

  • GET: GET Request.

  • POST: POST Request.

  • PUT: PUT Request.

  • PATCH: PATCH Request.

  • DELETE: DELETE Request.

  • HEAD: HEAD Request.

  • OPTIONS: OPTIONS Request.

  • CONNECT: CONNECT Request.

HostAddress String https://example.com https://example.com

Host address.

Port Int32 44301 44301

Port to connect.

ServiceName String FAP_APPROVEBANKPAYMENTS_SRV PAYMENTS

Service name.

EntitySetName String C_AbpPaymentBatch A_Set

Entity set name.

QueryString String $skip=1&$paramAbc=valueXyz

Query string part of the request.

Format Format JSON JSON

The format for communication.

Possible values:

  • JSON: Format JSON (application/json).

  • XML: Format XML (application/xml).

Message String { "Body": "Message" }

The message text to be sent with the request.

An unhandled error has occurred. Reload 🗙