SapLogin@1
Node SapLogin@1 logs in to a SAP system.
This node needs an existing SAP configuration. The configuration is created in the OctoMesh UI under the General/Configuration tab. The configuration is used to connect to the SAP system.
Adapter Prerequisites
Node Configuration
For fields path, targetPath, targetValueWriteMode, and targetValueKind, see Overview.
transformations:
- type: SapLogin@1
sapConfiguration: mmtest # name of the SAP configuration object
The result object is based on the SAP structure BAPI2080NOTHDRE, the properties are documented in API documentation.
Complete sample of pipeline configuration
This sample receives a message from a distributed event hub and logs in to SAP.
triggers:
- type: FromPipelineDataEvent@1
description: Retrieve from distributed event hub message
transformations:
- type: SapLogin@1 # runs the login
sapConfiguration: mmtest