Creating Internal Table Data Objects

To create an internal table data object, you can use the DATA statement in several ways. You can

Create Internal Tables by Referring to Another Table

Create Internal Tables by Referring to a Structure

Create Internal Tables with a New Structure

 

With the first two possibilities, the creation of a header line is optional, while tables that are created with a new line structure always have a header line.