SAP WRITE TO ITAB - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for WRITE_TO_ITAB

WRITE TO itab

ABAP Reference
ABAP Code Snippet


ABAP Syntax WRITE dobj TO itab[+off][(len)] • idx

[int_format_options].
ABAP Code Snippet

What does it do? Obsolete : Writes the content of a data object into the line of the internal row itab with the index idx.

ABAP Addition [+off][(len)]
Writes to the section from position pos and the length len of the table row.
format_options
Additions as for the statement WRITE TO for variables.

Return to menu