SAP ABAP Interface /IWBEP/IF_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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_COPY_CONTEXT | SB - Domain Model - Copy Context | 20130131 |
Properties
Interface | /IWBEP/IF_SBDM_COPY_CONTEXT | |
Short Description | SB - Domain Model - Copy Context |
General Data
Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
Created | 20130131 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWBEP/IF_SBDM_COPY_CONTEXT has no forward declaration.
Interfaces
Interface /IWBEP/IF_SBDM_COPY_CONTEXT has no interface.
Friends
Interface /IWBEP/IF_SBDM_COPY_CONTEXT has no friend.
Attributes
Interface /IWBEP/IF_SBDM_COPY_CONTEXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Copies the selected nodes | 20130212 |
2 | ![]() |
Instance method | Public | Method | Sets the nodes which are going to be copied | 20130201 |
Events
Interface /IWBEP/IF_SBDM_COPY_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ASSOCIATION | Public | See coding | 20130213 | BEGIN OF TY_S_ASSOCIATION,
relation TYPE /iwbep/sbdm_relation_type,
nodes TYPE /iwbep/t_sbdm_nodes,
END OF TY_S_ASSOCIATION
|
||
2 | TY_S_NODE_MAPPING | Public | See coding | 20130131 | BEGIN OF TY_S_NODE_MAPPING,
original TYPE REF TO /IWBEP/IF_SBDM_NODE,
copy TYPE REF TO /IWBEP/IF_SBDM_NODE,
orig_associations TYPE ty_t_association,
END OF TY_S_NODE_MAPPING
|
||
3 | TY_T_ASSOCIATION | Public | See coding | 20130213 | TY_T_ASSOCIATION TYPE SORTED TABLE OF TY_S_ASSOCIATION WITH UNIQUE KEY relation
|
||
4 | TY_T_NODE_MAPPING | Public | See coding | 20130212 | TY_T_NODE_MAPPING TYPE SORTED TABLE OF /IWBEP/IF_SBDM_COPY_CONTEXT=>TY_S_NODE_MAPPING WITH UNIQUE KEY original
|
Method Signatures
Method MAKE_COPY_FOR_TARGET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TARGET | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130212 | ||
2 | ![]() |
RT_COPIED_NODES | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20130212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130212 |
Method SET_ORIGINAL_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_NODE | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20130201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130201 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |