Entering content frameProcedure documentation Specifying Table Output Locate the document in its SAP Library structure

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).

  1. In the navigation tree call the context menu for the header, main, or footer area, respectively. You can:

When you create a table line, the table line icon appears in the navigation tree.

  1. On the Output Options tab of the table line node, select a line type. The Form Builder then automatically inserts the correct number of cells for this table line in the navigation tree.
  2. To fill the cells with contents, create output nodes as inferior nodes of the cell nodes.

Result

During form printing the inserted table lines are printed. For program lines nodes, special rules apply (see: Processing Loops and Tables).

 

 

 

 

Leaving content frame