Hi
I have a requirement to print address in chinese(ZH language).
currently we need to write down the Chinese address manually on envelop if mailing address is in China.
we would like to have the logic for the output. if there is Chinese name/address maintained in customer master, then use Chinese name/address. otherwise, use original English name/address to print on statement.
in sap script they are passing address number to get this address
/: ADDRESS PARAGRAPH AF PRIORITY P LINES 10 /: ADDRESSNUMBER &DKADR-ADRNR& /: FROMCOUNTRY &T001-LAND1& /: ENDADDRESS
Anyone help me out
Regards
Kumar