ABAP Keyword Documentation → ABAP - Reference → ABAP Syntax → ABAP Statements → Operands → Functions and Expressions in Operand Positions → Operand Positions for Functions and Expressions → Writer Positions for Functions and Expressions
Result Positions
Result positions are writer positions in which writable expressions can be specified. Writes are performed on the result of the expression. The following result positions are possible:
- Left side of an assignment with the assignment operator
=
- Operand
dobjof the statementCLEAR
- Memory area
mem_areaof the statementASSIGN mem_area TO
- Structure
strucof the statementASSIGN COMPONENT comp OF STRUCTURE struc
- Actual parameter in method calls for output parameters, input/output parameters, and return values.
- The right side in the declaration of a local field symbol in a
LETexpression.
Other versions:
7.31 | 7.40 | 7.54