ABAP Keyword Documentation → ABAP - Reference → User Dialogs → Selection Screens → Create Selection Screens → SELECT-OPTIONS
SELECT-OPTIONS - NO DATABASE SELECTION
Other versions: 7.31 | 7.40 | 7.54
Syntax
...  [ NO DATABASE SELECTION ] ... 
Effect
The addition NO DATABASE SELECTION of the statement SELECT-OPTIONS is only possible in an
executable program that is connected to a
logical database and controls the passing of the
selection table to the logical database in the following situations:
- It is used in an executable program that is connected to a logical database.
 - 
A component of a node in the connected logical database is specified for 
dobjafter the additionFORand is declared in the program with aTABLESorNODESstatement. - 
The node in the logical database is designed for dynamic selections.
 
If you specify this addition, the selection table is not passed to the logical database as a dynamic selection after selection screen processing.
Note
If logical databases are no longer used, then you no longer need to use this addition of the statement SELECT-OPTIONS either.