SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → User Dialogs → Classic Lists → Processing Lists in the List Buffer → DESCRIBE LIST →
DESCRIBE LIST - page_properties
Syntax
... [LINE-SIZE width]
[LINE-COUNT page_lines]
[LINES lines]
[FIRST-LINE first_line]
[TOP-LINES top_lines]
[TITLE-LINES title_lines]
[HEAD-LINES header_lines]
[END-LINES footer_lines] ... .
Extras:
1. ... LINE-SIZE width
2. ... LINE-COUNT page_lines
3. ... LINES lines
4. ... FIRST-LINE first_line
5. ... TOP-LINES top_lines
6. ... TITLE-LINES title_lines
7. ... HEAD-LINES header_lines
8. ... END-LINES footer_lines
Effect
Determination of page properties with DESCRIBE LIST. The data type i is expected for all target fields.
... LINE-SIZE width
Effect
The line length of the page defined with the addition LINE-SIZE of the statement at the start of the program or
NEW-PAGE is inserted after width.
... LINE-COUNT page_lines
Effect
The page length defined with the addition LINE-COUNT of the statement at
the start of the program or NEW-PAGE is inserted after page lines.
... LINES lines
Effect
The number of lines output on the page including the
page header and
page footer is inserted after lines.
... FIRST-LINE first_line
Effect
The line number of the first line of the page referring to the whole list is inserted after first_line. The
page headers and
page footers are included in the line count, but not the spaces automatically inserted between the list pages.
... TOP-LINES top_lines
Effect
The number of lines of the page's
page header is inserted after top_lines. The standard page header and the lines output during the event TOP-OF-PAGE are included in the count.
... TITLE-LINES title_lines
Effect
The number of lines of the standard header of the page's
standard page header is inserted after title_lines.
... HEAD-LINES header_lines
Effect
The number of lines of the column headers of the page's
standard page header is inserted after header_lines.
... END-LINES footer_lines
Effect
The number of lines reserved with the addition LINE-COUNT of the statement at the start of the program for the page footer is inserted after footer_lines.