ABAP Keyword Documentation →  ABAP − Reference →  User Dialogs →  Screens →  Statements in the Screen Flow Logic →  FIELD →  Field and Input Help →  Field and Input Helps - Examples → 

Screens, Input Help of the ABAP Dictionary

The example shows how to use the input help of the ABAP Dictionary.

Source Code

REPORT demo_dynpro_f4_help_dictionary.

TABLES demof4help.

CALL SCREEN 100.

MODULE cancel INPUT.
  LEAVE PROGRAM.
ENDMODULE.

Description

The static next screen number of screen 100 is 100. The input fields have been assigned the components of the structure DEMOF4HELP from the ABAP Dictionary. The function code of the pushbutton is CANCEL with the function type E. When choosing the F4 help for the individual fields, the user gets the following types of input help: