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

SAPScript : Standard Text and Value from Database Table

Former Member
0 Likes
846

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

5 REPLIES 5
Read only

Former Member
0 Likes
715

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

Read only

0 Likes
715

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

Read only

Former Member
0 Likes
715

Also check out if you are passing the Language key to your select statement to fetch the right value from the database table..

Read only

Former Member
0 Likes
715

Hii

what if you logon in english language ..

Regards

Naresh

Read only

0 Likes
715

i logged into english only and it should work in this way as per requirement.

kishor