READ REPORT
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
-
MAXIMUM WIDTH INTO wid
Returns the number of characters of the longest imported source text row in wid.