SAP ABAP Interface IF_WD_CLIENT_CONVERSION_UTIL (Conversion Routines)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

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
Interface | IF_WD_CLIENT_CONVERSION_UTIL | |
Short Description | Conversion Routines |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20030924 | SAP |
Last changed | 20131127 | SAP |
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
Interface IF_WD_CLIENT_CONVERSION_UTIL has no interface.
Friends
Interface IF_WD_CLIENT_CONVERSION_UTIL has no friend.
Attributes
Interface IF_WD_CLIENT_CONVERSION_UTIL has no attribute.
Methods
Events
Interface IF_WD_CLIENT_CONVERSION_UTIL has no event.
Types
Interface 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 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20041202 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method BOOLEAN_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | 20041202 | |||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method DATE_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20041202 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method DECIMAL_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NUM_DECIMALS | Call by reference | Type reference (TYPE) | I | -1 | Anzahl Dezimastellen | 20041202 | |
2 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | 20041202 | |||
3 | ![]() |
REFERENCE_TYPE | Call by reference | Type reference (TYPE) | C | Referenztyep (Q: Quantity, C:Currency) | 20041202 | ||
4 | ![]() |
REFERENCE_VALUE | Call by reference | Type reference (TYPE) | C | Referenz (Währung oder Mengeneinheit) | 20041202 | ||
5 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method FLOAT_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20041202 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method FROM_STRING_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20130613 | |||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | 20130613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130613 |
Method INTEGER_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20041202 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | EIngabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method NUM_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | 20050103 | |||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | 20050103 |
Method NUM_TO_STRING on Interface 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 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu fllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041203 |
Method STRING_TO_DECIMAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONVERT_OPTIONS | Call by reference | Type reference (TYPE) | RSCONVLITE | Feldbeschreibung für Konvertierungen | 20041207 | ||
2 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
3 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 | ||
4 | ![]() |
REFERENCE_VALUE | Call by reference | Type reference (TYPE) | C | Referenz z.B. bei Währungsfeldern | 20041207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_FLOAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_INTEGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20050103 | |||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | 20050103 |
Method STRING_TO_NUM on Interface 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 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20070912 | |||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | 20070912 | |||
3 | ![]() |
TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070912 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Conversion Error | 20070912 |
Method STRING_TO_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20041202 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041202 |
Method STRING_TO_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | zu füllendes Datum | 20050110 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20050110 |
Method STRUCT_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | 20070912 | |||
2 | ![]() |
TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20070912 | ||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | 20070912 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Conversion Error | 20070912 |
Method TIME_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20041202 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20041202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20041208 |
Method TO_STRING_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONDENSE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Wert komprimieren? | 20130613 | ||
2 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabe | 20130613 | ||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | interner Wert | 20130613 |
Method TO_STRING_STRING on Interface 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 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20050110 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Eingabewert | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Konvertierungsfehler | 20050110 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 700 |