Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

PROGRAM - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

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

  • NO STANDARD PAGE HEADING, LINE-SIZE, LINE-COUNT, MESSAGE-ID
    Refer to REPORT.
  • REDUCED FUNCTIONALITY
    Minimizes the components which are loaded when calling a subroutine pool.