
Specifying Table Output
Use
You want to display or print contents (graphics, text, addresses) in your table.
Prerequisites
You already created a table node and
defined line types. In addition, you specified the application data you want to display in the table (see: Accessing Application Data).Procedure
The procedure is the same for output to header, main, and footer areas. However, keep in mind that in the header and footer areas you can access the data of your internal table only at their respective output events, whereas in the main area you can access it at every loop pass. (See also:
Processing Loops and Tables).When you create a table line, the table line icon appears in the navigation tree.
Result
During
form printing the inserted table lines are printed. For program lines nodes, special rules apply (see: Processing Loops and Tables).