SAP DDIC TABLE TYPES RANGES



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Ranges Table Type
A ranges table type is a table type for a ranges table. A ranges table is a standard table with a standard key. Its line type is structured specifically to be used in general logical expressions with the relational expression IN range tab or used after WHERE in AB_SQL with the relational expression IN range tab. In the ABAP Dictionary, ranges table types are created in the same way as with the statement TYPES ... RANGE OF.
The data types of the components SIGN and OPTION are the data elements DDSIGN and DDOPTION. The data type for the components LOW and HIGH must be elementary and can be specified directly as a built-in data type or using a data element.
The structure of a ranges table must be a standalone ABAP Dictionary object. It can be generated from the type specifications for the components LOW and HIGH when the ranges table type is defined.



Latest notes:

In ABAP programs, ranges tables can also be defined with reference to data types other than elementary data types.
In ABAP programs, the structure of a ranges table does not need to be a standalone structure.
NON_V5_HINTS
ABAP_HINT_END