Skip to main content
Version: Next

Execute Sap B1

Executes a raw query (string) in SAP B1

Description

Executes a raw query in SAP B1.

The JSON response has the following structure:

{
value: {}, - retrieved rows,
totalSize: 0 - total number of resource records
}

Example:

Method: GET

URL: Attachments2(19)/$value

Data: {}

Inputs

  • Control Flow (Control Flow)
  • SAP B1 Config (SAP B1 Config): Object with configuration
  • Method (Method): Request method
  • Request (String): Request URL
  • Data (Object): Request post parameters in JSON object or string

Outputs

  • Control Flow (Control Flow)
  • Response (Object): JSON response from SAP B1
  • Error (Error Flow): Triggered by error response from SAP B1 or incorrect JSON