
The history contains Suggested Values, which are based on information that a user entered previously in an InputField.
The history is available if the following conditions are met:
The WDENABLEFIELDHISTORY application parameter is set for your system or application.
The Accessibility mode is deactivated.
The history of an InputField is not dependent on any value help. It is available for every InputField, including input fields that have an OVS or user-programmed value help.
There are two settings for controlling the history for InputFields:
If you set the noHistory property of an InputField to the value true, you can deactivate the history for this InputField. Users can then no longer activate the history for this InputField from the context menu of the InputField.
If noHistory is not set, the entry History of Input Field "<Label>" is available to users in the context menu of this InputField under User Settings. Users can then activate or deactivate the history for this InputField.
If the noHistory property is set for the data element from the ABAP dictionary, this cannot be reset in the InputField.
With application parameter WDENABLEFIELDHISTORY you can deactivate the history for InputFields system-wide or for individual Web Dynpro ABAP applications. Users can then no longer activate the history for all InputFields of this application from the context menu.
By default the history is activated. The entry Delete Input History for User <User> is then available to users in the context menu of the application.
In addition, users can use the Delete key to delete single entries from the history of an InputField.
Component WDR_TEST_FIELD_HISTORY is provided for testing.