internal table

ABAP Runtime Environment (BC-ABA)

Data structure that exists only at program runtime.

An internal table is one of two structured data types in ABAP. It can contain any number of identically structured rows, with or without a header line.

The header line is similar to a structure and serves as the work area of the internal table. The data type of individual rows can be either elementary or structured.