Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  ABAP Syntax →  ABAP Statements 

Operands

Typical operands are:

  • Data objects from the same ABAP program
    Data objects in operand positions are changed (write positions) or evaluated (read positions). At ceratin read positions you can also specify functions and expressions instead of data objects.
  • 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:

Other versions: 7.31 | 7.40 | 7.54

Continue

Names for Individual Operands

Specifying Individual Operands

Operand type

Data Objects in Operand Positions

Functions and Expressions at Operand Positions