SAP ABAP Function Module G_DISPLAY_SELECTION_DYNPRO (Display of Object List with Optional Selection Option)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-CAT (Application Component) CATT Computer Aided Test Tool
     SCAT (Package) Computer Aided Test Tools
Basic Data
Function Module G_DISPLAY_SELECTION_DYNPRO Display of Object List with Optional Selection Option  
Function Group GSEL   FI-GL: display of an object list  
Program Name SAPLGSEL   ?... 
INCLUDE Name LGSELU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting FIRST_INDEX TYPE SYST-TABIX Index of lines that are shown uppermost
Exporting SEL_INDEX TYPE SYST-TABIX Index for Selected Line
Exporting EXT_DISPLAY_SELECTED TYPE = 'X', if detail display requested
Importing ALLOW_PRINT TYPE ' ' X = Printing possible
Importing DYNP_TITLE TYPE RGSEL-DYNP_TITLE Screen title
Importing EXTENDED_DISPLAY TYPE ' ' X = Detail display possible
Importing FIRST_INDEX TYPE SYST-TABIX 1 Index of lines that are shown uppermost
Importing KEY_COLUMNS TYPE 0 Number of Columns Belonging to Key Fields
Importing NUMBER_OF_ROWS TYPE SYST-TABIX 8 Number of Lines in Popup
Importing SEL_DEFAULT TYPE 0 Index of Proposed Line
Importing SEL_TITLE1 TYPE ' ' First header line of the list
Importing SEL_TITLE2 TYPE ' ' Second header line of the list
Importing SHOW_ALSO_1 TYPE ' ' Also Display List with 1 Entry
Importing START_COLUMN TYPE 0 Column in Which Window Starts
Importing START_ROW TYPE 3 Line in Which Window Starts
Importing WIDTH_OF_TITLES TYPE ' ' Take Title Length into Account for Output Width
Importing WITHOUT_SELECTION TYPE ' ' Without Selection Option (X=Without)
Importing MULTIPLE_SELECTION TYPE ' '
Importing ALLOW_SORT TYPE 'X'
Tables SEL_TABLE TYPE   Transfer table
Tables SEL_LINES TYPE RGSEL_LINE
Exception NO_LINES TYPE Do not transfer line
Exception NO_LINE_PICKED TYPE No line selected
               
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  19950113 
SAP Release Created in