SAP PROGRAM ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID PROGRAM
• PROGRAM ABAP Statement

PROGRAM
Short Reference

ABAP_SYNTAX
PROGRAM prog $[ list_options$]
$[MESSAGE-ID mid$]
$[REDUCED FUNCTIONALITY$].

ABAP Addition
... REDUCED FUNCTIONALITY

What does it do?
The statement PROGRAM introduces a module pool or a subroutine pool. It must be the first statement of a standalone program after any