cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese texts and Excel Download

Former Member
0 Kudos

Hello All,

We have an application in which we allow the users to download the displayed data in excel.

We are using the JXL methodology for downloading the data to Excel.

The name of the excel file is being fetched from R/3 and we just append .xls to the string that we are getting from R/3.

The excel download and the file names works fine if the data coming from r/3 is english.

If the data is in Japanese , then we have an issue:

The users see the name correctly on the screen, but when he clicks the link to open a po up box appears asking him if wishes to save or open the file.

If he clicks on save button then the name changes from standard file name to some random file name and the file is not saving in .xls format.

But if the user tries to open the same file with Microsoft excel then it is opening fine and the data as well is displayed fine.

Can some body please explain why the name changes and if we would like to retain the name then what steps are

necessary?

Thanks and Regards

Pradeep Bhojak

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pradeep,

Can u check the following settings... suppose, the filename might be mapped to some context of the UI... now check whether the "Trnaslate" property is YES or NO...

To check the above settings...

1. Go to the "Webdynpro Navigator" of the Webdynpro Perspective,

2. Select your project and expand it... under src/packages/<ur Package Name>/<ViewName>.wdview.xlf - u can find this file, where it displays each text is being translated or not.... we use this concept for internationalization purpose...

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/a94d401be96913e10000000a1550b0/content.htm">Translation of Text</a>

Hope it helps...

Regards / Guru

Former Member
0 Kudos

Hello Guru,

No my file name is not mapped to context of the UI.

Thanks n Regards

Pradeep Bhojak