Start of Content Area

Lists with Several Pages  Locate the document in its SAP Library structure

If in your program you write more lines to the output page of a list than are defined in the LINE-COUNT addition of the REPORTstatement, the system automatically creates a new page (see Determining the Page Length.). Each new page contains the page header as well as the page footer defined for the program (if any).

Apart from automatic page breaks, you can use the NEW-PAGE and RESERVEstatements to code page breaks. The various options of the NEW-PAGEstatement allow you to lay out each page individually. You also need the NEW-PAGEstatement to print lists from within the program (see Printing from Within the Program).

The following topics explain:

Programming Page Breaks

Standard Page Header of Individual Pages

Page Length of Individual Pages

Page Width of List Levels

 

 

End of Content Area