SAP ABAP Class CL_FDT_CLASS_METADATA (FDT: Class Meta Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_CORE (Package) BRFplus: Core
Properties
Class CL_FDT_CLASS_METADATA  
Short Description FDT: Class Meta Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_CORE   BRFplus: Core 
Created 20080313   SAP 
Last change 20110908   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_FDT_CLASS_METADATA has no interface implemented.
Friends
Class CL_FDT_CLASS_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GTH_CLASS_DESCRIPTOR Static Attribute Public Type reference (TYPE) TH_CLASS_DESCRIPTOR 20080313
2 GTH_METHOD_DESCRIPTOR Static Attribute Public Type reference (TYPE) TH_METHOD_DESCRIPTOR 20080313
Methods
# Method Level Visibility Method type Description Created on
1 GET_CALLING_METHOD Static method Public Method 20080314
2 GET_CALLING_METHOD_SIGNATURE Static method Public Method 20080314
3 GET_CLASS_DESCRIPTOR Static method Public Method 20080313
4 GET_METHOD_SIGNATURE Static method Public Method 20080313
Events
Class CL_FDT_CLASS_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CLASS_DESCRIPTOR Public See coding 20080313 BEGIN OF s_class_descriptor, clif TYPE seoclsname, o_oo_object TYPE REF TO cl_oo_object, END OF s_class_descriptor
2 S_METHOD_DESCRIPTOR Public See coding 20080313 BEGIN OF s_method_descriptor, clif TYPE seoclsname, method TYPE seocpdname, th_parameter TYPE abap_parmbind_tab, END OF s_method_descriptor
3 TH_CLASS_DESCRIPTOR Public See coding 20080313 th_class_descriptor TYPE HASHED TABLE OF s_class_descriptor WITH UNIQUE KEY clif
4 TH_METHOD_DESCRIPTOR Public See coding 20080313 th_method_descriptor TYPE HASHED TABLE OF s_method_descriptor WITH UNIQUE KEY clif method
Method Signatures

Method GET_CALLING_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLIF Call by reference Type reference (TYPE) SEOCLSNAME Class or Interface Name 20080314
2 Exporting EV_METHOD Call by reference Type reference (TYPE) SEOCPDNAME Full Component Name 20080314
3 Importing IV_LEVEL Call by reference Type reference (TYPE) I 1 Calling Level 20080314
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080314

Method GET_CALLING_METHOD_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_PARAMETER Value transfer Type reference (TYPE) ABAP_PARMBIND_TAB 20080314
2 Exporting EV_CLIF Call by reference Type reference (TYPE) SEOCLSNAME 20080314
3 Exporting EV_METHOD Call by reference Type reference (TYPE) SEOCPDNAME 20080314
4 Importing IV_CHANGING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: With changing parameters 20080314
5 Importing IV_EXPORTING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: With exporting parameters 20080314
6 Importing IV_IMPORTING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: With importing parameters 20080314
7 Importing IV_LEVEL Call by reference Type reference (TYPE) I 1 20080314
8 Importing IV_RETURNING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: With returning parameters 20080314
9 Importing IV_WITH_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: With parameter values 20080319
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080314

Method GET_CLASS_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIF Call by reference Type reference (TYPE) SEOCLSNAME 20080314
2 Returning RO_OO_OBJECT Value transfer Object reference (TYPE REF TO) CL_OO_OBJECT Object Information 20080313
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080313

Method GET_METHOD_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: With changing parameters 20080313
2 Importing IV_CLIF Call by reference Type reference (TYPE) SEOCLSNAME 20080314
3 Importing IV_EXPORTING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: With exporting parameters 20080313
4 Importing IV_IMPORTING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag: With importing parameters 20080313
5 Importing IV_METHOD Call by reference Type reference (TYPE) SEOCPDNAME 20080314
6 Importing IV_RETURNING_PARAM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: With returning parameters 20080313
7 Returning RTH_PARAMETER Value transfer Type reference (TYPE) ABAP_PARMBIND_TAB Parameter List 20080313
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080313
History
Last changed by/on SAP  20110908 
SAP Release Created in 711