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 REUSE_ALV_VARIANT_MAINTAIN (Definition of a display variant outside the list context) is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_VARIANT_MAINTAIN |
Short Text | Definition of a display variant outside the list context |
Function Group | SALV |
Package | SLIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_LAYOUT | TYPE | SLIS_LAYOUT_ALV | List layout specifications | |
IT_SORT | TYPE | SLIS_T_SORTINFO_ALV | Sort table | |
IT_SPECIAL_GROUPS | TYPE | SLIS_T_SP_GROUP_ALV | Grouping fields for column selection | |
I_POPUP | LIKE | 'X' | Output in popup | |
I_SAVE | LIKE | ' ' | Variants can be saved | |
I_TABNAME_HEADER | TYPE | SLIS_TABNAME | Header Table Name | |
I_TABNAME_ITEM | TYPE | SLIS_TABNAME | Item Table Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SAVE | TYPE | SLIS_CHAR_1 | Changes were saved. |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field catalog with field descriptions |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_CHANGE | No change made |
PROGRAM_ERROR | Program errors |