SAP ABAP Class /IWFND/CL_STRING_UTIL (utility to elaborate on strings)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/COD (Package) GW Framework - Common Development Objects
⤷
⤷
Properties
| Class | /IWFND/CL_STRING_UTIL | |
| Short Description | utility to elaborate on strings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWFND/COD | GW Framework - Common Development Objects |
| Created | 20090715 | SAP |
| Last change | 20131127 | 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 /IWFND/CL_STRING_UTIL has no interface implemented.
Friends
Class /IWFND/CL_STRING_UTIL has no friend class.
Attributes
Class /IWFND/CL_STRING_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20090722 | ||
| 2 | Static method | Public | Method | 20091005 | ||
| 3 | Static method | Public | Method | 20091005 | ||
| 4 | Static method | Public | Method | 20090722 | ||
| 5 | Static method | Public | Method | 20090715 | ||
| 6 | Static method | Public | Method | Splits string in camel case to string list | 20101104 | |
| 7 | Static method | Public | Method | splits string to an itab using a seperator | 20090715 | |
| 8 | Static method | Public | Method | 20100902 |
Events
Class /IWFND/CL_STRING_UTIL has no event.
Types
Class /IWFND/CL_STRING_UTIL has no local type.
Method Signatures
Method CONVERT_FROM_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | 20090722 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20090722 |
Method CONVERT_FROM_XSTRING on class /IWFND/CL_STRING_UTIL has no exception.
Method CONVERT_TO_FLOAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20091005 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | F | 20091005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091005 |
Method CONVERT_TO_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20091005 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | I | 20091005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091005 |
Method CONVERT_TO_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20090722 | ||||
| 2 | RV_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20090722 |
Method CONVERT_TO_XSTRING on class /IWFND/CL_STRING_UTIL has no exception.
Method SHORTEN_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LENGTH | Call by reference | Type reference (TYPE) | I | 20090715 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20090715 | ||||
| 3 | IV_SEPERATOR | Call by reference | Type reference (TYPE) | CHAR1 | 20090715 | ||||
| 4 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20090715 |
Method SHORTEN_NAME on class /IWFND/CL_STRING_UTIL has no exception.
Method SPLIT_CAMEL_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20101104 | ||||
| 2 | RT_STRINGS | Value transfer | Type reference (TYPE) | /IWFND/T_COR_STRINGS | String List | 20101104 |
Method SPLIT_CAMEL_CASE on class /IWFND/CL_STRING_UTIL has no exception.
Method SPLIT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20090715 | ||||
| 2 | IV_SEPERATOR | Call by reference | Type reference (TYPE) | CHAR1 | 20090715 | ||||
| 3 | RT_PATH | Value transfer | Type reference (TYPE) | /IWFND/T_IFL_PATH | 20090715 |
Method SPLIT_PATH on class /IWFND/CL_STRING_UTIL has no exception.
Method SPLIT_PATH2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PATH | Call by reference | Type reference (TYPE) | /IWFND/T_IFL_PATH | 20100902 | ||||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20100902 | ||||
| 3 | IV_SEPERATOR | Call by reference | Type reference (TYPE) | CHAR1 | '/' | 20100902 |
Method SPLIT_PATH2 on class /IWFND/CL_STRING_UTIL has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |