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

Function Module GUI_DOWNLOAD Problem in Japanese language.

Former Member
0 Likes
587

HI All,

I am Using GUI_Download funtion module for downloading data from internal table to flat file.

But one of the field having the value 'OLOA®5624'.

In User login to Japanese Langualge:-

-

-


After downloading data the value 'OLOA#5624' is apper insted of 'OLOA®5624'. (i.e the '®' - the symbol is replaced by # in the download ).

If any one know please let me as early as possible.

HI All,

I am Using GUI_Download funtion module for downloading data from internal table to flat file.

But one of the field having the value 'OLOA®5624'.

In User login to Japanese Langualge:-

-

-


After downloading data the value 'OLOA#5624' is apper insted of 'OLOA®5624'. (i.e the '®' - the symbol is replaced by # in the download ).

If any one know please let me as early as possible.

2 REPLIES 2
Read only

andrea_galluccio2
Contributor
0 Likes
442

Hi,

probably depends on unicode settings of your system.

Usually the "#" character is replaced automatically by SAP when it cannot understand the code of a symbol.

U could try use "open dataset" instead of GUI_DOWNLOAD and check if u have the same problem.

Hope it helps

Bye

Andrea

Pls reward if it helps

Read only

venkata_ramisetti
Active Contributor
0 Likes
442

Hi,

Once you download the data, you have to convert the data.

Please check the below link for more help.

http://help.sap.com/saphelp_nw2004s/helpdata/en/79/c554afb3dc11d5993800508b6b8b11/frameset.htm

Thanks,

Ramakrishna