Get Example source ABAP code based on a different SAP table
VERSION 5 IN
ranges table Internal table> with the columns SIGN>, OPTION>, LOW>, and HIGH>. Declared with the addition TYPE RANGE OF>> of the statements DATA>> and TYPES>> BEGIN_SECTION VERSION 5 OUT , or the obsolete statement RANGES>> END_SECTION VERSION 5 OUT . A ranges table is used to store a ranges condition> internally. A ranges table can be evaluated in a comparison expression> using the comparison operator> IN>>, where each line of the table represents a separate comparison. BEGIN_SECTION VERSION 5 OUT A selection table> declared with SELECT-OPTIONS>> has the same structure as a ranges table. END_SECTION VERSION 5 OUT