ABAP Keyword Documentation → ABAP - Quick Reference
READ REPORT - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
READ REPORT prog INTO itab [MAXIMUM WIDTH INTO wid].
Effect
Imports the source code of the ABAP program prog
into the internal table itab
.
Addition
-
MAXIMUM WIDTH INTO wid
Returns the number of characters of the longest imported source code line inwid
.