InputTokenizer Properties

Expand the properties to display further details.

dataSource

Context node containing the data for the element. Each element of the context node corresponds to a token.

displayOnly

Specifies whether the element can be edited or only displayed. Unlike the readOnly property, here the background of the inputTokenizer is transparent.

historySuggest

Activates and deactivates the history for InputField (see Suggested Values for Input Fields). You can deactivate the history, for example for credit card data. If the No Input History property is set for the data element from the ABAP dictionary, this cannot be reset in the InputTokenizer.

inputHelp

Use this property to define the input help icon for InputTokenizer.

Value Example of the Visual Display Description
auto The input help icon is assigned using the bound context attribute. Depending on the type of the bound context attribute, a back-end input help icon or a date picker icon is displayed. If no input help is available, no input help icon is displayed.
calculator A calculator icon is displayed in the input field. Click on this icon or press F4 to open a simple calculator below the input field.
search A search icon is displayed in the input field. Click on this icon or press F4 to trigger the onEnter action in the ABAP back end.
none No input help icon is displayed and no input help function is available with F4.

Suggested values can still be displayed using the suggestValues property.

overflow

Value Example of the Visual Display Description
push The size of the input field increases according to the amount of input.
overlay The input field appears as a window above the remaining UI.

tokenText

Text that appears on the token.

tokenTooltip

Tooltip that appears on the token.

tokenValid

Specifies whether the input can be displayed as a valid token.

valueSuggest

Activation and deactivation of proposals that are displayed when the user enters data. Suggested values are calculated as they are for InputField (see Suggested Values for Input Fields).