ABAP Keyword Documentation →  ABAP − Short Reference → 

REPORT - Short Reference

Reference

Syntax

REPORT rep [NO STANDARD PAGE HEADING]
           [LINE-SIZE width]
           [LINE-COUNT page_lines[(footer_lines)]]
           [MESSAGE-ID mid]
           [DEFINING DATABASE ldb]
           [REDUCED FUNCTIONALITY].


Effect

Introduces an executable program rep.

Additions