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 T 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 ICU_OBJ_ID Instance attribute Private Type reference (TYPE) T_ICU_OBJ_ID Kernel Object ID 20041117
2 TRANS_ID Instance attribute Private Type reference (TYPE) STRING 20041119
3 TRANS_RULE Instance attribute Private Type reference (TYPE) ICU_A_TRANSRULE 20041119
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20041117
2 CREATE_INSTANCE_FROM_ID Static method Public Method Creates a transformator for the specified ID 20041117
3 CREATE_INSTANCE_FROM_RULE Static method Public Method Creates a transformator for the specified rule 20041117
4 DESTRUCTOR Instance method Public Destructor Deletes a transformator (internal destructor) 20041129
5 PRIV_CREATE_INSTANCE_FROM_ID Instance method Private Method Creates a transformator for the specified ID 20041117
6 PRIV_CREATE_INSTANCE_FROM_RULE Instance method Private Method Creates a transformator for the specified rule 20041117
7 PRIV_TRANSLITERATE Instance method Private Method Execute Transliteration 20041117
8 TRANSLITERATE 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 Importing IM_ID Call by reference Type reference (TYPE) STRING Transformation ID 20041117
2 Importing 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 Exporting EX_TRANS Call by reference Object reference (TYPE REF TO) CL_ICU_TRANSFORMATION Transformationen 20041117
2 Importing IM_ID Call by reference Type reference (TYPE) ICU_A_TRANSID Transformation ID 20041117
# Exception Resumable Description Created on
1 CX_ICU_OTHER_ERROR Allgemeiner ICU Fehler 20041216
2 CX_ICU_PARSE_ERROR Parse Error 20041216

Method CREATE_INSTANCE_FROM_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TRANS Call by reference Object reference (TYPE REF TO) CL_ICU_TRANSFORMATION Transformationen 20041117
2 Importing IM_RULE Call by reference Type reference (TYPE) ICU_A_TRANSRULE Transformationsregel 20041117
# Exception Resumable Description Created on
1 CX_ICU_OTHER_ERROR Allgemeiner ICU Fehler 20041216
2 CX_ICU_PARSE_ERROR 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 Exporting EX_OTHER_ERROR Call by reference Type reference (TYPE) ICU_S_OTHER_ERROR Allgemeine ICU Fehlermeldung 20041123
2 Exporting 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 Exporting EX_OTHER_ERROR Call by reference Type reference (TYPE) ICU_S_OTHER_ERROR Allgemeine ICU Fehlermeldung 20041123
2 Exporting 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 Changing CH_TEXT Call by reference Type reference (TYPE) STRING Zu transformierender Text 20041117
2 Exporting 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 Exporting EX_TEXT Call by reference Type reference (TYPE) STRING Transformierter Text 20041117
2 Importing IM_TEXT Call by reference Type reference (TYPE) CSEQUENCE Zu transformierender Text 20041117
# Exception Resumable Description Created on
1 CX_ICU_OTHER_ERROR 20041216
History
Last changed by/on SAP  20050214 
SAP Release Created in 700