ABAP Keyword Documentation → ABAP − Short Reference
READ REPORT - Short Reference
Other versions: 7.31 | 7.40 | 7.54
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
-
MAXIMUM WIDTH INTO wid
Returns the number of characters of the longest imported source text row inwid
.