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 | 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 | Static method | Public | Method | Checks the uniqueness of a field in a table | 20071130 | |
| 2 | Static method | Public | Method | Finds the subtree inside a tree according to field and value | 20080122 | |
| 3 | Static method | Public | Method | Generates a UUID | 20071122 | |
| 4 | Static method | Public | Method | Get input subtree from signature tree | 20090519 | |
| 5 | Static method | Public | Method | Find in the tree a field marked as a navlink | 20090603 | |
| 6 | Static method | Public | Method | Get output subtree from signature tree | 20090519 | |
| 7 | Static method | Private | Method | Check if current node must be entry point and mark it if so | 20090519 | |
| 8 | Static method | Public | Method | Set defaults in source tree | 20090520 | |
| 9 | Static method | Public | Method | Set entry points in source tree | 20090519 | |
| 10 | Static method | Public | Method | Set entry points in source tree | 20090519 | |
| 11 | Static method | Public | Method | Mark the navlink node in the tree | 20090603 | |
| 12 | Static method | Public | Method | Returns true if the field is filled in tree or sub trees | 20071207 | |
| 13 | 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 | ET_BAPIRETTAB | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20071205 | |||
| 2 | IT_TABLE | Call by reference | Type reference (TYPE) | CRMT_WSC_OBJTREE_TAB | WSC Object Tree Table | 20071130 | |||
| 3 | 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 | 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 | 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 | IV_FIELD | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20080122 | |||
| 4 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | IV_NAVLINK | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20090603 | |||
| 3 | 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 | EV_FOUND | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20071207 | |||
| 2 | IS_TABLE | Call by reference | Type reference (TYPE) | CRMS_WSC_OBJTREE | WSC Object Tree Structure | 20071207 | |||
| 3 | IT_COMPLETE | Call by reference | Type reference (TYPE) | CRMT_WSC_OBJTREE_TAB | WSC Object Tree Table | 20071207 | |||
| 4 | IV_FIELD | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20071207 | |||
| 5 | 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 | IV_GENIL_COMPONENT | Call by reference | Type reference (TYPE) | CRMT_COMPONENT_NAME | Component Name | 20090520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Static exception class for web service consumption | 20090520 |
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 600 |