SAP SEL SCREEN F1 HELP ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SELSCR - Field Help
The example shows a user-defined F1 help on selection screens.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
This program declares a selection screen with two selection parameters that both refer to the data element S_CARR_ID from the ABAP Dictionary. While the dictionary documentation is used as online help for p_carr_1, a separate dynpro with the number 100 is called for p_carr_2. Using the Screen Painter, this dynpro is defined as a modal dialog box with the next dynpro 0, which displays the required help text as text fields. The screen does not require any flow logic.