ABAP Keyword Documentation → ABAP Glossary
ranges table
Internal table with
the columns SIGN, OPTION, LOW, and HIGH. Declared using the addition
TYPE RANGE OF of the statements
DATA and TYPES , or the
statement RANGES . A ranges table is used as the internal repository of a
ranges condition. A ranges table can be evaluated in a
comparison expression using the
relational operator
IN, where each row of the table represents a separate comparison. A
selection table declared
with SELECT-OPTIONS has the same structure as a ranges table.