Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  SAP GUI User Dialogs →  Classic Lists →  Processing Lists in the List Buffer →  DESCRIBE LIST 

DESCRIBE LIST - page_properties

Quick 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

Determines the properties of pages using DESCRIBE LIST. The data type i is expected for all target fields.

Addition 1

... LINE-SIZE width

Effect

Inserts the line length of the page defined using the addition LINE-SIZE of the statement at the start of the program or of NEW-PAGE after width.

Addition 2

... LINE-COUNT page_lines

Effect

Inserts the page length defined using the addition LINE-COUNT of the statement at the start of the program or of NEW-PAGE after page_lines.

Addition 3

... LINES lines

Effect

Inserts the number of lines shown on the page including the page header and page footer after lines.

Addition 4

... FIRST-LINE first_line

Effect

Inserts the line number of the first line of the page, with respect to the whole list, after first_line. The page headers and page footers are included in the line count, but not the empty lines inserted automatically between the list pages.

Addition 5

... TOP-LINES top_lines

Effect

Inserts the number of lines of the page header of the page after top_lines. The standard page header and the lines shown by the event TOP-OF-PAGE are included in the count.

Addition 6

... TITLE-LINES title_lines

Effect

Inserts the number of lines of the standard title of the standard page header of the page after title_lines.

Addition 7

... HEAD-LINES header_lines

Effect

Inserts the number of lines of the column headers of the standard page header of the page after header_lines.

Addition 8

... END-LINES footer_lines

Effect

Inserts the number of lines reserved by the addition LINE-COUNT of the statement at the start of the program for the page footer after footer_lines.