Operands
Typical operands are:
- Data objects from the same ABAP program
Data objects in operand positions are changed (write positions) or evaluated (read positions).
- Callable units from the same program or the Repository
Call units such as ABAP programs,
procedures, or dynpros are called during the execution of the statement.
Additional information: