CLAS CL_ICU_TRANSFORMATION
Source Link
Open in ADT
Home
Previous Object: CL_FDT_BRS_PROCESSOR
Next Object: CL_MESSAGE_HELPER
Public
Type icu_transformation_id TYPE cl_icu_transformation=>icu_transformation_id
Type s_icu_other_error TYPE cl_icu_transformation=>s_icu_other_error
Type s_icu_parse_error TYPE cl_icu_transformation=>s_icu_parse_error
Static Method create_instance_from_id
IMPORTING
 im_id TYPE cl_icu_transformation=>icu_transformation_id
EXPORTING
 ex_trans TYPE cl_icu_transformation
RAISING cx_icu_parse_error
RAISING cx_icu_other_error
Static Method create_instance_from_rule
IMPORTING
 im_rule TYPE STRING
EXPORTING
 ex_trans TYPE cl_icu_transformation
RAISING cx_icu_parse_error
RAISING cx_icu_other_error
Method transliterate
IMPORTING
 im_text TYPE csequence
 im_accept_broken_surrogates TYPE ABAP_BOOL Optional
EXPORTING
 ex_text TYPE STRING
RAISING cx_icu_other_error
Exists on:
Bug reports and ideas welcome
Made using abaplint.app