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