Get Example source ABAP code based on a different SAP table
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>.