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

Turkish Character problem when exporting to Presentation server ( Notepad )

Former Member
0 Likes
1,462

Hi Experts,

I am having problem while trying to export the Data to Notepad.

We have a report where we can get the data and also some descriptions in Turkish Character. I can view this in output. But when i am downloading the data in to Presentation server with (.txt), instead of Turkish Characters, junk character are viewed. To down load, we are using Function Module  GUI_DOWNLOAD.

Will you please help to solve this issue.

Thanks & Regards,

Srinvas

Hi Experts,

I am having problem while trying to export the Data to Notepad.

We have a report where we can get the data and also some descriptions in Turkish Character. I can view this in output. But when i am downloading the data in to Presentation server with (.txt), instead of Turkish Characters, junk character are viewed. To down load, we are using Function Module  GUI_DOWNLOAD.

Will you please help to solve this issue.

Thanks & Regards,

Srinvas

2 REPLIES 2
Read only

JonathanM
Contributor
0 Likes
1,029

Hi,

First of all, you should work with the class CL_GUI_FRONTEND_SERVICES (method GUI_DOWNLOAD) .

The issue is related to the code page.

In the method GUI_DOWLOAD, you can force the codepage with the importing parameter CODEPAGE.

You can try with the codepage '4100' for example and work with UTF-8 format.

The list of codepages is available through transaction "SCP".

Best regards,

Jonathan

Read only

Former Member
0 Likes
1,029

Hi ,

Did you try the option of using code page in fm GUI_DOWNLOAD.

Br,

Vijay