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 | ![]() |
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 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TH_CLASS_DESCRIPTOR | 20080313 | |||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TH_METHOD_DESCRIPTOR | 20080313 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20080314 | |
2 | ![]() |
Static method | Public | Method | 20080314 | |
3 | ![]() |
Static method | Public | Method | 20080313 | |
4 | ![]() |
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 | ![]() |
EV_CLIF | Call by reference | Type reference (TYPE) | SEOCLSNAME | Class or Interface Name | 20080314 | ||
2 | ![]() |
EV_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | Full Component Name | 20080314 | ||
3 | ![]() |
IV_LEVEL | Call by reference | Type reference (TYPE) | I | 1 | Calling Level | 20080314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ETH_PARAMETER | Value transfer | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20080314 | |||
2 | ![]() |
EV_CLIF | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20080314 | |||
3 | ![]() |
EV_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | 20080314 | |||
4 | ![]() |
IV_CHANGING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Flag: With changing parameters | 20080314 | |
5 | ![]() |
IV_EXPORTING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: With exporting parameters | 20080314 | |
6 | ![]() |
IV_IMPORTING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Flag: With importing parameters | 20080314 | |
7 | ![]() |
IV_LEVEL | Call by reference | Type reference (TYPE) | I | 1 | 20080314 | ||
8 | ![]() |
IV_RETURNING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: With returning parameters | 20080314 | |
9 | ![]() |
IV_WITH_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Flag: With parameter values | 20080319 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080314 |
Method GET_CLASS_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIF | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20080314 | |||
2 | ![]() |
RO_OO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_OO_OBJECT | Object Information | 20080313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080313 |
Method GET_METHOD_SIGNATURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHANGING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Flag: With changing parameters | 20080313 | |
2 | ![]() |
IV_CLIF | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20080314 | |||
3 | ![]() |
IV_EXPORTING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: With exporting parameters | 20080313 | |
4 | ![]() |
IV_IMPORTING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Flag: With importing parameters | 20080313 | |
5 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | 20080314 | |||
6 | ![]() |
IV_RETURNING_PARAM | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: With returning parameters | 20080313 | |
7 | ![]() |
RTH_PARAMETER | Value transfer | Type reference (TYPE) | ABAP_PARMBIND_TAB | Parameter List | 20080313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080313 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |