Question:
hi all,
It's very strange that there's no parameter which can specify language when submit a report to printer, then how can I print Chinese when logon in English? I can display Chinese correctly in screen and spool by set the SY-LANGU = '1', but it doesn't work with printer. Furthermore, the customer have lots of Chinese users but they won't install the Chinese language package.
Answer:
hi all,
It's very strange that there's no parameter which can specify language when submit a report to printer, then how can I print Chinese when logon in English? I can display Chinese correctly in screen and spool by set the SY-LANGU = '1', but it doesn't work with printer. Furthermore, the customer have lots of Chinese users but they won't install the Chinese language package.
add the code:
set locale language '1'.
it is really works!
Answer:
Hi, I having same problem but mine is in KOREAN. Would appreciate if you can give more details on the command you have proposed such as how to add it in the ABAP report.
Thank you so much.
Answer:
Before ur output statement :
for Chinese:
set locale language '1'.
maybe set locale langage 'ZH'
or set locale langage 'EN' 'means English
or set locale langage 'ZH' 'means Chinese
i dont know what for korean?
u can try and read F1 for 'set local language' statements