ABAP Keyword Documentation → ABAP Glossary
Selection table
A global internal table with a
header line, the columns SIGN, OPTION, LOW and HIGH and the name of a
selection criterion.
It is used for the internal storage of selection conditions. Declared with the statement SELECT-OPTIONS
; it can be evaluated in
logical expressions using the
predicate IN
.