sapdev logo background
sapdev logo sapdev logo
Comments

ABAP DESCRIBE LIST PAGE PROPERTIES Statement syntax, information and example SAP source code



Return to Statement index



DESCRIBE LIST - page_properties

Short Reference

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

ABAP_ADDITIONS:
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

What does it do? Determination of page properties with DESCRIBE LIST
. The data type i is expected for all target fields.

ABAP_ADDITION_1 ... LINE-SIZE width

What does it do? 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 .

ABAP_ADDITION_2 ... LINE-COUNT page_lines

What does it do? 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 .

ABAP_ADDITION_3 ... LINES lines

What does it do? The number of lines output on the page including the page header and page footer is inserted after lines
.

ABAP_ADDITION_4 ... FIRST-LINE first_line

What does it do? 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.

ABAP_ADDITION_5 ... TOP-LINES top_lines

What does it do? 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.

ABAP_ADDITION_6 ... TITLE-LINES title_lines

What does it do? The number of lines of the standard header of the page's standard page header is inserted after title_lines .

ABAP_ADDITION_7 ... HEAD-LINES header_lines

What does it do? The number of lines of the column headers of the page's standard page header is inserted after header_lines .

ABAP_ADDITION_8 ... END-LINES footer_lines

What does it do? 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 .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




DESCRIBE_LIST
DESCRIBE_TABLE




comments powered by Disqus