Get Example source ABAP code based on a different SAP table
Short Reference > • BETWEEN ABAP_OSQL_COND • NOT BETWEEN ABAP_OSQL_COND
ABAP_SQLCOND > - BETWEEN>
ABAP_SYNTAX ... operand $[NOT$] BETWEEN operand1 AND operand2 ...>
What does it do? This relational expression is true if the content of the operand operand> is (is not) between the values of the operands operand1 > and operand2>.
The following applies to operand>:
Numeric SQL expressions> except for aggregate expressions> and window expressions> can be specified.