Creating Internal Tables

 

Release 3.1 documentation

 

When creating an internal table, you can decide whether you want to create an internal table data type with the TYPES statement first and then a data object with that type, or whether you want to create an internal table data object directly with the DATA statement. You can create internal table data objects with or without header lines.

The following topics explain about

Creating Internal Tables

Creating Internal Table Data Objects