SAP ABAP Data Element FPM_MINIMUM_COLUMN_WIDTH (Minimum Column Width)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Basic Data
Data Element FPM_MINIMUM_COLUMN_WIDTH
Short Description Minimum Column Width  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
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 Width 
Medium 20 Minimum Column Width 
Long 30 Minimum Column Width 
Heading 30 Minimum Column Width 
Documentation

Determines the minimum width (in pixels) that the form group on the left side of a form (in a 16/2 form layout) can be until the form, as a whole, changes its layout at runtime.

This field appears in FLUID only when you choose the 16/2 layout for a Form component.

A 16/2 layout means that there are 16 cells in 2 columns, side by side in the window.

Using this feature, if a browser window is narrowed at runtime to a certain size, the Form component responds by changing its layout; the form column on the right side of the window is moved to appear below the other form column on the left side of the window. This is to ensure that the user is able to see the contents of both form columns clearly even when the browser window is narrowed.

The point at which the layout of the Form component changes is dependent on the value entered in this field. A value of 400 pixels refers to the width of the form column on the left side. If the browser window is narrowed, and the width of the form column on the left side is reduced to a width below 400 pixels, the layout of the form will change.

A best practice is to set a width that is sufficient to display the field labels and field content of a form column completely.

Note: If there are other (horizontal) pushing elements above or below the form (and the width of which is larger than the width specified in this field), the responsive mechanism described above will not work.

History
Last changed by/on SAP  20141120 
SAP Release Created in 740