SAP SUBMIT SELSCREEN ABEXA



Get Example source ABAP code based on a different SAP table
  



Program Calls, Filling the Selection Screen
The example demonstrates the filling of the standard selection screen when a program is called.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
When the program is executed, a query appears and, depending on the selection made, the standard selection screen of the called program is filled either using a table of the type RSPARAMS or using multiple WITH additions.
In both calls of demo_program_submit_rep, values that lead to two-line selection tables selecto are passed. The second line is displayed in the dialog box Multiple Selection for selecto . Without the addition VIA SELECTION-SCREEN of the statement SUBMIT, paramet and selecto in demo_program_submit_rep would be filled in exactly the same way but not displayed.