‎2007 Jul 27 9:17 AM
Dears,
we could input codepage in Function GUI_DOWNLOAD, and the conversion is done .
Now i want to do the conversion in my program, is there any funnctions to be called or other ways /
Ths.
‎2007 Jul 27 9:20 AM
Hi,
Use the class <b>cl_abap_conv_obj</b>
and method <b>convert</b> for codepage conversion.
Use this FM's to get code page for any given language
<b>SCP_CODEPAGE_FOR_LANGUAGE.
SCP_GET_CODEPAGE_NUMBER.</b>
Regards,
Sesh