SAP SEL SCREEN F1 HELP ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTICIE

Selection Screens, Field Help
The example shows a self-defined F1 help on selection screens.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
In this program, a selection screen with two parameters that are based on the data element S_CARR_ID of the ABAP Dictionary are declared. Whereas the Dictionary documentation is used as online help for p_carr_1, the system calls a separate screen with the number 100 for p_carr_2. Using the Screen Painter, this screen is defined as a modal dialog box with next screen 0, which displays the required help text as text fields. You are not required to program the flow logic for this screen.