SAP ABAP Function Module REUSE_ALV_POPUP_TO_SELECT (List in dialog box to choose one or more entries (or display only))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Basic Data
Function Module REUSE_ALV_POPUP_TO_SELECT List in dialog box to choose one or more entries (or display only)  
Function Group SALV   SAP List Viewer  
Program Name SAPLSALV   ABAP List Viewer 
INCLUDE Name LSALVU24    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ES_SELFIELD TYPE SLIS_SELFIELD Selection info for simple selection
Exporting E_EXIT TYPE 'X' = Cancel by user
Importing I_TITLE TYPE Dialog box title
Importing I_SELECTION TYPE 'X' (X) = Selection possible, ( ) = Display
Importing I_ALLOW_NO_SELECTION TYPE CHAR1 Allow copy although nothing is selected
Importing I_ZEBRA TYPE SPACE Line output with alternating color
Importing I_SCREEN_START_COLUMN TYPE 0 Coordinates for list in dialog box
Importing I_SCREEN_START_LINE TYPE 0 Coordinates for list in dialog box
Importing I_SCREEN_END_COLUMN TYPE 0 Coordinates for list in dialog box
Importing I_SCREEN_END_LINE TYPE 0 Coordinates for list in dialog box
Importing I_CHECKBOX_FIELDNAME TYPE Output table checkbox field name
Importing I_LINEMARK_FIELDNAME TYPE Line selection color information field name
Importing I_SCROLL_TO_SEL_LINE TYPE 'X' Scroll to default selection if necessary
Importing I_TABNAME TYPE Table name with chosen values
Importing I_STRUCTURE_NAME TYPE DD02L-TABNAME Internal output table structure name
Importing IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV Field catalog with field descriptions
Importing IT_EXCLUDING TYPE SLIS_T_EXTAB Table of inactive function codes
Importing I_CALLBACK_PROGRAM TYPE SYST-REPID Name of the calling program
Importing I_CALLBACK_USER_COMMAND TYPE SLIS_FORMNAME USER_COMMAND handling form routine name
Importing IS_PRIVATE TYPE SLIS_DATA_CALLER_EXIT Internal private use only
Tables T_OUTTAB TYPE   Selection value table
Exception PROGRAM_ERROR TYPE Program errors
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970321 
SAP Release Created in