SAP ABAP Class CL_WCF_WSCT_UTIL (Utilities for WSCT)
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_WCF_WSCT_UTIL | |
| Short Description | Utilities for WSCT | |
| 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 | 20090227 | 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_WCF_WSCT_UTIL has no interface implemented.
Friends
Class CL_WCF_WSCT_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE' | 20090526 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY' | 20090526 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'EDIT' | 20090526 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns the string between the given elements | 20090409 | |
| 2 | Instance method | Public | Method | Returns contents of local file on your computer as XSTRING | 20090312 | |
| 3 | Static method | Public | Method | Check if information popup is suppressed in old WSCT | 20090707 | |
| 4 | Instance method | Public | Method | Ping a web address and return 0 if it is reacheable | 20090303 | |
| 5 | Instance method | Public | Method | Try to retrieve a certain value from a file in the internet | 20090514 | |
| 6 | Static method | Public | Method | Render a dynamic SQL WHERE clause | 20090302 | |
| 7 | Static method | Public | Method | Suggest the name of GENIL component, prefix, etc. | 20090325 | |
| 8 | Static method | Public | Method | Suppress information popup in old WSCT for current user | 20090707 |
Events
Class CL_WCF_WSCT_UTIL has no event.
Types
Class CL_WCF_WSCT_UTIL has no local type.
Method Signatures
Method GET_A_SUBSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_BETWEEN_SEQ | Call by reference | Type reference (TYPE) | STRING | the char sequence between begin+end sequence | 20090409 | |||
| 2 | IV_BEGIN_SEQ | Call by reference | Type reference (TYPE) | STRING | the beginning sequence, start from 0 if not supplied | 20090409 | |||
| 3 | IV_BEGIN_SEQ_PRIO2 | Call by reference | Type reference (TYPE) | STRING | 2nd important begin seqence | 20090513 | |||
| 4 | IV_COMPLETE_STR | Call by reference | Type reference (TYPE) | STRING | The complete string to examine | 20090409 | |||
| 5 | IV_END_SEQ | Call by reference | Type reference (TYPE) | STRING | the end sequence, go to end if not supplied | 20090409 |
Method GET_A_SUBSTRING on class CL_WCF_WSCT_UTIL has no exception.
Method GET_FILE_AS_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | Content of file | 20090312 | |||
| 2 | IV_FILE_ENCODING | Call by reference | Type reference (TYPE) | ABAP_ENCODING | Encoding of the file | 20090312 | |||
| 3 | IV_LCL_FILEPATH | Value transfer | Type reference (TYPE) | STRING | Absolute path to a local file on your computer like c: emp" | 20090312 |
Method GET_FILE_AS_XSTRING on class CL_WCF_WSCT_UTIL has no exception.
Method INFO_POPUP_SUPPRESSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NO_POPUP | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090707 |
Method INFO_POPUP_SUPPRESSED on class CL_WCF_WSCT_UTIL has no exception.
Method PING_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT | Call by reference | Type reference (TYPE) | STRING | Content of the internet file | 20090716 | |||
| 2 | EV_HTTP_ERR | Call by reference | Type reference (TYPE) | CHAR11 | HTTP error number (if present) | 20090716 | |||
| 3 | EV_STATUS | Call by reference | Type reference (TYPE) | INT2 | return code for success of the method. see comments | 20090716 | |||
| 4 | IV_HTTP_PROXY | Call by reference | Type reference (TYPE) | STRING | HTTP proxy to use | 20090303 | |||
| 5 | IV_HTTP_PROXY_PORT | Call by reference | Type reference (TYPE) | STRING | port number of HTTP proxy | 20090303 | |||
| 6 | IV_SAP_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20090303 | |||
| 7 | IV_SAP_USER_NAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090303 | |||
| 8 | IV_SSL_ID | Call by reference | Type reference (TYPE) | SSFAPPLSSL | if you need https: specify the ID | 20090303 | |||
| 9 | IV_URL | Value transfer | Type reference (TYPE) | STRING | 20090303 |
Method PING_URL on class CL_WCF_WSCT_UTIL has no exception.
Method READ_XML_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | STRING | Value of the attribute requested | 20090514 | |||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the attribute to get the value from | 20090514 | |||
| 3 | IV_HTTP_PROXY | Call by reference | Type reference (TYPE) | STRING | System web proxy name | 20090514 | |||
| 4 | IV_HTTP_PROXY_PORT | Call by reference | Type reference (TYPE) | STRING | System web proxy port number | 20090514 | |||
| 5 | IV_TAG_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the tag to find in XML | 20090514 | |||
| 6 | IV_XMLFILE_URL | Call by reference | Type reference (TYPE) | STRING | Internet location of a file | 20090514 |
Method READ_XML_FILE on class CL_WCF_WSCT_UTIL has no exception.
Method RENDER_WHERE_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD | Value transfer | Type reference (TYPE) | STRING | field name | 20090302 | |||
| 2 | IV_FIELD_VALUE | Value transfer | Type reference (TYPE) | STRING | value of field name (may contain *) | 20090302 | |||
| 3 | IV_FIELD_VALUE_RANGE | Call by reference | Type reference (TYPE) | STRING | In case of ranges use this as LOW value | 20090302 | |||
| 4 | IV_MODIFICATION | Call by reference | Type reference (TYPE) | CHAR2 | Modifications for WHERE clause like 'NE' for NOT | 20090609 | |||
| 5 | IV_WHERE_PREFIX | Call by reference | Type reference (TYPE) | STRING | beginning of where clause | 20090302 | |||
| 6 | RV_WHERE_CLAUSE | Value transfer | Type reference (TYPE) | STRING | The complete WHERE clause without the dot | 20090302 |
Method RENDER_WHERE_CLAUSE on class CL_WCF_WSCT_UTIL has no exception.
Method SUGGEST_GENIL_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_COMPONENT | Value transfer | Type reference (TYPE) | CRMS_WSC_COMP | WSC Component Structure | 20090325 |
Method SUGGEST_GENIL_PROPERTIES on class CL_WCF_WSCT_UTIL has no exception.
Method SUPPRESS_INFO_POPUP Signature
Method SUPPRESS_INFO_POPUP on class CL_WCF_WSCT_UTIL has no parameter.
Method SUPPRESS_INFO_POPUP on class CL_WCF_WSCT_UTIL has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |