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_BLOCK_LIST_HS_APPEND () 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_HS_APPEND |
Short Text | |
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_KEYINFO | TYPE | SLIS_KEYINFO_ALV | Header/posit. table field links | |
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_HEADER_TABNAME | TYPE | SLIS_TABNAME | Header Table Name | |
I_ITEM_TABNAME | TYPE | SLIS_TABNAME | Item Table Name | |
I_TEXT | TYPE | SLIS_TEXT40 | SPACE |
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_HEADER | LIKE | Header table with data to be output | ||
T_OUTTAB_ITEM | LIKE |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MAXIMUM_OF_APPENDS_REACHED | |
PROGRAM_ERROR | Program Errors |