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 ABAP 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 CONVERT_FROM_XSTRING Static method Public Method 20090722
2 CONVERT_TO_FLOAT Static method Public Method 20091005
3 CONVERT_TO_INT Static method Public Method 20091005
4 CONVERT_TO_XSTRING Static method Public Method 20090722
5 SHORTEN_NAME Static method Public Method 20090715
6 SPLIT_CAMEL_CASE Static method Public Method Splits string in camel case to string list 20101104
7 SPLIT_PATH Static method Public Method splits string to an itab using a seperator 20090715
8 SPLIT_PATH2 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 Importing IV_XSTRING Call by reference Type reference (TYPE) XSTRING 20090722
2 Returning 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 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20091005
2 Returning RV_VALUE Value transfer Type reference (TYPE) F 20091005
# Exception Resumable Description Created on
1 /IWFND/CX_CONVERSION_EXCEPTION 20091005

Method CONVERT_TO_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20091005
2 Returning RV_VALUE Value transfer Type reference (TYPE) I 20091005
# Exception Resumable Description Created on
1 /IWFND/CX_CONVERSION_EXCEPTION 20091005

Method CONVERT_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20090722
2 Returning 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 Importing IV_LENGTH Call by reference Type reference (TYPE) I 20090715
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20090715
3 Importing IV_SEPERATOR Call by reference Type reference (TYPE) CHAR1 20090715
4 Returning 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 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20101104
2 Returning 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 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20090715
2 Importing IV_SEPERATOR Call by reference Type reference (TYPE) CHAR1 20090715
3 Returning 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 Exporting ET_PATH Call by reference Type reference (TYPE) /IWFND/T_IFL_PATH 20100902
2 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20100902
3 Importing 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