SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes in Release 6.40 →
Field Symbols in Release 6.40
1. Reference to a type description object in ASSIGN
Reference to a type description object in ASSIGN
The new addition HANDLE of the statement ASSIGN can be used to refer to the RTTS type description objects when casting field symbols.
From Release 6.40, the RTTS classes contain methods for creating type description objects independently of existing types (refer to
Runtime Type Services for Release 6.40). Together with
the addition HANDLE, this makes it possible to cast to any existing or dynamically created types at program runtime.