‎2008 Jul 08 5:13 AM
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
‎2008 Jul 08 6:59 AM
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
‎2008 Jul 08 5:18 AM
‎2008 Jul 08 5:18 AM
hi....
probaly you will have to change the logon language na dcheck.....i dont think you can change thi in address and endaddress.
‎2008 Jul 08 5:19 AM
hi
check these link
http://help.sap.com/saphelp_40b/helpdata/en/d2/cb3de9455611d189710000e8322d00/content.htm
thnaks
sitaram
‎2008 Jul 08 6:59 AM
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
‎2008 Jul 08 7:23 AM
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