SAP REPORT ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID REPORT
• REPORT ABAP Statement

REPORT
Short Reference

ABAP_SYNTAX
REPORT rep $[list_options$]
$[MESSAGE-ID mid$]
$[DEFINING DATABASE ldb$]
$[REDUCED FUNCTIONALITY$].

ABAP Addition
1 ... MESSAGE-ID mid
2 ... REDUCED FUNCTIONALITY

What does it do?
The statement REPORT introduces an executable program. It must be the first statement of a standalone program after any