Entering content frame

Background documentation Attributes of the Subscreen Area Locate the document in its SAP Library structure

For further attributes of the screen elements, see also General Attributes.

Attribute

Description

Scrollable

This attributes the scrolling function if the defined length of the subscreen area exceeds the visible length.

Properties

This attribute controls the behavior of the tabulator in include areas in which subscreens execute.

Sequentially pressing the tabulator key (tabulator string) is standardly converted on the screen into a jump to the next field to the right of the row and then to the first field to the left in the next row, etc. In this case it is of no importance whether the fields belong to the same nesting level or whether they belong to included subscreens.

In the past, this flat assignment was only interrupted for the fields lying within a frame. If the tabulator jumps to a field within the frame for the first time, further tabulator steps take you to the other fields of the frame. This tabulator string can now also be required for include areas in which subscreens execute. The KeepTab property was introduced as a further attribute of the subscreen area for this reason.

The two possible values for the KeepTab property are:

  • TRUE
    The tabulator string is kept within the include area of the subscreen with this value.
  • FALSE (default)
    The tabulator string does not recognize screen nesting("flat assignment").

The selected value cannot be changed at runtime.

Resizing

vertical/ horizontal

This attribute defines the behavior of the subscreen area if you manually change the height (vertical resizing) and/or width (horizontal resizing) of the window. Set this attribute if you want the size of the subscreen area to change with the size of the window.

Min. lines

 

Min. Columns

Defines the minimum number of rows for vertical resizing.

 

Defines the minimum number of columns for horizontal resizing.

 

 

Leaving content frame