CLAS CL_ICU_TRANSFORMATION

Source Link
Open in ADT

Home
Previous Object: CL_IAM_BUSINESS_USER_FACTORY
Next Object: CL_IXML_CORE

Status: RELEASED

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:
754true
750true
702true

Bug reports and ideas welcome
Made using abaplint.app