PushIDoc
Sends IDoc or IDoc XML data to an SAP system using synchronous or asynchronous modes. Useful for B2B messaging, system integration, or transactional updates.
Input
| Name | Type | Description |
| IDocFile | String | Full file path to the IDoc or IDoc XML file to be sent to the SAP system. |
| FileType | String | Format of the file being uploaded, such as 'IDoc' for standard format or 'XML' for structured XML content.
The allowed values are XML, IDoc. The default value is IDoc. |
| Mode | String | Specifies how the IDoc should be sent. Options include synchronous (immediate response) or asynchronous (background processing).
The allowed values are Sync, ASync. The default value is ASync. |
Result Set Columns
| Name | Type | Description |
| Result | String | Indicates whether the IDoc was successfully transmitted to SAP. Returns 'Success' or 'Failure'. |
| Message | String | Descriptive message returned by SAP or the interface, especially useful for identifying errors if the transmission fails. |