Menu

SAP Function Module REUSE_ALV_LIST_DISPLAY

Output a simple list (single line or several lines)

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
PROGRAM_ERROR Program errors