sapdev logo background
sapdev logo sapdev logo
Comments

SAP CL ABAP CODEPAGE documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Class for Handling Code Pages
The class CL_ABAP_CODEPAGE contains methods for converting the representation of cha5racter strings between different code pages.

Example
Converts the content of a string into its UTF-8 representation.
DATA: str TYPE string,
xstr TYPE xstring.

xstr = cl_abap_codepage=>convert_to(
source = str
codepage = `UTF-8` ).
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




CL_ABAP_CHAR_UTILITIES
CL_ABAP_CONV




comments powered by Disqus