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

Problem with address...endaddress in sapscript

Former Member
0 Likes
854

Hi guys,

i have a problem with address--endaddress in sapscript for country,,,

i have this code below:

address

country &v_land&

endaddress

v_land = KR, it displays South Korea

I need "South Korea" to be in Korean characters, is it possible for address... endaddress?

thanks!

always,

Mark

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
745

change your output type language in the transaction and test it

goto ur transaction ->header->header output

change language to koriya and save.

goto your script and write if nast-spras = 'EN'.

COUNTY = 'KORIA'

ELSE IF NAST-SPRAS = 'KO'.

COUNTRY = '@#'

try with this

5 REPLIES 5
Read only

Former Member
0 Likes
745

hi,

try to use translations in se63.

Read only

Former Member
0 Likes
745

hi....

probaly you will have to change the logon language na dcheck.....i dont think you can change thi in address and endaddress.

Read only

Former Member
Read only

Former Member
0 Likes
746

change your output type language in the transaction and test it

goto ur transaction ->header->header output

change language to koriya and save.

goto your script and write if nast-spras = 'EN'.

COUNTY = 'KORIA'

ELSE IF NAST-SPRAS = 'KO'.

COUNTRY = '@#'

try with this

Read only

Former Member
0 Likes
745

Hi

To translate the text in SAP Script :

You can goto transaction SE63 and translate the scripts into different languages.

In SE63, click Translation -> Long Texts -> Sapscripts -> Forms

Those language you can convert to have already been pre-installed in the system.

SE63 is the best way to translate since it offers check options.

Or

Also try to change logon language to korea.

Hope this will solve your problem.

Rewards Points if useful.

Thanks & Regards

Nikunj Shah