Entering content frame

Background documentation .type Locate the document in its SAP Library structure

You use the .type attribute to determine the type of a screen field.

Example

To determine whether a particular field is a combo box, use the following syntax:

`if <field>.type==ComboBox`

`endif`

The following table lists possible values for the .type attribute:

Field Attribute

Possible Values

.type

TableView

TableColumn

TableSelector

TableColTitle

Label

Frame

PushButton

RadioButton

CheckButton

Password

ComboBox

Edit

Unknown

Leaving content frame