SAP ABAP Class CLC2DIR_TYPE_FACTORY (Create Dynamic Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
C2_CORE (Package) C2 Server: Core Functionality

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IFC2DIR_TYPES | Repository for Global Types and Constants | 20040909 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IFC2DIR_TYPE_FACTORY | Interface to Create Dynamic Types | 20040831 |
Properties
Class | CLC2DIR_TYPE_FACTORY | |
Short Description | Create Dynamic Types | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | C2_CORE | C2 Server: Core Functionality |
Created | 20040831 | SAP |
Last change | 20041208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CLC2DIR_TYPE_FACTORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IFC2DIR_TYPES | Repository for Global Types and Constants | 20040909 | ||
2 | IFC2DIR_TYPE_FACTORY | Interface to Create Dynamic Types | 20040831 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CLC2DIR_META_FACTORY | 20040831 | Gets C2 Directory Factory Instances |
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040831 |
2 | ![]() |
Instance method | Private | Method | 20040831 | |
3 | ![]() |
Instance method | Private | Method | 20040831 |
Events
Class CLC2DIR_TYPE_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ATP_S_GUID | Private | Attribute reference (LIKE) | 20041027 |
|
||
2 | ATP_T_GUIDS | Private | Attribute reference (LIKE) | 20041027 |
|
||
3 | ATP_T_STRINGTAB | Private | Attribute reference (LIKE) | 20041027 |
|
||
4 | C2_DATA_TAB_TYPE_CACHE | Protected | See coding | 20040831 | c2_data_tab_type_cache TYPE HASHED TABLE OF c2_data_tab_type_cache_line WITH UNIQUE KEY bo_name node_name tabtype
|
||
5 | C2_DATA_TAB_TYPE_CACHE_LINE | Protected | See coding | 20040831 | BEGIN OF c2_data_tab_type_cache_line.
INCLUDE TYPE sc2_bco_node_id.
types tabtype type c2s_flag.
TYPES type TYPE REF TO cl_abap_tabledescr.
TYPES END OF c2_data_tab_type_cache_line
|
||
6 | C2_DATA_TYPE_CACHE | Protected | See coding | 20040831 | c2_data_type_cache TYPE HASHED TABLE OF c2_data_type_cache_line WITH UNIQUE KEY bo_name node_name
|
||
7 | C2_DATA_TYPE_CACHE_LINE | Protected | See coding | 20040831 | 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
|
||
8 | C2_EXT_TYPE_CACHE | Protected | See coding | 20040831 | BEGIN OF c2_ext_type_cache,
data TYPE c2_data_type_cache,
data_tab TYPE c2_data_tab_type_cache,
END OF c2_ext_type_cache
|
||
9 | C2_META_TYPE_CACHE | Protected | See coding | 20041027 | BEGIN OF c2_meta_type_cache,
data TYPE c2_data_type_cache,
data_tab TYPE c2_data_tab_type_cache,
END OF c2_meta_type_cache
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CO_NAME | Call by reference | Type reference (TYPE) | SC2_CONFIGURATION_OBJECT | C2: Konfigurationsobjekt | 20040831 |
Method CONSTRUCTOR on class CLC2DIR_TYPE_FACTORY has no exception.
Method GET_EXTERNAL_TAB_TYPE Signature
Method GET_EXTERNAL_TAB_TYPE on class CLC2DIR_TYPE_FACTORY has no parameter.
Method GET_EXTERNAL_TAB_TYPE on class CLC2DIR_TYPE_FACTORY has no exception.
Method GET_EXTERNAL_TYPE Signature
Method GET_EXTERNAL_TYPE on class CLC2DIR_TYPE_FACTORY has no parameter.
Method GET_EXTERNAL_TYPE on class CLC2DIR_TYPE_FACTORY has no exception.
History
Last changed by/on | SAP | 20041208 |
SAP Release Created in | 700 |