Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  ABAP Syntax →  ABAP Statements →  Operands →  Data Objects in Operand Positions 

Writer Positions

In a writer position, the content of the operand is changed when the statement is executed. Only modifiable data objects (that is, no literals, text symbols, constants, or non-modifiable formal parameters) can be specified as follows in writer positions:

  • A visible data object specified in this place using a name dobj, a field symbol <fs>, or a dereferenced data reference dref->* (if dref is typed in full). Like in reading positions, [] can be appended in internal tables, to address the table body.
  • A subarea of a flat character-like or byte-like data object specified using an offset/length. An offset or length cannot be specified in writing positions for data objects of the deep data types string and xstring.

Writer-only positions, where an operand is overwritten without being read, and writer positions where an operand is read and written are both available.

Other versions: 7.31 | 7.40 | 7.54


Notes