SAP ABAP Class CL_SIW_MAPPING_MERGER (Merges two mappings into one)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_MAPPING (Package) SIW: Mapping
Properties
Class CL_SIW_MAPPING_MERGER  
Short Description Merges two mappings into one    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_MAPPING   SIW: Mapping 
Created 20080123   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SXF_FIELD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SXF_TYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SIW_MAPPING_MERGER has no interface implemented.
Friends
Class CL_SIW_MAPPING_MERGER has no friend class.
Attributes
Class CL_SIW_MAPPING_MERGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_SEMANTIC_PATH Static method Private Method 20080123
2 MERGE_MAPPINGS Instance method Public Method 20080123
3 MERGE_NODES Instance method Private Method 20080123
4 MERGE_OPERAND_RELATIONS Instance method Private Method 20080123
5 MERGE_RELATIONS Instance method Private Method 20080123
6 S_CREATE Static method Public Method 20080123
Events
Class CL_SIW_MAPPING_MERGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STR_FIELD_FOR_SEMANTIC_PATH Private See coding 20080123 BEGIN OF STR_FIELD_FOR_SEMANTIC_PATH, path TYPE string, field TYPE REF TO if_sxf_field, END OF STR_FIELD_FOR_SEMANTIC_PATH
2 TAB_FIELD_FOR_SEMANTIC_PATH Private See coding 20080123 TAB_FIELD_FOR_SEMANTIC_PATH TYPE HASHED TABLE OF STR_FIELD_FOR_SEMANTIC_PATH WITH UNIQUE KEY path
Method Signatures

Method GET_SEMANTIC_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SXF_FIELD Call by reference Object reference (TYPE REF TO) IF_SXF_FIELD 20080123
2 Returning R_SEMANTIC_PATH Value transfer Type reference (TYPE) STRING 20080123

Method GET_SEMANTIC_PATH on class CL_SIW_MAPPING_MERGER has no exception.

Method MERGE_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing I_NEW_MAPPING Call by reference Object reference (TYPE REF TO) CL_SIW_MAPPING Mapping Projekt 20080123
2 Importing I_OLD_MAPPING Call by reference Object reference (TYPE REF TO) CL_SIW_MAPPING Mapping Projekt 20080123
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20080123

Method MERGE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_FIELDS_BY_PATH Call by reference Type reference (TYPE) TAB_FIELD_FOR_SEMANTIC_PATH 20080123
2 Importing I_OLD_FIELDS Call by reference Type reference (TYPE) IF_SXF_FIELD=>TAB 20080123
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20080123

Method MERGE_OPERAND_RELATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_FIELDS_BY_PATH Call by reference Type reference (TYPE) TAB_FIELD_FOR_SEMANTIC_PATH 20080123
2 Importing I_OLD_FIELDS Call by reference Type reference (TYPE) IF_SXF_FIELD=>TAB 20080123
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20080123

Method MERGE_RELATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_FIELDS_BY_PATH Call by reference Type reference (TYPE) TAB_FIELD_FOR_SEMANTIC_PATH 20080123
2 Importing I_OLD_FIELDS Call by reference Type reference (TYPE) IF_SXF_FIELD=>TAB 20080123
# Exception Resumable Description Created on
1 CX_SIW_EXECUTION_ERROR Error during execution 20080123

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SIW_MAPPING_MERGER Merges two mappings into one 20080123

Method S_CREATE on class CL_SIW_MAPPING_MERGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in