SAP ABAP Class CL_FXS_CONVERTER (Several conversion and computing routines)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
S_XSLFO_SUPPLEMENTARY (Package) Supplementary functionality developed for XSL Formatter
⤷
⤷
Properties
| Class | CL_FXS_CONVERTER | |
| Short Description | Several conversion and computing routines | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_XSLFO_SUPPLEMENTARY | Supplementary functionality developed for XSL Formatter |
| Created | 20081110 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FXS_CONVERTER has no forward declaration.
Interfaces
Class CL_FXS_CONVERTER has no interface implemented.
Friends
Class CL_FXS_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20081120 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | 20090212 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OUT_CE | 20090212 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20081124 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OUT_CE | Code Page and Endian Conversion (System Format -> External) | 20081124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get class name for given object | 20081112 | |
| 2 | Static method | Public | Method | Get runtime id of given object | 20081112 | |
| 3 | Static method | Public | Method | 20090212 | ||
| 4 | Static method | Public | Method | 20081124 | ||
| 5 | Static method | Public | Method | Convert w3mimetab to xstring | 20081110 | |
| 6 | Static method | Public | Method | Convert ASCII encoded XString to string | 20081120 | |
| 7 | Static method | Public | Method | Convert xstring to w3mimetab | 20081110 | |
| 8 | Static method | Public | Method | 20090212 | ||
| 9 | Static method | Public | Method | 20081124 |
Events
Class CL_FXS_CONVERTER has no event.
Types
Class CL_FXS_CONVERTER has no local type.
Method Signatures
Method OBJECT_TO_CLASSNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20081112 | ||||
| 2 | RV_CLASSNAME | Value transfer | Type reference (TYPE) | STRING | 20081112 |
Method OBJECT_TO_CLASSNAME on class CL_FXS_CONVERTER has no exception.
Method OBJECT_TO_RUNTIMEID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20081112 | ||||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20081112 |
Method OBJECT_TO_RUNTIMEID on class CL_FXS_CONVERTER has no exception.
Method STRING_TO_XSTRING_UTF32BE 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 | 20090212 | ||||
| 2 | RV_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20090212 |
Method STRING_TO_XSTRING_UTF32BE on class CL_FXS_CONVERTER has no exception.
Method STRING_TO_XSTRING_UTF8 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 | 20081124 | ||||
| 2 | RV_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20081124 |
Method STRING_TO_XSTRING_UTF8 on class CL_FXS_CONVERTER has no exception.
Method W3MIMETAB_TO_XSTRING 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 | 20081110 | ||||
| 2 | IV_W3MIMETAB | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | ITS: Table Type for MIME Source | 20081110 | |||
| 3 | RV_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20081110 |
Method W3MIMETAB_TO_XSTRING on class CL_FXS_CONVERTER has no exception.
Method XSTRING_ASCII_TO_STRING 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 | 20081120 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20081120 |
Method XSTRING_ASCII_TO_STRING on class CL_FXS_CONVERTER has no exception.
Method XSTRING_TO_W3MIMETAB 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 | 20081110 | ||||
| 2 | RV_W3MIMETAB | Value transfer | Type reference (TYPE) | W3MIMETABTYPE | ITS: Table Type for MIME Source | 20081110 |
Method XSTRING_TO_W3MIMETAB on class CL_FXS_CONVERTER has no exception.
Method XSTRING_UTF16BE_TO_STRING 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 | 20090212 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20090212 |
Method XSTRING_UTF16BE_TO_STRING on class CL_FXS_CONVERTER has no exception.
Method XSTRING_UTF8_TO_STRING 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 | 20081124 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20081124 |
Method XSTRING_UTF8_TO_STRING on class CL_FXS_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |