Show TOC

Background documentationInputField Properties Locate this document in the navigation structure

 

Properties in View Designer
  • imeMode

    Controls the frontend IMS mode.

    IME (Input Method Editor) is a basic component for writing Chinese, Japanese, and Korean characters. This system of writing has more characters than could be keyed in using a normal (restricted) keyboard. IME enables users to key in and edit Chinese, Japanese, and Korean characters using a normal (restricted) keyboard.

    The following values are possible:

    Value

    Description

    active

    IME mode is active but can be deactivated

    auto

    IME mode setting is disregarded

    disabled

    IME mode is inactive but cannot be activated

    inactive

    IME mode is inactive but can be activated

  • datePickerReferenceId

    This property enables two date-type InputFields to be linked so that the selected value in the referenced InputField is taken from the linked, referenced InputField, provided its value is initial.

    Note Note

    The type of the InputField is not checked automatically. If the type of the linked InputField is not date, the function has no effect.

    End of the note.
  • noHistory

    Activates and deactivates the history for this Inputfield.

    Note Note

    If the nohistory property is set for the data element from the ABAP dictionary, this cannot be reset in the InputField.

    End of the note.
  • suggestFilterMethod

    Displays values in the suggested values list that either start with the characters entered (suggestFilterMethod: prefixSearch) or contain (suggestFilterMethod: containsSearch).

    Note Note

    If you select containsSearch, this slows down the speed at which the the suggested values are selected.

    End of the note.
  • suggestValues

    Activation and deactivation of proposals that are displayed when the user enters data. If the linked InputField is not of type date, the function has no effect.

    Suggested Values for Input Fields

    This property can be personalized by administrators.

  • displayOnly

    Specifies whether the user can edit the UI element or only display it.

    This property has almost the same function as readOnly. The differences are that the background of UI elements is white instead of gray, and any required asterisk is no longer displayed on the label after activation.

    The following figure shows this difference, using the RadioButton UI element as an example:

    This graphic is explained in the accompanying text.

    This property can be personalized by administrators. In personalization, this property can be assigned the value: true

Caution Caution

If you use displayOnly with the following UI elements, not all properties are supported.

The supported properties are listed below:

  • displayOnly for the UI element InputField:

    If you use displayOnly for the UI element InputField, only the following properties are supported:

  • displayOnly for the UI element DropDownByIndex or DropDownByIndex:

    If you use displayOnly for UI elements DropDownByIndex and DropDownByIndex, only the following properties are supported:

End of the caution.

Note Note

  • If both displayOnly = true and readOnly = true are used, the UI element is displayed in displayOnly- style.

  • A TextView is rendered for UI elements InputField, DropDownByKey, DropDownByIndex, and DropDownListBox if displayOnly = true.

  • Property displayOnly does not function in ToolBar elements.

  • If displayOnly = true is set for UI elements DropDownByIndex, DropDownByKey, DropDownListBox, and InputField, multiple neighboring blank characters may be compressed to one single blank character when you run the application in Internet Explorer. The problem occurs in quirks mode with all IE versions and in standard mode with IE8 and smaller.

End of the note.