SAP ABAP Data Element SCRFTLFIX (Table control: Number of fixed leading columns)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Data Element SCRFTLFIX
Short Description Table control: Number of fixed leading columns  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SCRPNUMC3    
Data Type NUMC   Character string with only digits 
Length 3    
Decimal Places 0    
Output Length 3    
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 Fix 
Medium 15 Fixed columns 
Long 20 No. of fixed columns 
Heading Fix 
Documentation

This attribute affects the movability of columns with the mouse and when scrolling horizontally.

You can make columns on the extreme left immovable by defining them as fixed.

Effect of fixed columns

  • The user cannot change the position of fixed columns by drag-and-drop.
  • If you scroll horizontally in a table, fixed columns are not included in the scrolling process and remain on the left edge of the table.

You can also set the attribute dynamically in a program by assigning the number of fixed columns (starting on the left) to the variable mytable-FIXED_COLS. This dynamic assignment overrides the assignment in the Screen Painter.

Usage

You should set this attribute for key fields, since this prevents the assignment of fields on the right to the key field from being lost when you scroll horizontally.

Dependencies

Line selection columns are ignored. They are not included in the number of fixed columns.

The number of fixed columns cannot be greater than the number of columns (excluding the line selection column).

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