ABAP Keyword Documentation → ABAP - Reference → Declarative statemnts → Typing → Checking Typing
Return Values of Functional Methods
The return value of a functional method is always fully typed and always passed on as a value. An actual parameter can be appended to the return value as follows:
- Method call with the addition
RECEIVING
RECEIVING
, this does not have to comply with the
general typing rules for typing the formal parameter; instead, it is enough if the formal parameter can be converted to the actual parameter in accordance with the
conversion rules.
- Specification of the method at an operand position
Other versions: 7.31 | 7.40 | 7.54