SAP OPERAND POSITIONS



Get Example source ABAP code based on a different SAP table
  



Operand Positions
Most ABAP statements have operand positions, where operands can be specified as tokens. The following operand positions can be distinguished:
read position At a read position, the content of an operand is read but not changed when the statement is executed.
write position At a write position, the content of an operand is changed when the statement is executed.

SUBNODES