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 CONVT_CONVERT_REQUESTED_0 (Konvertier eine Baugruppe oder Originaldatei, sucht Konverter) is a standard Function Module in SAP ERP and is part of the function group CONVT within the package CONV.
Function Module | CONVT_CONVERT_REQUESTED_0 |
Short Text | Konvertier eine Baugruppe oder Originaldatei, sucht Konverter |
Function Group | CONVT |
Package | CONV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
WA_CONVERT_SPEC | TYPE | CONVERT_SPEC | Detailierte Informationen über spezielle Konvertierungen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_MESSAGE | TYPE | MESSAGES | Meldungen der Protokollschnittstelle |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
WA_CONV_REQUESTED | TYPE | CONV_S_REQUESTED | Informationen über durchzuführende Konvertierung |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TI_CONV_REQ_DATA | LIKE | CONV_S_REQ_DATA | Dokumente und IDs der Transformationsmatrizen | |
T_CONV_STRUCT_FILENAME | LIKE | CONV_STRUCT_FILENAME | Struktur für Übergabe an Konverter |
This function module does not define any Exceptions.