ABAP Keyword Documentation →  ABAP − Short Reference → 

PROGRAM - Short Reference

Reference

Syntax

PROGRAM prog [NO STANDARD PAGE HEADING]
             [LINE-SIZE width]
             [LINE-COUNT page_lines[(footer_lines)]]
             [MESSAGE-ID mid]
             [REDUCED FUNCTIONALITY].


Effect

Initiates a module pool or a subroutine pool prog.

Additions