SAP ABAP Data Element SCRFTLMARK (Table control: with selection column)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRFTLMARK
Short Description Table control: with selection column  
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 10 Sel.column 
Medium 15 w/ sel. column 
Long 25 with selection column 
Heading  
Documentation

Definition

This attribute generates an additional column containing pushbuttons before the first table field. The pushbuttons allow the user to select a line locally and they replace the checkboxes or radio buttons used for this purpose until now. If a line is selected, the selection column field contains the value 'X'.

You can also set the attribute dynamically in the program by assigning '_' or 'X' to the variable mytable-LINE_SELECTOR.

Effect

Attribute is set

  • The table control has a column selection field.
  • You can maintain individual attributes of the column selection field by placing the cursor on the "column selection field name" field on the "Table Control Attributes" screen and choosing Attributes.

Attribute is not set

  • The table control has no line selection column.
  • If the attribute is reset, the system automatically deletes the line selection field.

Dependencies on other attributes

A selection column is required if

  • the attribute "single" or "multiple" line selection is set with the option "Entry table".
  • the attribute "multiple" line selection is set with the option "Selection table".

The selection column is always a fixed column (and always the first).

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