SAP RESULT POSITIONS

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE

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 dobj of the statement CLEAR
Memory area mem_area of the statement ASSIGN mem_area TO
Structure struc of the statement ASSIGN COMPONENT comp OF STRUCTURE struc
Actual parameter in method calls for output parameters, input/output parameters, and return values.