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.
  • 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 Valus for Input Fields

    This property can be personalized by administrators.

  • noHistory

    Deactivates field history for this InputField. The NoHistory setting of a data element from the ABAP Dictionary cannot be overridden with this, so if noHistory is set for a data element, this canot be reset in the InputField.