SAP SEL SCREEN BUTTON ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SELSCR - Pushbuttons
This example demonstrates how pushbuttons with function codes can be defined on selection screens.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
This example defines four pushbuttons on a selection screen that is displayed as a dialog box. The selection screen is defined in a chained statement for the keyword SELECTION-SCREEN.
CLI1, CLI2, CLI3, and CLI4 are used for fcode. If the user chooses a pushbutton, the runtime framework raises the AT SELECTION-SCREEN event. The program is resumed after CALL SELECTION-SCREEN only if the user chooses Execute.