SFTP

Frends templates for SFTP. SFTP is a standard network protocol used for transferring files over a network.
This template reads an EDI D96A order from an SFTP server and sends it to SAP via oData.
Ensure the following prerequisites are met before using this template:
This template is a starting point for implementing transferring any sort of an EDI document to SAP and demonstrated the core principle of doing so. In the sample use case we read a EDI with an order and map it to SAP JSON format for sending over to SAP.
Note that SAP oData interface is a powerful API and can be used for a wide variety of integration scenarios, so to get the full benefit of this template it is recommended to edit the data mapping from EDI to SAP, so that it is aligned with the EDI contects and the SAP data model for a concrete SAP installation.
The template does not map all the fields that can potentially be mapped in such a scenario and provides a starting point for customization.
This template serves as a foundational example for transferring any EDI document to SAP and demonstrates the core principles involved. In the provided use case, the template reads an EDI order and maps it to the SAP JSON format before transmitting it to SAP.
Keep in mind:
This template does not handle transient errors separately.
If SAP call returns anything else than 201 error the process will finish execution with an error.
SftpHost | SFTP host from where to get the EDI file. |
SftpUsername | SFTP username. |
SftpPassword 🗝 | SFTP password. |
SftpEDIFilePath | Path to the EDI file on SFTP server. |
SapHost | SAP host for importing the Purchase Order. |
SapUsername | SAP username. |
SapPassword 🗝 | SAP password. |
SapPort |