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 MINIALV_TRACE_FLOW () is a standard Function Module in SAP ERP and is part of the function group SKBE within the package SLIS.
Function Module | MINIALV_TRACE_FLOW |
Short Text | |
Function Group | SKBE |
Package | SLIS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_REPORT | TYPE | SYREPID | ABAP Program: Current Main Program | |
I_TEST | TYPE | CHAR1 | Single-Character Flag | |
I_TRACE | TYPE | CHAR3 | 3-Byte Field | |
I_VARIANT | TYPE | RSVAR-VARIANT | Variant Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_STRING | TYPE | W3_QVALUE | Value for WWW query string name/value pair |
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 |
---|---|---|---|---|
ET_DATA | LIKE | LVC_S_DATA | ALV control: Data transfer structure | |
ET_HYPERLINKS | LIKE | LVC_S_HYPE | ALV Control: Hyperlinks | |
ET_INFO | LIKE | LVC_S_INFO | ALV control: Data information structure |
This function module does not define any Exceptions.