Example: Creating Work Areas in the Program
Use
To define the work area for the text header, use a structure like THEAD:
-
DATA name_of_textheader LIKE THEAD.
To define the work area of the lines table, use an internal table with the line structure TLINE:
-
DATA name_of_linetable LIKE TLINE OCCURS n WITH HEADER LINE.