Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module REUSE_ALV_GRID_DISPLAY (Output of a simple list (single-line)) is a standard Function Module in SAP ERP and is part of the function group SLVC_FULLSCREEN within the package SLIS.
Function Module | REUSE_ALV_GRID_DISPLAY |
Short Text | Output of a simple list (single-line) |
Function Group | SLVC_FULLSCREEN |
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_FULLSCREEN_ADAPTER | CLASS | CL_SALV_FULLSCREEN_ADAPTER | Adapter Fullscreen -> Table | |
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_ADD_FIELDCAT | TYPE | SLIS_T_ADD_FIELDCAT | Additional Field Catalog Options | |
IT_ALV_GRAPHICS | TYPE | DTC_T_TC | Parameter for ALV graphic | |
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_HYPERLINK | TYPE | LVC_T_HYPE | Hyperlinks | |
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_BACKGROUND_ID | TYPE | SDYDO_KEY | SPACE | Object ID of wallpaper |
I_BUFFER_ACTIVE | LIKE | SPACE | Buffering active | |
I_BYPASSING_BUFFER | TYPE | CHAR01 | SPACE | Ignore all buffers |
I_CALLBACK_HTML_END_OF_LIST | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for HTML END-OF-LIST |
I_CALLBACK_HTML_TOP_OF_PAGE | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for HTML TOP-OF-PAGE |
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_TOP_OF_PAGE | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for handling TOP-OF-PAGE |
I_CALLBACK_USER_COMMAND | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for command handling |
I_DEFAULT | LIKE | 'X' | Initial variant active/inactive logic | |
I_GRID_SETTINGS | TYPE | LVC_S_GLAY | Grid settings | |
I_GRID_TITLE | TYPE | LVC_TITLE | Control title | |
I_HTML_HEIGHT_END | TYPE | I | 0 | HTML_END_OF_PAGE Height |
I_HTML_HEIGHT_TOP | TYPE | I | 0 | HTML_TOP_OF_PAGE Height |
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 |
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 |