ABAP Keyword Documentation → ABAP Glossary
standard selection screen
Selection screen that
is defined outside of the statements SELECTION-SCREEN BEGIN|END OF SCREEN. A standard selection screen has the
screen number 1000 and is only possible in
executable programs and
logical data bases.
When linking an executable program with a logical data base, the two seletion screens are grouped into
one selection screen. When an executable program is executed with the statement
SUBMIT, the standard selection screen is automatically called if no other is specified. See also
standalone selection screen.