Ansicht
Dokumentation

ABENCL_ABAP_CODEPAGE - CL ABAP CODEPAGE

ABENCL_ABAP_CODEPAGE - CL ABAP CODEPAGE

General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Class for Handling Code Pages

The class CL_ABAP_CODEPAGE contains methods for converting the representation of character strings between different code pages. The interface IF_ABAP_CODEPAGE enables objects in the class to be accessed.

Example

Converts the content of a string into its UTF-8 representation.

DATA(str) = `...`.

DATA(xstr) = cl_abap_codepage=>convert_to(
               source      = str
               codepage    = `UTF-8` ).






Fill RESBD Structure from EBP Component Structure   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 991 Date: 20240420 Time: 180618     sap01-206 ( 15 ms )