SAP ABAP Class CL_CRM_WSC_UTIL (Common tools)
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
Properties
Class CL_CRM_WSC_UTIL  
Short Description Common tools    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_GENIL_WSC   GenIL Component for Web Service Consumption 
Created 20071122   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_CRM_WSC_UTIL has no interface implemented.
Friends
Class CL_CRM_WSC_UTIL has no friend class.
Attributes
Class CL_CRM_WSC_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_UNIQUENESS Static method Public Method Checks the uniqueness of a field in a table 20071130
2 FIND_SUBTREE Static method Public Method Finds the subtree inside a tree according to field and value 20080122
3 GENERATE_UUID Static method Public Method Generates a UUID 20071122
4 GET_INPUT_TREE Static method Public Method Get input subtree from signature tree 20090519
5 GET_NAVLINK_FROM_TREE Static method Public Method Find in the tree a field marked as a navlink 20090603
6 GET_OUTPUT_TREE Static method Public Method Get output subtree from signature tree 20090519
7 IS_CURRENT_NODE_ENTRY_POINT Static method Private Method Check if current node must be entry point and mark it if so 20090519
8 SET_DEFAULTS_IN_SOURCE_TREE Static method Public Method Set defaults in source tree 20090520
9 SET_ENTRY_POINTS_QUERY Static method Public Method Set entry points in source tree 20090519
10 SET_ENTRY_POINTS_READ Static method Public Method Set entry points in source tree 20090519
11 SET_NAVLINK_IN_TREE Static method Public Method Mark the navlink node in the tree 20090603
12 SUBTREE_CONTAINS_FIELD Static method Public Method Returns true if the field is filled in tree or sub trees 20071207
13 VALIDATE_GENIL_COMPONENT Static method Public Method Check that the component name doesn't exist yet 20090520
Events
Class CL_CRM_WSC_UTIL has no event.
Types
Class CL_CRM_WSC_UTIL has no local type.
Method Signatures

Method CHECK_UNIQUENESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20071205
2 Importing IT_TABLE Call by reference Type reference (TYPE) CRMT_WSC_OBJTREE_TAB WSC Object Tree Table 20071130
3 Importing IV_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20071130

Method CHECK_UNIQUENESS on class CL_CRM_WSC_UTIL has no exception.

Method FIND_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SUBTREE_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20080122
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20080122
3 Importing IV_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20080122
4 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20080122

Method FIND_SUBTREE on class CL_CRM_WSC_UTIL has no exception.

Method GENERATE_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UUID Value transfer Type reference (TYPE) CRMT_WSC_UUID Global Unique ID for table 20071122

Method GENERATE_UUID on class CL_CRM_WSC_UTIL has no exception.

Method GET_INPUT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519
2 Returning RR_INPUT_TREE Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519

Method GET_INPUT_TREE on class CL_CRM_WSC_UTIL has no exception.

Method GET_NAVLINK_FROM_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090603
2 Returning RV_NAVLINK Value transfer Type reference (TYPE) FIELDNAME Field Name 20090603

Method GET_NAVLINK_FROM_TREE on class CL_CRM_WSC_UTIL has no exception.

Method GET_OUTPUT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519
2 Returning RR_OUTPUT_TREE Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519

Method GET_OUTPUT_TREE on class CL_CRM_WSC_UTIL has no exception.

Method IS_CURRENT_NODE_ENTRY_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CURRENT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090519

Method IS_CURRENT_NODE_ENTRY_POINT on class CL_CRM_WSC_UTIL has no exception.

Method SET_DEFAULTS_IN_SOURCE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090520

Method SET_DEFAULTS_IN_SOURCE_TREE on class CL_CRM_WSC_UTIL has no exception.

Method SET_ENTRY_POINTS_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519

Method SET_ENTRY_POINTS_QUERY on class CL_CRM_WSC_UTIL has no exception.

Method SET_ENTRY_POINTS_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090519

Method SET_ENTRY_POINTS_READ on class CL_CRM_WSC_UTIL has no exception.

Method SET_NAVLINK_IN_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TREE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20090603
2 Importing IV_NAVLINK Call by reference Type reference (TYPE) FIELDNAME Field Name 20090603
3 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Flag: current node marked as navlink 20090603

Method SET_NAVLINK_IN_TREE on class CL_CRM_WSC_UTIL has no exception.

Method SUBTREE_CONTAINS_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOUND Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20071207
2 Importing IS_TABLE Call by reference Type reference (TYPE) CRMS_WSC_OBJTREE WSC Object Tree Structure 20071207
3 Importing IT_COMPLETE Call by reference Type reference (TYPE) CRMT_WSC_OBJTREE_TAB WSC Object Tree Table 20071207
4 Importing IV_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20071207
5 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20071207

Method SUBTREE_CONTAINS_FIELD on class CL_CRM_WSC_UTIL has no exception.

Method VALIDATE_GENIL_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GENIL_COMPONENT Call by reference Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20090520
# Exception Resumable Description Created on
1 CX_CRM_WSC_FAULT Static exception class for web service consumption 20090520
History
Last changed by/on SAP  20100303 
SAP Release Created in 600