SAP RTTI OBJECT TYPE ABEXA



Get Example source ABAP code based on a different SAP table
  



Determining Object Types
This example demonstrates how the dynamic types of objects can be determined at runtime.

ABAP_SOURCE_CODE
DEMO CL_DEMO_RTTI_OBJECT_TYPES

ABAP_DESCRIPTION
This example is the equivalent of the executable example for data types for object types. Here, the dynamic type of reference variables is determined, namely the absolute type name of the class of the referenced object.