SAP S4HANA

Provides integration into SAP S4HANA.

Revision History

1.0.0.0 Initial Release.
1.0.1.0 Added multiple business objects.

Properties

Connection

Type: Connection Input
The Connection Property.

HostName
Type: String
Your SAP client Host.

Port
Type: String
Your SAP client Port.

Username
Type: String
Your SAP cclient username.

Password
Type: Password
Your SAP client password.

ReturnRestFailureResponses
Type: Boolean
When true, indicates that the response body should be returned even if the HTTP response code is not 200.

ExcludeEmptyQueryParameters
Type: Boolean
When true, indicates that any empty query parameters should be excluded on invoke.

OperationId

Type: String Input
The internal ID of the selected SAP operation. This is set automatically when a sample is selected.

BusinessObject

Type: String Input
The Business Object of the selected SAP operation. This is set automatically when a sample is selected.

Description

Type: String Input
A short description of the selected SAP operation. Display only; this value is set automatically when a sample is selected.

Request

Type: JSON Input
The JSON body of the request, used for create/update operations. Define the data you want to send to SAP here.

Response

Type: JSON Output
The JSON body returned in the response from SAP. This contains the data returned by the selected operation.