ABAP Keyword Documentation →  ABAP − Reference →  Declarations →  Typing → 

typing Addition

Short Reference

Syntax

... generic_type | complete_type  ...

Effect

The addition typing is part of the definition of formal parameters and field symbols in the statements:

The addition allows a generic typing with generic_type and a complete typing with complete_type. In positions where the addition typing is not necessary, implicit typing with the generic type any takes place (if no typing is specified explicitly).

Notes




Continue
typing Addition - generic_type
typing - Addition - complete_type