SAP ABAP Data Element SCRFTLSLSS (Table control: Single 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 SCRFTLSLSS
Short Description Table control: Single 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 Single 
Medium 20 Single column sel. 
Long 30 Single column selection 
Heading Single 
Documentation

Definition

The attribute "Column selection" controls the number of table columns which can be selected simultaneously. If the option "Single" is set, only one column at a time can be selected by pressing the column selection key (column header). If you press a selection key (header) other than that of a selected column, the previous selection is cancelled and the new column is selected.

This option thus corresponds to the selection behavior of radio buttons.

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

Usage

If this option is set, the pushbutton "Select all" is inactive.

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