SAP ABAP Class CL_C2S_INBOUND_FACTORY (Creates Inbound Adaptor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
C2_SERVICES (Package) C2 Server: Generic User Services

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_C2S_INBOUND_MAINT_FACTORY | Create Inbound Adaptor for Changes | 20041130 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_C2S_INBOUND_READ_FACTORY | Create Inbound Adaptor for Read Access | 20041130 |
Properties
Class | CL_C2S_INBOUND_FACTORY | |
Short Description | Creates Inbound Adaptor | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | C2_SERVICES | C2 Server: Generic User Services |
Created | 20041130 | SAP |
Last change | 20050105 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_C2S_INBOUND_FACTORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_C2S_INBOUND_MAINT_FACTORY | Create Inbound Adaptor for Changes | 20041130 | ||
2 | IF_C2S_INBOUND_READ_FACTORY | Create Inbound Adaptor for Read Access | 20041130 |
Friends
Class CL_C2S_INBOUND_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) | CL_C2S_INBOUND_FACTORY | Creates Inbound Adaptor | 20041201 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LT_INBOUND_CACHE_TYPE | 20041201 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create Instance of Inbound Factory | 20041201 |
2 | ![]() |
Instance method | Private | Method | Create Inbound Adaptor | 20041201 |
Events
Class CL_C2S_INBOUND_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LS_INBOUND_CACHE_TYPE | Private | See coding | 20041201 | BEGIN OF ls_inbound_cache_type,
bo_name type sc2_bco_node_id-bo_name,
inbound_inst TYPE REF TO cl_abap_weak_reference,
END OF ls_inbound_cache_type
|
||
2 | LT_INBOUND_CACHE_TYPE | Private | See coding | 20041201 | lt_inbound_cache_type TYPE HASHED TABLE OF
ls_inbound_cache_type WITH UNIQUE KEY bo_name
|
Method Signatures
Method GET_INBOUND_FACTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INBOUND_FACTORY | Value transfer | Object reference (TYPE REF TO) | CL_C2S_INBOUND_FACTORY | Erzeugt Inbound-Adapter | 20041201 |
Method GET_INBOUND_FACTORY on class CL_C2S_INBOUND_FACTORY has no exception.
Method GET_INBOUND_INST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_C2_BO_TO_BE_ACCESSED | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID-BO_NAME | Knoten-Kennung | 20041208 | ||
2 | ![]() |
RR_INBOUND_INST | Value transfer | Object reference (TYPE REF TO) | CL_C2S_INBOUND | Zugriff auf Konfigurationsobjekte im C2-Server | 20041201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041201 |
History
Last changed by/on | SAP | 20050105 |
SAP Release Created in | 700 |