SAP ABAP Class IF_WD_CLIENT_CONVERSION_UTIL (Conversion Routines)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_ADOBE_XML_CONVERTER Converter for XML (Configuration) 20070316
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CLIENT_CONVERSION_BASE Basis Class for Client Conversion Routines 20130305
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_FILEUPLOAD_CONVERTER Creates errors in the validation of the file upload adapter 20130612
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_SCXML_CONVERT_UTIL Smart Client Converter 20041202
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_XML_CONVERT_UTIL Converter for XML (Configuration) 20050214
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDWR_JSON_CONVERT_UTIL JSON Converter 20111130
Properties
Class IF_WD_CLIENT_CONVERSION_UTIL  
Short Description Conversion Routines    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030924   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 IF_WD_CLIENT_CONVERSION_UTIL has no interface implemented.
Friends
Class IF_WD_CLIENT_CONVERSION_UTIL has no friend class.
Attributes
Class IF_WD_CLIENT_CONVERSION_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BINARY_TO_STRING Static method Public Method raw -> string 20041202
2 BOOLEAN_TO_STRING Static method Public Method boolean -> string 20041202
3 DATE_TO_STRING Static method Public Method date -> string 20041202
4 DECIMAL_TO_STRING Static method Public Method decimal -> string 20041202
5 FLOAT_TO_STRING Static method Public Method floating point types ->string 20041202
6 FROM_STRING_STRING Static method Public Method String Input Conversion 20130613
7 INTEGER_TO_STRING Static method Public Method integeger types -> string 20041202
8 NUM_TO_STRING Static method Public Method Num -> string 20050103
9 STRING_TO_BINARY Static method Public Method string -> raw 20041202
10 STRING_TO_BOOLEAN Static method Public Method string -> boolean 20041202
11 STRING_TO_DATE Static method Public Method string -> date 20041202
12 STRING_TO_DECIMAL Static method Public Method string -> decimal 20041202
13 STRING_TO_FLOAT Static method Public Method string -> floating point types 20041202
14 STRING_TO_INTEGER Static method Public Method string -> integer types 20041202
15 STRING_TO_NUM Static method Public Method string -> num 20050103
16 STRING_TO_STRUCT Static method Public Method string -> structure 20070912
17 STRING_TO_TIME Static method Public Method string -> time 20041202
18 STRING_TO_VISIBILITY Static method Public Method string -> visibility 20050110
19 STRUCT_TO_STRING Static method Public Method structure -> string 20070912
20 TIME_TO_STRING Static method Public Method time -> string 20041202
21 TO_STRING_STRING Static method Public Method String Output Conversion 20130613
22 VISIBILITY_TO_STRING Static method Public Method Visibility -> string 20050110
Events
Class IF_WD_CLIENT_CONVERSION_UTIL has no event.
Types
Class IF_WD_CLIENT_CONVERSION_UTIL has no local type.
Method Signatures

Method BINARY_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method BOOLEAN_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method DATE_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method DECIMAL_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NUM_DECIMALS Call by reference Type reference (TYPE) I -1 Anzahl Dezimastellen 20041202
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING 20041202
3 Importing REFERENCE_TYPE Call by reference Type reference (TYPE) C Referenztyep (Q: Quantity, C:Currency) 20041202
4 Importing REFERENCE_VALUE Call by reference Type reference (TYPE) C Referenz (Währung oder Mengeneinheit) 20041202
5 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method FLOAT_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method FROM_STRING_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA 20130613
2 Importing IN Call by reference Type reference (TYPE) STRING 20130613
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION 20130613

Method INTEGER_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY EIngabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method NUM_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING 20050103
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20050103

Method NUM_TO_STRING on class IF_WD_CLIENT_CONVERSION_UTIL has no exception.

Method STRING_TO_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu fllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041203

Method STRING_TO_DECIMAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONVERT_OPTIONS Call by reference Type reference (TYPE) RSCONVLITE Feldbeschreibung für Konvertierungen 20041207
2 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
3 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
4 Importing REFERENCE_VALUE Call by reference Type reference (TYPE) C Referenz z.B. bei Währungsfeldern 20041207
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA 20050103
2 Importing IN Call by reference Type reference (TYPE) STRING 20050103

Method STRING_TO_NUM on class IF_WD_CLIENT_CONVERSION_UTIL has no exception.

Method STRING_TO_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA 20070912
2 Importing IN Call by reference Type reference (TYPE) STRING 20070912
3 Importing TYPEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run Time Type Services 20070912
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20070912

Method STRING_TO_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20041202
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041202

Method STRING_TO_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA zu füllendes Datum 20050110
2 Importing IN Call by reference Type reference (TYPE) STRING Eingabestring 20050110
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20050110

Method STRUCT_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING 20070912
2 Importing TYPEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run Time Type Services 20070912
3 Importing VALUE Call by reference Type reference (TYPE) ANY 20070912
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20070912

Method TIME_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20041202
2 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20041202
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20041208

Method TO_STRING_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONDENSE Call by reference Type reference (TYPE) ABAP_BOOL Wert komprimieren? 20130613
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabe 20130613
3 Importing VALUE Call by reference Type reference (TYPE) ANY interner Wert 20130613

Method TO_STRING_STRING on class IF_WD_CLIENT_CONVERSION_UTIL has no exception.

Method VISIBILITY_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) STRING Ausgabestring 20050110
2 Importing VALUE Call by reference Type reference (TYPE) ANY Eingabewert 20050110
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20050110
History
Last changed by/on SAP  20131127 
SAP Release Created in