ABAP Keyword Documentation →  ABAP − Short Reference → 

WRITE TO itab - Short Reference

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