SAP ABAP Data Element SCRNTCFIX (Fixing the table control 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 SCRNTCFIX
Short Description Fixing the table control column  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SCRPFLAG    
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 Fix 
Medium 15 Fixed column 
Long 29 Fixed table control column 
Heading  
Documentation

Definition

This attribute is only intended for column fields of a table control. It affects the ability to move columns with the mouse and when scrolling horizontally.

Effect

The attribute is selected

  • you cannot change the position of the affected column via drag and drop
  • if you scroll horizontally in the table, the column will not scroll but remain visible on the left side of the table

If you set the attribute for a field in the second or a higher column, all columns to the left of it must also be fixed.

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

Use

The attribute should be set for key fields, so that you do not lose the context for the related fields to the right in wide tables.

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