cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese text

Former Member
0 Kudos

Hello All,

I am having an application that is displaying data from R/3.

The applications is displaying a report based on the selection criteria entered.

Everything is working fine if the user's browser language and logon language for r/3 is English. But when the user's logon language and the r/3 logon language is Ja(Japanese) then the application is not working.

Basically I have two tables in the output, one with a text called as "TDLine" whose length is 256 and second table is a table that has fields like start position, length and the name of the field.

The way we are displaying the result is that we are taking the substring of the tdline for every field (from its start position to its length).

This logic is working fine in English but when the tdline contains any of characters in japanese then the application does not work.

From a developer stand point how can we set the locale at run time.

Do we need to take special precaution/steps for displaying the text in japanese.

Thanks and Regards

Pradeep Bhojak

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We modified the data that was returning from back end by insering a special character to denote the end of field and modified the front end code accordingly.