Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  User Dialogs →  Classic Lists →  Process lists in the list buffer →  DESCRIBE LIST 

DESCRIBE LIST - page_properties

Short Reference

Other versions: 7.31 | 7.40 | 7.54

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.

Addition 1

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

Addition 2

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

Addition 3

... LINES lines

Effect

The number of lines output on the page including the page header and page footer is inserted after lines.

Addition 4

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

Addition 5

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

Addition 6

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

Addition 7

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

Addition 8

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