SAP NEWS-640-FIELD SYMBOLS



Get Example source ABAP code based on a different SAP table
  



Field Symbols in ABAP Release 6.40
ITOC

ABAP_MODIFICATION_NN 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 ABAP_RELEASE 6.40, the RTTS classes contain methods for creating type description objects independently of existing types (refer to Runtime Type Services for ABAP_RELEASE 6.40 ). Together with the addition HANDLE, this makes it possible to cast to any existing or dynamically created types at program runtime.