Get Example source ABAP code based on a different SAP table
VERSION 5 OUT • CL_ABAP_CODEPAGE ABAP_CLASS • IF_ABAP_CODEPAGE ABAP_INTERFACE
Obsolete Methods 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.
Latest notes: The methods CONVERT> of the interfaces IF_ABAP_CONV_OUT>> and IF_ABAP_CONV_IN>> are more robust than the methods of the class CL_ABAP_CODEPAGE> and replace them. ABAP_HINT_END
Example ABAP Coding
This example demonstrates a conversion of strings to their UTF-8 representation and vice versa. The interface methods CONVERT> replace the methods CONVERT_TO> and CONVERT_FROM> of the class CL_ABAP_CODEPAGE>. ABEXA 00859 ABAP_EXAMPLE_END