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 their program is executed, standard selection screens are automatically called by the ABAP runtime environment with the statement SUBMIT. See also standalone selection screen.