SAP ABAP Class CLC2DIR_CONFIG_ASSEMBLY (Assembly of Configuration)
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_CONFIG_ASSEMBLY | Assembly Log | 20050302 |
Properties
| Class | CLC2DIR_CONFIG_ASSEMBLY | |
| Short Description | Assembly of Configuration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | C2_CORE | C2 Server: Core Functionality |
| Created | 20050225 | SAP |
| Last change | 20050308 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CLC2DIR_CONFIG_ASSEMBLY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IFC2DIR_CONFIG_ASSEMBLY | Assembly Log | 20050302 |
Friends
Class CLC2DIR_CONFIG_ASSEMBLY 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) | CT_CFG_ASMB_INST_TYPE | 20050302 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | CT_ORIGIN_TYPE | 20050302 | ||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20050302 | |||||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20050302 | |||||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20050302 | |||||
| 6 | Instance attribute | Private | Attribute reference (LIKE) | 20050302 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | CT_ASSEMBLY_TYPE | Assembly of Configuration Data | 20050302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20050302 | ||
| 2 | Instance method | Public | Constructor | Constructor | 20050302 | |
| 3 | Instance method | Private | Method | 20050302 | ||
| 4 | Instance method | Private | Method | 20050302 | ||
| 5 | Static method | Public | Method | Create Instance | 20050302 | |
| 6 | Static method | Private | Method | Get Current Origin of Configuration Object | 20050302 | |
| 7 | Static method | Private | Method | Delete Instance | 20050302 | |
| 8 | Static method | Public | Method | Reset Current Origin of Configuration | 20050302 | |
| 9 | Instance method | Private | Method | 20050302 | ||
| 10 | Static method | Public | Method | Set Current Origin of Configuration | 20050302 |
Events
Class CLC2DIR_CONFIG_ASSEMBLY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CS_CFG_ASMB_INST_TYPE | Private | See coding | 20050302 | BEGIN OF cs_cfg_asmb_inst_type .
INCLUDE TYPE sc2_bco_node_id AS node_id.
TYPES:
cfg_asmb_inst TYPE REF TO ifc2dir_config_assembly,
END OF cs_cfg_asmb_inst_type
|
||
| 2 | CT_ASSEMBLY_TYPE | Private | See coding | 20050302 | ct_assembly_type type sorted table of sc2_cfg_assembly
with unique key bo_name node_name /sapc2/c2guid origin /sapc2/act_inact
|
||
| 3 | CT_CFG_ASMB_INST_TYPE | Private | See coding | 20050302 | ct_cfg_asmb_inst_type TYPE SORTED TABLE OF cs_cfg_asmb_inst_type
WITH UNIQUE KEY bo_name node_name
|
||
| 4 | CT_ORIGIN_TYPE | Private | See coding | 20050302 | CT_ORIGIN_TYPE type sorted table of sc2_cfg_assembly
with unique key bo_name node_name
|
Method Signatures
Method ACTIVATE_CONFIG_LINK Signature
Method ACTIVATE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no parameter.
Method ACTIVATE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE_ID | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20050302 |
Method CONSTRUCTOR on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method CREATE_CONFIG_LINK Signature
Method CREATE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no parameter.
Method CREATE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method DELETE_CONFIG_LINK Signature
Method DELETE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no parameter.
Method DELETE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method GET_CONFIG_ASSMB_INST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHANGE_CONT | Call by reference | Object reference (TYPE REF TO) | IFC2DIR_CHANGE_CONT_INT | Änderungskontext für Konfigurationsdaten | 20050302 | |||
| 2 | IS_BCO_NODE_ID | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20050302 | |||
| 3 | RR_CFG_ASSEMBLY | Value transfer | Object reference (TYPE REF TO) | IFC2DIR_CONFIG_ASSEMBLY | Montageprotokolle | 20050302 |
Method GET_CONFIG_ASSMB_INST on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method GET_CURRENT_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_ASSMB_CONTEXT | Call by reference | Type reference (TYPE) | SC2_CFG_ASSEMBLY-ASSMB_CONTEXT | Pflegekontext der Konfiguration | 20050302 | |||
| 2 | CV_CONFSET_ID | Call by reference | Type reference (TYPE) | SC2_CFG_ASSEMBLY-CONFSET_ID | C2-Server: Konfigurationssatz | 20050302 | |||
| 3 | CV_ORIGIN | Call by reference | Type reference (TYPE) | SC2_CFG_ASSEMBLY-ORIGIN | Konfiguration: Herkunft | 20050302 | |||
| 4 | IS_NODE_ID | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20050302 |
Method GET_CURRENT_ORIGIN on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method REMOVE_CONFIG_ASSMB_INST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CFG_ASSMB_INST | Call by reference | Object reference (TYPE REF TO) | IFC2DIR_CONFIG_ASSEMBLY | Montageprotokolle | 20050302 |
Method REMOVE_CONFIG_ASSMB_INST on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method REMOVE_CURRENT_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BCO_NODE_ID | Call by reference | Type reference (TYPE) | SC2_BCO_NODE_ID | Knoten-Kennung | 20050302 |
Method REMOVE_CURRENT_ORIGIN on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method SAVE_CONFIG_LINK Signature
Method SAVE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no parameter.
Method SAVE_CONFIG_LINK on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
Method SET_CURRENT_ORIGIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ORIGIN | Call by reference | Type reference (TYPE) | SC2_CFG_ASSEMBLY | Montage von Konfigurationsdaten | 20050302 |
Method SET_CURRENT_ORIGIN on class CLC2DIR_CONFIG_ASSEMBLY has no exception.
History
| Last changed by/on | SAP | 20050308 |
| SAP Release Created in |