SAP PROGRAM - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for PROGRAM

PROGRAM

ABAP Reference
ABAP Code Snippet


ABAP Syntax PROGRAM prog [NO STANDARD PAGE HEADING]

[LINE-SIZE width]
[LINE-COUNT page_lines[(footer_lines)]]
[MESSAGE-ID mid]
[REDUCED FUNCTIONALITY].
ABAP Code Snippet

What does it do? Initiates a module pool or a subroutine pool prog.

ABAP Addition 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.

Return to menu