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: 

Use 'gui_download' download excel Korean shows' # '

Former Member
0 Kudos

hello everybody:

     I download using "gui_download" function of excel documents, document in Korean shows' # '.

     Method calls as follows:

The pagecode value is "8400",Korean shows normal in the out_target table.

Who can give me some advice? Thank you very much!

1 ACCEPTED SOLUTION

kirankerudi
Active Participant
0 Kudos

Hi Jason,

The GUI download has the code page parameter. Pass '4103' to code page. Also, pass WRITE_BOM as 'X'.

I hope this will solve the '##' issue.

One suggestion here. Why not use cl_bcs class for 'Excel Download' ?

Regards,

Kiran

2 REPLIES 2

kirankerudi
Active Participant
0 Kudos

Hi Jason,

The GUI download has the code page parameter. Pass '4103' to code page. Also, pass WRITE_BOM as 'X'.

I hope this will solve the '##' issue.

One suggestion here. Why not use cl_bcs class for 'Excel Download' ?

Regards,

Kiran

0 Kudos

Hi Kiran,

Problems have been solved, thank you for your help!

Regards,

Jason