SAP ABAP Class CL_XMS_XML_CONV_UTIL (Conversion to Unicode Character Number Format)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-WKB (Application Component) Runtime Workbench/Monitoring
⤷
SXMSMONI (Package) XI: Integration Engine Monitoring
⤷
⤷
Properties
| Class | CL_XMS_XML_CONV_UTIL | |
| Short Description | Conversion to Unicode Character Number Format | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSMONI | XI: Integration Engine Monitoring |
| Created | 20020828 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XMS_XML_CONV_UTIL has no forward declaration.
Interfaces
Class CL_XMS_XML_CONV_UTIL has no interface implemented.
Friends
Class CL_XMS_XML_CONV_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OBJ | A CCC Converter Object | 20020828 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OBJ | Conversion object to change from xstring to string | 20020828 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TOFFSET_VECTOR | Offset vector for converting a UTF16 character | 20020913 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CPNORMCP | Character Set of Input Data Stream | 20020828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20020828 | |
| 2 | Instance method | Public | Method | As for CONVERT_RAW_STREAM, but with Char. Input Data Stream | 20020828 | |
| 3 | Instance method | Public | Method | Replaces Every Character with its Unicode Character Number | 20020828 | |
| 4 | Static method | Public | Method | Ascertains the Current Codepage of the Application Server | 20020828 |
Events
Class CL_XMS_XML_CONV_UTIL has no event.
Types
Class CL_XMS_XML_CONV_UTIL has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SOURCE_CODEPAGE | Call by reference | Type reference (TYPE) | CPNORMCP | Zeichensatz des Eingabedatenstroms | 20020828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Anlegen der Instanz der Klasse cl_abap_conv_obj schlug fehl. | 20020828 |
Method CONVERT_CHAR_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_STREAM | Call by reference | Type reference (TYPE) | XSTRING | Ausgabedatenstrom | 20020828 | |||
| 2 | EX_STREAM_LEN | Call by reference | Type reference (TYPE) | I | Länge des Ausgabedatenstroms | 20020828 | |||
| 3 | IM_STREAM | Call by reference | Type reference (TYPE) | STRING | Eingabedatenstrom | 20020828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler beim Konvertieren. | 20020828 |
Method CONVERT_RAW_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_STREAM | Call by reference | Type reference (TYPE) | XSTRING | Ausgabedatenstrom | 20020828 | |||
| 2 | EX_STREAM_LEN | Call by reference | Type reference (TYPE) | I | Länge des Ausgabedatenstroms | 20020828 | |||
| 3 | IM_STREAM | Call by reference | Type reference (TYPE) | XSTRING | Eingabedatenstrom | 20020828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler beim Konvertieren. | 20020828 |
Method GET_APPSERVER_CODEPAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CODEPAGE | Call by reference | Type reference (TYPE) | CPNORMCP | Aktuelle Applikationsserver-Codepage | 20020828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler aufgetreten. | 20020828 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |