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_LIST_DISPLAY (Output a simple list (single line or several lines)) is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_LIST_DISPLAY |
Short Text | Output a simple list (single line or several lines) |
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 |
---|---|---|---|---|
IR_SALV_LIST_ADAPTER | CLASS | CL_SALV_LIST_ADAPTER | Adapter for Output of Data in a List | |
IS_LAYOUT | TYPE | SLIS_LAYOUT_ALV | List layout specifications | |
IS_PRINT | TYPE | SLIS_PRINT_ALV | Print information | |
IS_REPREP_ID | TYPE | SLIS_REPREP_ID | Initialization key for Re/Re interface | |
IS_SEL_HIDE | TYPE | SLIS_SEL_HIDE_ALV | Selection information modification | |
IS_VARIANT | LIKE | DISVARIANT | Variant information | |
IT_EVENTS | TYPE | SLIS_T_EVENT | Table of events to perform | |
IT_EVENT_EXIT | TYPE | SLIS_T_EVENT_EXIT | Standard fcode exit requests table | |
IT_EXCLUDING | TYPE | SLIS_T_EXTAB | Table of inactive function codes | |
IT_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field catalog with field descriptions | |
IT_FILTER | TYPE | SLIS_T_FILTER_ALV | Filter criteria for first list output | |
IT_SORT | TYPE | SLIS_T_SORTINFO_ALV | Sort criteria for first list display | |
IT_SPECIAL_GROUPS | TYPE | SLIS_T_SP_GROUP_ALV | Grouping fields for column selection | |
I_BUFFER_ACTIVE | LIKE | SPACE | Buffer active | |
I_BYPASSING_BUFFER | TYPE | CHAR01 | Skip All Buffers? | |
I_CALLBACK_PF_STATUS_SET | TYPE | SLIS_FORMNAME | SPACE | Set EXIT routine to status |
I_CALLBACK_PROGRAM | LIKE | SY-REPID | SPACE | Name of the calling program |
I_CALLBACK_USER_COMMAND | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for command handling |
I_DEFAULT | LIKE | 'X' | Initial variant active/inactive logic | |
I_INTERFACE_CHECK | LIKE | SPACE | Interface consistency check log output | |
I_SAVE | LIKE | SPACE | Variants can be saved | |
I_SCREEN_END_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_END_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_STRUCTURE_NAME | LIKE | DD02L-TABNAME | Internal output table structure name | |
I_SUPPRESS_EMPTY_DATA | TYPE | SAP_BOOL | ABAP_FALSE | If no data exist, no table is output |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_EXIT_CAUSED_BY_USER | TYPE | SLIS_EXIT_BY_USER | How the user left the list | |
E_EXIT_CAUSED_BY_CALLER | LIKE | Delete list in CALLBACK_USER_COMMAND |
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 |
---|---|
PROGRAM_ERROR | Program errors |