SAP ABAP Class /IWBEP/CL_SBDM_COPY_CONTEXT (SB - Domain Model - Copy Context)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_COPY_CONTAINER | SB - Domain Model - Copy Container | 20130201 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_COPY_CONTEXT | SB - Domain Model - Copy Context | 20130131 |
Properties
| Class | /IWBEP/CL_SBDM_COPY_CONTEXT | |
| Short Description | SB - Domain Model - Copy Context | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20130131 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_COPY_CONTAINER | SB - Domain Model - Copy Container | 20130201 | ||
| 2 | /IWBEP/IF_SBDM_COPY_CONTEXT | SB - Domain Model - Copy Context | 20130131 |
Friends
Class /IWBEP/CL_SBDM_COPY_CONTEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_SBDM_COPY_CONTEXT=>TY_T_NODE_MAPPING | Contains original to current copy mapping information | 20130201 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | Contains the original selected and to be copied nodes | 20130201 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_NODES | Contains the current prototype context nodes (model ref.) | 20130212 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_T_NODES | Contains the current prototype roots (model) | 20130212 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_SBDM_COPY_CONTEXT=>TY_T_NODE_MAPPING | Contains the copy template mapping information | 20130214 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | Contains the copy templates of the original nodes | 20130214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adjusts the prototype | 20130212 | |
| 2 | Instance method | Private | Method | Adjusts the copied relations | 20130201 | |
| 3 | Instance method | Private | Method | Copies the node from the corresponding template | 20130214 | |
| 4 | Instance method | Private | Method | Creates a copy template from the node | 20130214 |
Events
Class /IWBEP/CL_SBDM_COPY_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_NODES | Private | See coding | 20130212 | TY_T_NODES TYPE SORTED TABLE OF REF TO /iwbep/if_sbdm_node WITH UNIQUE KEY table_line
|
Method Signatures
Method ADJUST_PROTOTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130212 | |||
| 2 | IO_ORIGINAL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130212 |
Method ADJUST_RELATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130201 | |||
| 2 | IO_TARGET | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130201 |
Method COPY_FROM_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130214 | |||
| 2 | RO_COPY | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130214 |
Method CREATE_COPY_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SELECTED_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130214 | |||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130214 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |