Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

DESCRIBE LIST - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


DESCRIBE LIST { {NUMBER OF {LINES|PAGES} n} 
              | {LINE linno PAGE page}
              | {PAGE pagno [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]} }
              [INDEX idx].

Effect

Specifies the properties of a list in the list buffer.

Additions