SAP ABAP Class /IWBEP/IF_SBDM_COPY_CONTEXT (SB - Domain Model - Copy Context)
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
Class /IWBEP/IF_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      
Created 20130131   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/IF_SBDM_COPY_CONTEXT has no forward declaration.
Interfaces
Class /IWBEP/IF_SBDM_COPY_CONTEXT has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_COPY_CONTEXT has no friend class.
Attributes
Class /IWBEP/IF_SBDM_COPY_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 MAKE_COPY_FOR_TARGET Instance method Public Method Copies the selected nodes 20130212
2 SET_ORIGINAL_NODES Instance method Public Method Sets the nodes which are going to be copied 20130201
Events
Class /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 Importing IO_TARGET Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20130212
2 Returning 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130212

Method SET_ORIGINAL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130201
History
Last changed by/on SAP  20131127 
SAP Release Created in