Internal Tables

An internal table is a data object that can contain any number of lines of any data type, the number of which is not statically determined. (For information about the maximum size of an internal table, see Maximum size of dynamic data objects). The data type of an internal table is a table type. The table determines the line type, and also the table category and the table key. For more information on table types, see the section TYPES - Table Types.

The table category is important when editing internal tables. The most important distinction is:

See also Internal Tables and Performance Notes on Internal Tables.

Statements used for editing internal tables

Read internal table

Fill internal table

Search internal tables

How these tables are used to access individual components of internal tables is described in Internal Tables - comp1 comp2 ....