SAP ABAP Class CL_ABAP_CLASSDESCR (Runtime Type Services)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_RTTI (Package)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ABAP_OBJECTDESCR Runtime Type Services 19981023
Properties
Class CL_ABAP_CLASSDESCR  
Short Description Runtime Type Services    
Super Class CL_ABAP_OBJECTDESCR Runtime Type Services 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABP_RTTI    
Created 19981023   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ABAP_CLASSDESCR has no interface implemented.
Friends
Class CL_ABAP_CLASSDESCR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLASSKIND_ABSTRACT Constant Public Type reference (TYPE) ABAP_CLASSKIND 'A' Abstract class 19981111
2 CLASSKIND_COMMON Constant Public Type reference (TYPE) ABAP_CLASSKIND 'C' Simple class 19981111
3 CLASSKIND_FINAL Constant Public Type reference (TYPE) ABAP_CLASSKIND 'F' Final class 19981111
4 CLASS_KIND Instance attribute Public Type reference (TYPE) ABAP_CLASSKIND Class type 19981026
5 CREATE_VISIBILITY Instance attribute Public Type reference (TYPE) ABAP_VISIBILITY CREATE visibility 19981026
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor - 19981026
2 CREATE_CLASSDESCR_OBJECT Static method Protected Event handling method - 19981026
3 GET_CLASS_NAME Static method Public Method Returns the Class Name to an Object 20030919
4 GET_FRIEND_TYPES Instance method Public Method Navigation Method Class -> Friends 20010110
5 GET_SUPER_CLASS_TYPE Instance method Public Method Navigation Method Class -> Super Class 19981102
6 IS_SHARED_MEMORY_ENABLED Instance method Public Method Determines Whether Class in Shared Mem. Can Be Instantiated 20030929
7 LOAD_CLASS Static method Public Method - 19981026
Events
Class CL_ABAP_CLASSDESCR has no event.
Types
Class CL_ABAP_CLASSDESCR has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ABAP_CLASSDESCR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_CLASSDESCR has no exception.

Method CREATE_CLASSDESCR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XTYPE Call by reference Attribute reference (LIKE) 19981027

Method CREATE_CLASSDESCR_OBJECT on class CL_ABAP_CLASSDESCR has no exception.

Method GET_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) ABAP_ABSTYPENAME Absoluter Klassenname 20030919
2 Importing P_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objektreferenz 20030919

Method GET_CLASS_NAME on class CL_ABAP_CLASSDESCR has no exception.

Method GET_FRIEND_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FRIENDS_TAB Value transfer Type reference (TYPE) ABAP_FRNDTYPES_TAB Tabelle der Beschreibungsobjekte aller Friends 20010111

Method GET_FRIEND_TYPES on class CL_ABAP_CLASSDESCR has no exception.

Method GET_SUPER_CLASS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DESCR_REF Value transfer Object reference (TYPE REF TO) CL_ABAP_CLASSDESCR Referenz auf Beschreibungsobjekt 19981221
# Exception Resumable Description Created on
1 SUPER_CLASS_NOT_FOUND Super Klasse nicht gefunden 19981102

Method IS_SHARED_MEMORY_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_IS_SHARED_MEMORY_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL Flag: Shared Memory fähig 20030929

Method IS_SHARED_MEMORY_ENABLED on class CL_ABAP_CLASSDESCR has no exception.

Method LOAD_CLASS Signature

Method LOAD_CLASS on class CL_ABAP_CLASSDESCR has no parameter.
Method LOAD_CLASS on class CL_ABAP_CLASSDESCR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in