SAP ABAP Class CL_C2S_META_OBJECT_RT (C2 Server Meta-Data (Runtime))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
SC2_META_REP (Package) C2 Server Meta-Data Repository
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_C2S_META_OBJECT | C2 Server: Meta-Data | 20041124 |
Properties
| Class | CL_C2S_META_OBJECT_RT | |
| Short Description | C2 Server Meta-Data (Runtime) | |
| Super Class | CL_C2S_META_OBJECT | C2 Server: Meta-Data |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SC2_META_REP | C2 Server Meta-Data Repository |
| Created | 20040721 | 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_C2S_META_OBJECT_RT has no interface implemented.
Friends
Class CL_C2S_META_OBJECT_RT has no friend class.
Attributes
Class CL_C2S_META_OBJECT_RT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040721 | |
| 2 | Static method | Public | Method | Create Object | 20041124 |
Events
Class CL_C2S_META_OBJECT_RT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | C2_DATA_TAB_TYPE_CACHE | Private | See coding | 20040825 | c2_data_tab_type_cache TYPE HASHED TABLE OF c2_data_tab_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 2 | C2_DATA_TAB_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_data_tab_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_tabledescr.
TYPES END OF c2_data_tab_type_cache_line
|
||
| 3 | C2_DATA_TYPE_CACHE | Private | See coding | 20040825 | c2_data_type_cache TYPE HASHED TABLE OF c2_data_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 4 | C2_DATA_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_data_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_structdescr.
TYPES END OF c2_data_type_cache_line
|
||
| 5 | C2_KEY_TAB_TYPE_CACHE | Private | See coding | 20040825 | c2_key_tab_type_cache TYPE HASHED TABLE OF c2_key_tab_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 6 | C2_KEY_TAB_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_key_tab_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_tabledescr.
TYPES END OF c2_key_tab_type_cache_line
|
||
| 7 | C2_KEY_TYPE_CACHE | Private | See coding | 20040825 | c2_key_type_cache TYPE HASHED TABLE OF c2_key_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 8 | C2_KEY_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_key_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_structdescr.
TYPES END OF c2_key_type_cache_line
|
||
| 9 | C2_TEXT_TAB_TYPE_CACHE | Private | See coding | 20040825 | c2_text_tab_type_cache TYPE HASHED TABLE OF c2_text_tab_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 10 | C2_TEXT_TAB_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_text_tab_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_tabledescr.
TYPES END OF c2_text_tab_type_cache_line
|
||
| 11 | C2_TEXT_TYPE_CACHE | Private | See coding | 20040825 | c2_text_type_cache TYPE HASHED TABLE OF c2_text_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
| 12 | C2_TEXT_TYPE_CACHE_LINE | Private | See coding | 20040825 | BEGIN OF c2_text_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
TYPES type TYPE REF TO cl_abap_structdescr.
TYPES END OF c2_text_type_cache_line
|
||
| 13 | C2_TYPE_CACHE | Private | See coding | 20040825 | BEGIN OF c2_type_cache,
data TYPE c2_data_type_cache,
data_tab TYPE c2_data_tab_type_cache,
key TYPE c2_key_type_cache,
key_tab TYPE c2_key_tab_type_cache,
text TYPE c2_text_type_cache,
text_tab TYPE c2_text_tab_type_cache,
meta_data type c2_data_type_cache,
meta_data_tab type c2_data_tab_type_cache,
END OF c2_type_cache
|
||
| 14 | T_NODE_TYPE | Private | See coding | 20050216 | begin of T_NODE_TYPE,
node_id type sc2_bco_node_id,
type_ref type ref to CL_ABAP_STRUCTDESCR,
end of t_node_type
|
||
| 15 | T_NODE_TYPES | Private | See coding | 20050216 | T_NODE_TYPES type hashed table of t_node_type with unique key node_id
|
||
| 16 | T_QUERY_CACHE | Private | See coding | 20050216 | T_QUERY_CACHE type hashed table of T_QUERY_CACHE_LINE with unique key node_id method
|
||
| 17 | T_QUERY_CACHE_LINE | Private | See coding | 20050216 | begin of T_QUERY_CACHE_LINE,
node_id type SC2_BCO_NODE_ID,
method type string,
query type ref to IF_C2S_META_QUERY,
end of T_QUERY_CACHE_LINE
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20040721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für Ausnahmen | 20040721 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20041124 | ||||
| 2 | REF | Value transfer | Object reference (TYPE REF TO) | IF_C2S_META_OBJECT | C2 Server: Metadaten | 20041124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für Ausnahmen | 20041124 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |