SAP OPERANDS



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

Operands
Typical ABAP operands are:
Data objects of the same ABAP program Data objects in operand positions are modified ( write positions) or evaluated ( read positions).
Functions and expressions At many read positions and some write positions, functions and expressions instead of data objects can be specified. The statement then works with the return value of the function or with the result of the expression.
Types from the same program or the repository Types such as data types, classes, or interfaces are specified in declarations, typings, or when addressing components.
Callable units from the same program or the repository Callable units such as procedures or ABAP programs are called during the execution of the statement.
The following topics provide detailed information about operands:
SUBNODES