SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Declarations → Typing →typing Addition
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