SAP ABAP Class CL_CLF_CLASS_TYPE (Class Type)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-CL-CL (Application Component) Classification
     CLCL (Package) Classification Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CLF_AUTHORITY_CHECK Authority Check 20130417
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CLF_CLASS_TYPE Class Type 20130417
Properties
Class CL_CLF_CLASS_TYPE  
Short Description Class Type    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CLCL   Classification Functions 
Created 20130417   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CLF_CLASS_TYPE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CLF_AUTHORITY_CHECK Authority Check 20130417
2 IF_CLF_CLASS_TYPE Class Type 20130417
Friends
Class CL_CLF_CLASS_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CLF_CLASS_TYPE Static Attribute Private Type reference (TYPE) TT_CLF_CLASS_TYPE 20130417
2 MC_AUTHORITY_OBJECT Instance attribute Private Attribute reference (LIKE) 20130417
3 MS_TCLA Instance attribute Protected Type reference (TYPE) TCLA 20130417
4 MS_TCLAT Instance attribute Protected Type reference (TYPE) TCLAT 20130417
5 MT_OBJECT_TYPES Instance attribute Private Object reference (TYPE REF TO) IF_CLF_OBJECT_TYPE=>TT_OBJECT_TYPES 20130417
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORIZATION Instance method Private Method 20130417
2 CONSTRUCTOR Instance method Public Constructor 20130417
3 GET_ID Instance method Private Method 20130417
4 GET_INSTANCE Static method Public Method 20130417
5 LOAD_OBJECT_TYPES Instance method Private Method 20130417
6 TO_STRING Instance method Private Method 20130417
Events
Class CL_CLF_CLASS_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CLF_CLASS_TYPE Private See coding 20130417 BEGIN OF ts_clf_class_type, klart TYPE klassenart, instance TYPE REF TO cl_clf_class_type, END OF ts_clf_class_type
2 TT_CLF_CLASS_TYPE Private See coding 20130417 tt_clf_class_type TYPE HASHED TABLE OF ts_clf_class_type WITH UNIQUE KEY klart
3 TT_TCLST Private See coding 20130417 tt_tclst TYPE STANDARD TABLE OF tclst WITH DEFAULT KEY
Method Signatures

Method CHECK_AUTHORIZATION Signature

Method CHECK_AUTHORIZATION on class CL_CLF_CLASS_TYPE has no parameter.
Method CHECK_AUTHORIZATION on class CL_CLF_CLASS_TYPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_TYPE Call by reference Type reference (TYPE) KLASSENART 20130417
# Exception Resumable Description Created on
1 CX_CLF_MSG_ERROR 20130417

Method GET_ID Signature

Method GET_ID on class CL_CLF_CLASS_TYPE has no parameter.
Method GET_ID on class CL_CLF_CLASS_TYPE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_TYPE Call by reference Type reference (TYPE) KLASSENART 20130417
2 Returning RO_CLASS_TYPE Value transfer Object reference (TYPE REF TO) IF_CLF_CLASS_TYPE 20130417
# Exception Resumable Description Created on
1 CX_CLF_MSG_ERROR 20130417

Method LOAD_OBJECT_TYPES Signature

Method LOAD_OBJECT_TYPES on class CL_CLF_CLASS_TYPE has no parameter.
# Exception Resumable Description Created on
1 CX_CLF_MSG_ERROR 20130417

Method TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SNIPPET Call by reference Type reference (TYPE) ANY 20130417
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20130417

Method TO_STRING on class CL_CLF_CLASS_TYPE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740