‎2007 Jan 24 3:34 AM
Hi, Any body know a function module to convert data from utf-8 format / any code page to ascci ??
Thanks a lot for any reply,
‎2007 Jan 24 4:07 AM
Hi,
Check the class CL_ABAP_CONV_OBJ.
You can get the code page number for any language using the FM SCP_CODEPAGE_FOR_LANGUAGE.
Then you need to pass the incode and outcode while creating the object of the class.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2007 Jan 24 4:07 AM
Hi,
Check the class CL_ABAP_CONV_OBJ.
You can get the code page number for any language using the FM SCP_CODEPAGE_FOR_LANGUAGE.
Then you need to pass the incode and outcode while creating the object of the class.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2007 Jan 24 4:12 AM
Hi,
Also check FM TREX_UTF8_TO_TEXT_LANG. And check other FM's that belong this Function modules function group.
Regards,
Sesh