SAP ABAP Class CL_FDT_CLASSDESCR (BRFplus: Class for static method descriptors)
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_CLASSDESCR | |
| Short Description | BRFplus: Class for static method descriptors | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20120221 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_CLASSDESCR has no interface implemented.
Friends
Class CL_FDT_CLASSDESCR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TS_BUFFER | Buffer to hold all the instances of the type name for dest. | 20120221 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | CL_FDT_TYPEDESCR=>TS_CONN_BUFFER | Connection Buffer | 20120529 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TS_METHOD_METADATA | 20120222 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_INTERFACE | 20120222 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | SEO_METHODS | Methods of a class | 20120222 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | Class description | 20120326 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20120222 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120221 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20120221 | |
| 2 | Static method | Public | Method | Gets the descriptor of CL_FDT_CLASSDESCR by name | 20120221 | |
| 3 | Instance method | Public | Method | Return the class description | 20120326 | |
| 4 | Instance method | Public | Method | Provides the list of all the interfaces | 20120222 | |
| 5 | Instance method | Public | Method | Provides the descriptors for components | 20120322 | |
| 6 | Instance method | Public | Method | Provides the list of all the methods | 20120222 | |
| 7 | Instance method | Public | Method | Gets the method metadata | 20120222 | |
| 8 | Static method | Private | Method | Provides the RFC destination for the ID | 20120221 |
Events
Class CL_FDT_CLASSDESCR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | See coding | Buffer to hold all the instances of the type name for dest. | 20120221 | BEGIN OF s_buffer,
rfc_destination TYPE rfcdest ,
class_name TYPE seoclsname,
o_instance TYPE REF TO cl_fdt_classdescr ,
END OF s_buffer
|
|
| 2 | S_COMP_DESC | Public | See coding | 20120319 | BEGIN OF s_comp_desc,
name TYPE seocmpname,
descr TYPE REF TO cl_fdt_typedescr,
type type RS38L_TYP,
END OF s_comp_desc
|
||
| 3 | S_METHOD_METADATA | Private | See coding | 20120222 | BEGIN OF s_method_metadata,
interface_name TYPE seoitfname,
method_name TYPE seocmpname,
t_parameter TYPE fdt_t_cls_mtd_param_metadata,
t_exception TYPE seo_exceptions,
is_public TYPE abap_bool,
is_static TYPE abap_bool,
END OF s_method_metadata
|
||
| 4 | TS_BUFFER | Private | See coding | 20120221 | ts_buffer TYPE SORTED TABLE OF s_buffer WITH UNIQUE KEY rfc_destination class_name
|
||
| 5 | TS_COMP_DESC | Public | See coding | 20120319 | ts_comp_desc TYPE SORTED TABLE OF s_comp_desc WITH UNIQUE KEY name
|
||
| 6 | TS_METHOD_METADATA | Private | See coding | 20120222 | ts_method_metadata TYPE SORTED TABLE OF s_method_metadata WITH UNIQUE KEY interface_name method_name
|
||
| 7 | T_INTERFACE | Public | See coding | 20120222 | t_interface TYPE STANDARD TABLE OF vseointerf WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INTERFACE | Call by reference | Type reference (TYPE) | T_INTERFACE | 20120222 | ||||
| 2 | IT_METHOD | Call by reference | Type reference (TYPE) | SEO_METHODS | Methods of a class | 20120222 | |||
| 3 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20120221 | |||
| 4 | IV_DESCR | Call by reference | Type reference (TYPE) | STRING | Class description | 20120326 | |||
| 5 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120221 |
Method CONSTRUCTOR on class CL_FDT_CLASSDESCR has no exception.
Method DESCRIBE_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20120221 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120221 | |||
| 3 | RO_DESCR | Value transfer | Object reference (TYPE REF TO) | CL_FDT_CLASSDESCR | BRFplus: Class for static method descriptors | 20120221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120221 |
Method GET_CLASS_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLASS_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | class description | 20120326 |
Method GET_CLASS_DESCRIPTION on class CL_FDT_CLASSDESCR has no exception.
Method GET_INTERFACE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_INTERFACE | Value transfer | Type reference (TYPE) | T_INTERFACE | Methods of a class | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120222 |
Method GET_METHOD_COMPONENT_DSCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120322 | |||
| 2 | IV_INTERFACE_NAME | Call by reference | Type reference (TYPE) | SEOITFNAME | Interface name | 20120322 | |||
| 3 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20120322 | |||
| 4 | RTS_COMP_DSCR | Value transfer | Type reference (TYPE) | TS_COMP_DESC | 20120322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120322 |
Method GET_METHOD_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_METHOD | Value transfer | Type reference (TYPE) | SEO_METHODS | Methods of a class | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120222 |
Method GET_METHOD_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXCEPTION | Call by reference | Type reference (TYPE) | SEO_EXCEPTIONS | Exceptions | 20120222 | |||
| 2 | ET_PARAM_LIST | Call by reference | Type reference (TYPE) | FDT_T_CLS_MTD_PARAM_METADATA | FDT: Table Type for Class's method parameter metadata | 20120222 | |||
| 3 | EV_IS_PUBLIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120222 | ||||
| 4 | EV_IS_STATIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120222 | ||||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120319 | |||
| 6 | IV_INTERFACE_NAME | Call by reference | Type reference (TYPE) | SEOITFNAME | Interface name | 20120222 | |||
| 7 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120222 |
Method GET_RFC_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120221 | |||
| 2 | RV_RFC_DESTINATION | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120221 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |