SAP ABAP Class CL_XMS_PART_UTIL (CL_XMS_PART_FACTORY)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSMSG (Package) XI: Message Handling
⤷
⤷
Properties
| Class | CL_XMS_PART_UTIL | |
| Short Description | CL_XMS_PART_FACTORY | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSMSG | XI: Message Handling |
| Created | 20011217 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XMS_PART_UTIL has no forward declaration.
Interfaces
Class CL_XMS_PART_UTIL has no interface implemented.
Friends
Class CL_XMS_PART_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | SXMS_CV1_T | Converter Cache | 20011217 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | SXMS_CV2_T | Converter Cache | 20011217 | |||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | 'B' | Binary | 20011217 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR1 | 'M' | Multipart | 20011217 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Text | 20011217 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_XMS_PART_UTIL | CL_XMS_PART_FACTORY | 20011218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Converts a String to an XString (UTF-8) | 20011217 | |
| 2 | Instance method | Public | Method | Converts an XString(UTF-8) to a String | 20011217 | |
| 3 | Instance method | Public | Method | Returns Object with Interface IF_XMS_MULTIPART | 20011218 | |
| 4 | Instance method | Public | Method | Returns Object with Interface IF_XMS_PART | 20011218 | |
| 5 | Static method | Public | Method | Returns an Instance of this Class | 20011218 |
Events
Class CL_XMS_PART_UTIL has no event.
Types
Class CL_XMS_PART_UTIL has no local type.
Method Signatures
Method CONVERT_STRING_TO_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHARSET | Value transfer | Type reference (TYPE) | STRING | 'UTF-8' | CHARSET | 20011219 | ||
| 2 | IN | Call by reference | Type reference (TYPE) | STRING | 20011217 | ||||
| 3 | OUT | Value transfer | Type reference (TYPE) | XSTRING | 20011217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der XMS Messaging APIs | 20011219 |
Method CONVERT_XSTRING_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHARSET | Value transfer | Type reference (TYPE) | STRING | 'UTF-8' | CHARSET | 20011219 | ||
| 2 | IN | Call by reference | Type reference (TYPE) | XSTRING | 20011217 | ||||
| 3 | OUT | Value transfer | Type reference (TYPE) | STRING | 20011217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der XMS Messaging APIs | 20011219 |
Method CREATEMULTIPART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BOUNDARY | Value transfer | Type reference (TYPE) | STRING | 20011218 | ||||
| 2 | RETURN | Value transfer | Object reference (TYPE REF TO) | IF_XMS_MULTIPART | 20011218 |
Method CREATEMULTIPART on class CL_XMS_PART_UTIL has no exception.
Method CREATEPART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Object reference (TYPE REF TO) | IF_XMS_PART | IF_XMS_PART | 20011218 |
Method CREATEPART on class CL_XMS_PART_UTIL has no exception.
Method GETINSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Object reference (TYPE REF TO) | CL_XMS_PART_UTIL | CL_XMS_PART_FACTORY | 20011218 |
Method GETINSTANCE on class CL_XMS_PART_UTIL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |