Skip to main content

FromRfcServerCall@1

The FromRfcServerCall@1 node is used to call a pipeline from SAP using an RFC server. The node listens for RFC calls from SAP and triggers the pipeline when a call is received.

Adapter Prerequisites

Node Configuration

 triggers:
- type: FromRfcServerCall@1
sapConfiguration: sap-test-system
functionName: Z_OCTOMESH_TEST_FUNCTION
transformations:
- type: Logger@1
message: "RFC Server called"

Data Format

The input of the transformation pipeline is as follows:

Container

{
"Parameter1": "Value1",
"Parameter2": "Value2",
"Parameter3": "Value3"
}