‎2005 May 30 3:47 PM
Hi,
I am downloading data of an internal table into a txt file using gui_download. The internal table contains data in Korean languare( Basically its a text).
After downloading, the data gets corrupted and we are getting ######### in place of korean text.
Please help.
Regards,
Divyanshu
‎2005 May 30 3:59 PM
Hello Anand,
Where are you downloading it to WORD or TXT or EXCEL?
Does your system have Korean fonts Insatalled. Are you able to see Korean text in Word or Notepad ? Not in SAP.
You should have those fonts to see the text, it doesnt mean it is corrupted.
Check for available fonts on system.
Rgds,
Manohar
‎2005 May 30 4:04 PM
Hello Divyanshu,
My guess is that you need to specify the codepage of the text by passing the CODEPAGE parameter. (Not sure which codepage represents Korean, but have a look in table TCP00A - I think it may be 8500).
Kind Regards,
Martin