ABAP Keyword Documentation → ABAP - Quick Reference
WRITE TO itab - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
WRITE dobj TO itab[+off][(len)] INDEX idx
[int_format_options].
Effect
Obsolete
Additions
-
[+off][(len)]
Writes to the section from positionpos
and the lengthlen
of the table row. -
format_options
Additions as in the statementWRITE TO
for variables.