SAP ABAP Data Element SCRFTLSLSM (Table control: Multiple column selection)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRFTLSLSM
Short Description Table control: Multiple column selection  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SCRPCHA1    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Multiple 
Medium 20 Multiple column sel. 
Long 30 Multiple column selection 
Heading Multiple 
Documentation

Definition

The attribute "Column selection" controls the number of table columns which can be simultaneously selected. If this is set to "multiple", you can select any number of columns by pressing the column selection key (column header). If you press a selection key (header) other than that of a selected column, the previous column selection remains and the new column is added to the set of selected columns.

This option thus corresponds to the selection behavior of checkboxes.

You can also set the option dynamically in the program by assigning '2' to the variable mytable-COL_SEL_MODE. If a column is selected, the field mytable-COLS-SELECTED contains the value 'X'. Otherwise, it has the value '_'.

Usage

You choose this option if you want the pushbutton "Select all" to be active, i.e. if you want all lines, and thus all columns, to be selectable.

History
Last changed by/on SAP  19950908 
SAP Release Created in