SAP
The SAP Adapter is designed to connect to SAP systems (SAP R/3, SAP S/4HANA, SAP ECC, etc.) and to read and write data from and to these systems. The adapter uses the SAP Netweaver SDK to communicate with the SAP system.
Information table
Field | Description |
---|---|
Docker image | meshmakers/octo-communication-adapter-sap |
Alternative installation scenario | There is MSI installation package available to install the Adapter as Windows Service. |
Adapter configuration | No specific configuration is needed on adapter level |
Nodes
Trigger nodes
Node | Description |
---|---|
FromRfcServerCall@1 | Trigger node that allows to run the transformation pipeline using RFC Server calls |
General nodes
Node | Description |
---|---|
SapLogin@1 | Runs the log-in to a SAP system |
CommitSapTransaction@1 | Commits a SAP transaction using function module BAPI_TRANSACTION_COMMIT |
SAP Data Services (DS)
Node | Description |
---|---|
DataServicesReadTable@1 | Read table data using SAP Data Services function module /SAPDS/RFC_READ_TABLE |
SAP Production Planning and Control (PP)
Node | Description |
---|---|
GetProductionOrderList@1 | Reads a list of production orders using function module BAPI_PRODORD_GET_LIST |
GetProductionOrderDetails@1 | Reads details of the given production order using function module BAPI_PRODORD_GET_DETAIL |
SAP Plant Maintenance (PM)
Node | Description |
---|---|
CreateSapPmNotification@1 | Creates a PM notification using function module BAPI_ALM_NOTIF_CREATE |
EditSapPmNotification@1 | Modifies a PM notification using function module BAPI_ALM_NOTIF_DATA_MODIFY |
SaveSapPmNotification@1 | Stores changes of a PM notification using function module BAPI_ALM_NOTIF_SAVE |
note
All nodes are available in the zenon adapter that are tagged with general availablity
.