Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

codepage conversion

Former Member
0 Likes
301

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.

1 REPLY 1
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
274

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