2013 Mar 25 2:42 PM
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
2013 Mar 25 4:48 PM
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
2013 Mar 25 5:05 PM
Hi ,
Did you try the option of using code page in fm GUI_DOWNLOAD.
Br,
Vijay
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |