Application Development 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: 

Download chinese text from internal table to PC text file

Former Member
0 Kudos

Hi Experts,

Iam downloading internal table (which is having records in chinese text) on to PC file. But the iam not getting correct text in the pc file. Iam getting some garbage values text.

Iam using GUI_download FM to donwload the text.

Iam using internal table

Begin of itab occurs 0,

text type string,

end of itab.

and passing paramters.

Filename

codepage

table.

Can you please tell me how can I achive this and what are the parameter need to pass for this.

Thank In Advance.

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can use follwoing funtion modules instead of GUI_DOWNLOAD. It will be more easier.

SAP_CONVERT_TO_CSV_FORMAT

SAP_CONVERT_TO_TEX_FORMAT

SAP_CONVERT_TO_TXT_FORMAT

SAP_CONVERT_TO_XLS_FORMAT

SAP_CONVERT_TO_XML_FORMAT.

I hope this will help you out.

Help children of U.N World Food Program by rewarding points and encourage others to answer your queries.

Former Member
0 Kudos

Check whether ur PC supports chinese text or not.

From START->CONTROL PANEL->REGIONAL AND LANGUAGE OPTION->LANGUAGE TAB

Check whether 'Install files for East Asian Languages' check box is set or not. If not set it.

In Advanced tab under 'Code page conversion tables' set the proper code page. Then check ur file again.

Regards,

Joy.