SAP ABAP Class CLC2DIR_REP_ADAPT_FACTORY (Creates Repository Adaptor)
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_REP_ADAPT_FACTORY | Create Repository Adaptor | 20050201 |
Properties
| Class | CLC2DIR_REP_ADAPT_FACTORY | |
| Short Description | Creates Repository Adaptor | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | C2_CORE | C2 Server: Core Functionality |
| Created | 20050201 | SAP |
| Last change | 20050218 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CLC2DIR_REP_ADAPT_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IFC2DIR_REP_ADAPT_FACTORY | Create Repository Adaptor | 20050201 |
Friends
Class CLC2DIR_REP_ADAPT_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CLC2DIR_REP_ADAPT_FACTORY | Creates Inbound Adaptor | 20050201 | |||
| 2 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CLC2DIR_REP_ADAPT_FACTORY' | Object Type Name | 20050201 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | LT_REPADAPT_CACHE_TYPE | 20050201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create Repository Adaptor Factory Instance | 20050201 |
Events
Class CLC2DIR_REP_ADAPT_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LS_REPADAPT_CACHE_TYPE | Private | See coding | 20050201 | BEGIN OF ls_repadapt_cache_type,
* bo_name type sc2_bco_node_id-bo_name,
cl_name type SEOCLSNAME,
repadapt_inst TYPE REF TO cl_abap_weak_reference,
END OF ls_repadapt_cache_type
|
||
| 2 | LT_REPADAPT_CACHE_TYPE | Private | See coding | 20050201 | lt_repadapt_cache_type TYPE HASHED TABLE OF
ls_repadapt_cache_type WITH UNIQUE KEY cl_name
|
Method Signatures
Method GET_REP_ADAPT_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_REP_ADAPT_FACTORY | Value transfer | Object reference (TYPE REF TO) | IFC2DIR_REP_ADAPT_FACTORY | 20050201 |
Method GET_REP_ADAPT_FACTORY on class CLC2DIR_REP_ADAPT_FACTORY has no exception.
History
| Last changed by/on | SAP | 20050218 |
| SAP Release Created in | 700 |