‎2006 Aug 14 2:11 PM
Hello Gurus,
I have a wired situation here . The soldto party "CITY" in "CHINESE CHAR" is getting wrongly printed in the sales order whereas it is printing properly in Delivery note.
sales order output is generated via sapscript and delivery uses smartforms I've gone through the logic and it is the same.
What I can find out is Address_into_printform fm
"TRANSLATE ADRTAB-LINE TO UPPER CASE" is causing the problem for sales order but works fine to delivery note.
Has anybody come accross sucn problem .
Points guaranteed.
Regards,
Aryan
‎2006 Aug 14 2:15 PM
hi,
comment this line and excecute.. if result is coming or not..
‎2006 Aug 14 2:50 PM
I cannot comment this line its a standard sap fM but the same thing is working fine for Delivery note howz that possible ?
‎2006 Aug 14 3:05 PM
If the city is always in Chinese characters , use the different font in SAP Script to print the same . Use the CNSONG to print the CITY in sap script.
‎2006 Aug 14 2:38 PM
in debug check the value before triggering this TRANSLATE statement.
check this & revert.
alternatively you can use EDITOR_LINE_TRANSLATE_CASE function module to translate the text to UPPER CASE.
Regards
srikanth.
‎2006 Aug 14 3:19 PM
Hi,
Did you try increasing the size of the window? Upper case letters occupy more space comparatively, due to which all the characters get shifted and hence causing misalignment
Regards,
Vidya