Get Example source ABAP code based on a different SAP table
ABAP Objects in ABAP Release 4.6C SAP has expanded ABAP Objects 4.6C to include the following components: ITOC
ABAP_MODIFICATION_NN Run Time Type Identification>
The method APPLIES_TO_CLASS> defined in the class CL_ABAP_OBJECTDESCR> checks whether or not a reference that has the same type as the type description object can point to an object of the passed class. The class CL_ABAP_OBJECTDESCR> is assigned to the Run Time Type Identification > (RTTI) area in the ABAP Runtime System. Run time type identification also enables a technical type name to be defined, although types without names can also be used for dynamic type declarations like CREATE DATA ...>> or ASSIGN .... CASTING>>.
ABAP_MODIFICATION_NN Local Types and Classes>
Local CLASS-POOLS>> types can now be implemented in the PRIVATE SECTION>> of the global class in question too. Local data types, classes, and interfaces are now defined in includes known as CCDEF include> and CCIMP include> instead of in the ===CL include>. Furthermore, the macro> include ===CCMAC> makes it possible to define macros in global classes.
ABAP_MODIFICATION_NN Specifying the %_FRIEND> Addition>
Specifying the addition %_FRIEND> of the statement DATA ... TYPE REF TO class> makes it possible to access all methods and data elements of the system class class>.