Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module REUSE_ALV_BLOCK_LIST_APPEND (Append Simple List in Block Mode) is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_BLOCK_LIST_APPEND |
Short Text | Append Simple List in Block Mode |
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_EVENTS | TYPE | SLIS_T_EVENT | Table of events to perform | |
IT_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field Catalog with Field Descriptions | |
I_TABNAME | TYPE | SLIS_TABNAME | Name of Internal Output Table | |
I_TEXT | TYPE | SLIS_TEXT40 | SPACE | Text of This List for Overview Screen |
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 |
---|---|---|---|---|
T_OUTTAB | LIKE | Table with data to be displayed |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MAXIMUM_OF_APPENDS_REACHED | Maximum Number of Lists Reached |
PROGRAM_ERROR | Program Errors |