Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module IDX_XML_TO_IDOC (Konvertierung IDoc XML nach IDoc im XMB) is a standard Function Module in SAP ERP and is part of the function group IDOC_ADAPTER_MB within the package SIDOC_ADAPTER.
Function Module | IDX_XML_TO_IDOC |
Short Text | Konvertierung IDoc XML nach IDoc im XMB |
Function Group | IDOC_ADAPTER_MB |
Package | SIDOC_ADAPTER |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EDIDC40 | TYPE | EDI_DC40 | IDoc Control Record for Interface to External System | |
GUID | TYPE | SXMSMGUID | Integration Engine: Message ID | |
IDX_XMB | TYPE | IDX_XMB | tRFC Parameter for IDoc Output Integration Broker | |
TYP_DEF | TYPE | CHAR1 | 'X' | |
XML_DATA | TYPE | XSTRING |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IDOC_CONTROL_40 | LIKE | EDI_DC40 | IDoc Control Record for Interface to External System | |
IDOC_DATA_40 | LIKE | EDI_DD40 | IDoc Data Record for Interface to External System |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CUSTOMIZING_ERROR | Customizing Error |
NO_DATA_FOUND | |
NO_RECEIVER | Kein Receiver im Payload |
NO_SENDER | Kein Sender im Payload |
SYNTAX_ERROR | |
UNKNOWN_XML |