NEW-PAGE is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details.
NEW-PAGE
Basic form
NEW-PAGE.
Additions
1. ... NO-TITLE
2 ... WITH-TITLE
3. ... NO-HEADING
4. ... WITH-HEADING
5. ... LINE-COUNT lin
6. ... LINE-SIZE col
Effect
Starts a new page during list processing.
Terminates the current page and continues output on a new page.
Notes
NEW-PAGE does not generate blank pages, i.e. it ignores pages containing no output.
NEW-PAGE increments the page counter (the system field SY-PAGNO ).
The event END-OF-PAGE is not processed.
To start a new page depending on the number of unused lines remaining on the current page, use the RESERVE statement.
Addition 1
... NO-TITLE
Effect
Starts
a new page but no longer outputs the standard header (title, date and
page number). This is the default setting for secondary lists.
Addition 2
... WITH-TITLE
Effect
Starts
a new page and continues to output of the standard header (title, date
and page number). This is the default setting for basic lists (see
REPORT ... NO STANDARD PAGE HEADING ).
Addition 3
... NO-HEADING
Effect
Starts a new page but no longer outputs column headings (text elements). This is the default setting for secondary lists.
Addition 4
... WITH-HEADING
Effect
Starts
a new page and continues to output the column headings (text elements).
This is the default setting for basic lists (see REPORT ... NO STANDARD
PAGE HEADING ).
Addition 5
... LINE-COUNT lin
Effect
Starts
a new page containing the number of lines specified by lin (in the
exceptional case of LINE-COUNT 0 , the number of lines per page is
unlimited).
Note
The default setting is taken from the addition ... LINE-COUNT in the REPORT statement.
Further notes about the use of LINE-COUNT .
Addition 6
... LINE-SIZE col
Effect
Formats
the new page with the number of columns specified in col . The
exception to this is LINE-SIZE = 0 which indicates line length set by
the system according to the standard window width.
The addition ... LINE-SIZE col is only effective on the new page if it is also the first page of a new list level.
Note
The addition works only before initialization of the new list level (with WRITE, SKIP, ... ).
The default setting is also taken from the addition ... LINE-SIZE in the REPORT statement.
Related 10 ABAP Syntax Tutorials
Most readed SAP Tutorials
- WRITE - Output to a list ( SAP ABAP Keyword)
WRITE ( Output to a list ) is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - List of SAP HR TABLES and Infotypes tables
Detailed full list of tables and infotypes used in SAP HR module. - List of SAP MM Transaction codes
This documentation covers the details of SAP MM Transaction codes - SELECT-OPTIONS ( SAP ABAP Keyword)
SELECT-OPTIONS is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - FI Accounts Receivable and Accounts Payable | SAP FI PDF manual
The following topics are an introduction to the Accounts Receivable and Accounts Payable application components. - SELECT clause ( SAP ABAP Keyword)
SELECT clause is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - SAP MM Process Flow
The typical procurement cycle for a service or material consists of the following phases:
Latest Added SAP documents
- 9KE9 Transaction code
Details about SAP transaction code 9KE9 - 9KE8 Transaction code
Details about SAP transaction code 9KE8 - 9KE7 Transaction code
Details about SAP transaction code 9KE7 - 9KE6 Transaction code
Details about SAP transaction code 9KE6 - 9KE5 Transaction code
Details about SAP transaction code 9KE5 - 9KE4 Transaction code
Details about SAP transaction code 9KE4 - 9KE3 Transaction code
Details about SAP transaction code 9KE3 - 9KE2 Transaction code
Details about SAP transaction code 9KE2 - 9KE1 Transaction code
Details about SAP transaction code 9KE1 - 9KE0 Transaction code
Details about SAP transaction code 9KE0