cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert Chineese script O/P into PDF?

Former Member
0 Kudos

Hi,

I have a requirement like "Irrespective of login language i need to send both english as well as chineese PDF's to multiple recepients.I m using CONVERT_OTF FM to do so.So when i login into EN and run the script english PDF comes fine but in chineese PDF i m getting chineese Descriptions as junk values.

I am providing a piece of code.

CALL FUNCTION 'CLOSE_FORM'

TABLES

otfdata = tb_otf

EXCEPTIONS

OTHERS = 1.

I am not using spool concept instead i m taking the script output into tb_otf while closing the script o/p.

Then i am calling FM CONVERT_OTF to convert that tb_otf into PDF format.

So how can i avoid those chineese characters coming as junk values.

will CONVERT_OTF work for other languages because inside the FM there is a statement "cur_system_lang = SY-LANGU." In my case sy-lang will be either EN or Chineese.

Kindly provide some solution.

Thanks in advance,

Rithwika

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I got the solution to my question