SAP ABAP DYNPROS VALUE HELP



Get Example source ABAP code based on a different SAP table
  



ABAP_DYNPRO - Input Help
Dynpros use input helps to support interactive input. This can be done in three different ways.
Input helps from the ABAP Dictionary The associated search help is provided automatically for dynpro fields from the ABAP Dictionary. If a field has no search help defined, the ABAP Dictionary still offers the content of a check table, the fixed values of the corresponding domain, or static calendar help or clock help as input help.
Input helps on the dynpro ABAP Dictionary search helps can be linked with individual dynpro fields.
Input helps in dialog modules In dynpro flow logic, dialog modules providing self-programmed input help can be called at POV time.
These three options are ordered by ascending priority. If different techniques are used at the same time, the POV module calls override any definition on the dynpro, which in turn overrides the binding to the ABAP Dictionary.
These three options should, however, be applied in the given order. If possible, a search help from ABAP Dictionary should always be defined for the input help and input help should only be defined in dialog modules if no other option is available. In particular, the enhancement of search helps using search help exits should be considered beforehand.