Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

PROGRAM - Quick 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
    See REPORT.
  • REDUCED FUNCTIONALITY
    Minimizes the components loaded when calling a subroutine pool.