Get Example source ABAP code based on a different SAP table
Result Positions Result positions are write positions > in which writable expressions> can be specified. Writes are performed on the result of the expression. Result positions include the following:
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>
Right side in the declaration of a local field symbol in a LET> expression>
ABAP_EXAMPLE_VX5 Uses a table expression itab[ sy-index ]> on the left side of a calculation assignment>. ABEXA 01231 ABAP_EXAMPLE_END