SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
WRITE TO itab - Short Reference
Syntax
WRITE dobj TO itab[+off][(len)] INDEX idx
[int_format_options].
Effect
Obsolete : Writes the content of a data object into the line of the internal row itab with the index idx.
Additions