SAP ABAP Class CL_ICU_TRANSFORMATION (Transformations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18-UNI (Application Component) I18N Unicode
⤷
SI18N_ICU (Package) Wrapping of ICU Functions
⤷
⤷
Properties
| Class | CL_ICU_TRANSFORMATION | |
| Short Description | Transformations | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SI18N_ICU | Wrapping of ICU Functions |
| Created | 20041117 | SAP |
| Last change | 20050214 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ICU_TRANSFORMATION has no interface implemented.
Friends
Class CL_ICU_TRANSFORMATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_ICU_OBJ_ID | Kernel Object ID | 20041117 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20041119 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ICU_A_TRANSRULE | 20041119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20041117 | |
| 2 | Static method | Public | Method | Creates a transformator for the specified ID | 20041117 | |
| 3 | Static method | Public | Method | Creates a transformator for the specified rule | 20041117 | |
| 4 | Instance method | Public | Destructor | Deletes a transformator (internal destructor) | 20041129 | |
| 5 | Instance method | Private | Method | Creates a transformator for the specified ID | 20041117 | |
| 6 | Instance method | Private | Method | Creates a transformator for the specified rule | 20041117 | |
| 7 | Instance method | Private | Method | Execute Transliteration | 20041117 | |
| 8 | Instance method | Public | Method | Execute Transliteration | 20041117 |
Events
Class CL_ICU_TRANSFORMATION has no event.
Types
Class CL_ICU_TRANSFORMATION 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_ID | Call by reference | Type reference (TYPE) | STRING | Transformation ID | 20041117 | |||
| 2 | IM_RULE | Call by reference | Type reference (TYPE) | ICU_A_TRANSRULE | Transformationsregel | 20041117 |
Method CONSTRUCTOR on class CL_ICU_TRANSFORMATION has no exception.
Method CREATE_INSTANCE_FROM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TRANS | Call by reference | Object reference (TYPE REF TO) | CL_ICU_TRANSFORMATION | Transformationen | 20041117 | |||
| 2 | IM_ID | Call by reference | Type reference (TYPE) | ICU_A_TRANSID | Transformation ID | 20041117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner ICU Fehler | 20041216 | ||
| 2 | Parse Error | 20041216 |
Method CREATE_INSTANCE_FROM_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TRANS | Call by reference | Object reference (TYPE REF TO) | CL_ICU_TRANSFORMATION | Transformationen | 20041117 | |||
| 2 | IM_RULE | Call by reference | Type reference (TYPE) | ICU_A_TRANSRULE | Transformationsregel | 20041117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeiner ICU Fehler | 20041216 | ||
| 2 | 20041216 |
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_ICU_TRANSFORMATION has no parameter.
Method DESTRUCTOR on class CL_ICU_TRANSFORMATION has no exception.
Method PRIV_CREATE_INSTANCE_FROM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_OTHER_ERROR | Call by reference | Type reference (TYPE) | ICU_S_OTHER_ERROR | Allgemeine ICU Fehlermeldung | 20041123 | |||
| 2 | EX_PARSE_ERROR | Call by reference | Type reference (TYPE) | ICU_S_PARSE_ERROR | Fehler beim Parsen eines Strings | 20041123 |
Method PRIV_CREATE_INSTANCE_FROM_ID on class CL_ICU_TRANSFORMATION has no exception.
Method PRIV_CREATE_INSTANCE_FROM_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_OTHER_ERROR | Call by reference | Type reference (TYPE) | ICU_S_OTHER_ERROR | Allgemeine ICU Fehlermeldung | 20041123 | |||
| 2 | EX_PARSE_ERROR | Call by reference | Type reference (TYPE) | ICU_S_PARSE_ERROR | Fehler beim Parsen eines Strings | 20041123 |
Method PRIV_CREATE_INSTANCE_FROM_RULE on class CL_ICU_TRANSFORMATION has no exception.
Method PRIV_TRANSLITERATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_TEXT | Call by reference | Type reference (TYPE) | STRING | Zu transformierender Text | 20041117 | |||
| 2 | EX_OTHER_ERROR | Call by reference | Type reference (TYPE) | ICU_S_OTHER_ERROR | Allgemeine ICU Fehlermeldung | 20041123 |
Method PRIV_TRANSLITERATE on class CL_ICU_TRANSFORMATION has no exception.
Method TRANSLITERATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TEXT | Call by reference | Type reference (TYPE) | STRING | Transformierter Text | 20041117 | |||
| 2 | IM_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Zu transformierender Text | 20041117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041216 |
History
| Last changed by/on | SAP | 20050214 |
| SAP Release Created in | 700 |