‎2006 May 24 1:08 PM
Hi friends,
In SAPScript i have created standard text and i want to display some value against it from database table .These standard text and value in the database table are maintained in CHINESE .
Now the problem in - Value from the database table are junked ( small boxes ) and standard text's are displaying properly in CHINESE only.
Please Help
Kishor
‎2006 May 24 1:12 PM
hii
use /: SET COUNTRY <COUNTRY KEY>
or
Use the transaction SE76 . OR
the other way of doing is (if u have translations ready for the English text in Chinese) go to SE71 open the script in english and convert the chinese text into English manually .
Regards
Naresh
‎2006 May 24 1:31 PM
Hi Naresh,
I tried -> /: SET COUNTRY ZH
on the top of my sapscript form.
But its not working.
In internal table(while debugging) it is
available in CHINESE only.
Regards
Kishor
‎2006 May 24 1:17 PM
Also check out if you are passing the Language key to your select statement to fetch the right value from the database table..
‎2006 May 24 1:35 PM
‎2006 May 24 1:37 PM
i logged into english only and it should work in this way as per requirement.
kishor