ABAP Keyword Documentation → ABAP − Reference → SAP GUI User Dialogs → Selection Screens → Create Selection Screens → SELECT-OPTIONS → SELECT-OPTIONS - value_options
Selection Screens, Default Values for Selection Criteria
The example demonstrates which default values can be set for selection criteria.
Other versions: 7.31 | 7.40 | 7.54
Source Code
REPORT demo_sel_screen_select_default.
DATA wa_spfli TYPE spfli.
SELECT-OPTIONS airline FOR wa_spfli-carrid
DEFAULT 'AA'
TO 'LH'
OPTION nb
SIGN i.
Description
The symbol in front of the first field indicates that the field airline-option
contains the operator NB
. The green color indicates that the field
airline-sign contains the value "I". The arrow on the right pushbutton is not green since only one row of the selection table is filled.