SAP ABAP Interface IF_CRM_WSC_MAPPING (Methods for runtime mapping)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WST (Application Component) Web Services Tool
     CRM_GENIL_WSC (Package) GenIL Component for Web Service Consumption
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_WSC_GENIL_BOL Web Service Consumption 20071207
Properties
Interface IF_CRM_WSC_MAPPING  
Short Description Methods for runtime mapping    
General Data
Package CRM_GENIL_WSC   GenIL Component for Web Service Consumption 
Created 20071207   SAP 
Last changed 20081007   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_CRM_WSC_MAPPING has no interface.
Friends
Interface IF_CRM_WSC_MAPPING has no friend.
Attributes
Interface IF_CRM_WSC_MAPPING has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_RT_TREE_PATTERN Instance method Public Method Create empty runtime tree pattern from DT tree 20071214
2 DATA_TO_DATA Instance method Public Method Convert one data object to another using mapping rules 20071207
3 DATA_TO_TREE Instance method Public Method Convert data object to runtime tree 20071207
4 FIND_IN_RT_TREE_PATTERN Instance method Public Method Search RT tree pattern for the node marked with give DT node 20071214
5 TREE_TO_DATA Instance method Public Method Convert runtime tree to data object 20071207
6 TREE_TO_TREE Instance method Public Method Convert one runtime tree to another using mapping rules 20071207
7 TREE_TO_TREE_FIELD Instance method Public Method Convert field node 20071214
8 TREE_TO_TREE_STRUC Instance method Public Method Convert structure node 20071214
9 TREE_TO_TREE_TABLE Instance method Public Method Convert table node 20071214
Events
Interface IF_CRM_WSC_MAPPING has no event.
Types
Interface IF_CRM_WSC_MAPPING has no local type.
Method Signatures

Method CREATE_RT_TREE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DT_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE DT tree 20071214
2 Returning RR_RT_TREE Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Runtime tree 20071214

Method CREATE_RT_TREE_PATTERN on Interface IF_CRM_WSC_MAPPING has no exception.

Method DATA_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE DT tree describing structure of source data object 20071207
2 Importing IR_SOURCE_DATA Call by reference Object reference (TYPE REF TO) DATA Source data object 20071207
3 Importing IV_WITH_DEFAULT_VALUES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: use default values for initial fields 20080114
4 Returning RR_TARGET_DATA Value transfer Object reference (TYPE REF TO) DATA Target data object 20071207

Method DATA_TO_DATA on Interface IF_CRM_WSC_MAPPING has no exception.

Method DATA_TO_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA Data object to be converted 20071207
2 Importing IR_DT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Root node of DT tree 20071207
3 Importing IV_WITH_DEFAULT_VALUES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: use default values for initial fields 20080114
4 Returning RR_RT_NODE Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Root node of runtime tree 20071207

Method DATA_TO_TREE on Interface IF_CRM_WSC_MAPPING has no exception.

Method FIND_IN_RT_TREE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE DT tree node being searched 20071214
2 Importing IR_RT_TREE_PATTERN Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Runtime tree pattern 20071214
3 Returning RR_RT_NODE Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Runtime tree node 20071214

Method FIND_IN_RT_TREE_PATTERN on Interface IF_CRM_WSC_MAPPING has no exception.

Method TREE_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Runtime tree node 20071207
2 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA Data object 20071207

Method TREE_TO_DATA on Interface IF_CRM_WSC_MAPPING has no exception.

Method TREE_TO_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RT_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Source runtime tree 20071214
2 Importing IR_RT_TARGET_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Container for target runtime tree 20071214

Method TREE_TO_TREE on Interface IF_CRM_WSC_MAPPING has no exception.

Method TREE_TO_TREE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RT_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Source runtime tree 20071214
2 Importing IR_RT_TARGET_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Container for target runtime tree 20071214

Method TREE_TO_TREE_FIELD on Interface IF_CRM_WSC_MAPPING has no exception.

Method TREE_TO_TREE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RT_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Source runtime tree 20071214
2 Importing IR_RT_TARGET_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Container for target runtime tree 20071214

Method TREE_TO_TREE_STRUC on Interface IF_CRM_WSC_MAPPING has no exception.

Method TREE_TO_TREE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_RT_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Source runtime tree 20071214
2 Importing IR_RT_TARGET_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_RT_TREE_NODE Container for target runtime tree 20071214

Method TREE_TO_TREE_TABLE on Interface IF_CRM_WSC_MAPPING has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 600