SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
READ REPORT - Short Reference
Syntax
READ REPORT prog INTO itab [MAXIMUM WIDTH INTO wid].
Effect
Imports the source text of the ABAP-program prog to the internal table itab.
Additions