cancel
Showing results for 
Search instead for 
Did you mean: 

How to install Chinese fonts on my application server

Former Member
0 Kudos

Hi Experts,

We are facing an issue in which the Adobe services PDF couldn't able to recognize chinese characters

So, we want to install chinese fonts CNSONG,CNHEI etc on our application server (which is ABAP only system)

Can any one share me the steps to perform for the same.

Thanks in Advance !

Regards

Sandy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sandy,

Read this sap note first: 195442 - Language import and Support Packages

Refer to below forum & VIdeo on how to install chinese language in SAP system.

www.youtube.com/watch?v=UDw_-ObL0z0

Procedure

Language Installation steps (make sure all Support Packages up to date)

1. /nSMLT

Select from menu LANGUAGE -> CLASSIFY

Language = China

Supplementation Language = English (please note this only allow to set ONCE ONLY!!)

click SAVE disk icon

highlight THAI then select LANGUAGE -> IMPORT PACKAGE

Language = China

Path = (the CD above, must be UNIX path if backend is UNIX server!)

2. /nRZ10

Profile = select INSTANCE PROFILE

Click EXTENDED MAINTENANCE

-> then click CHANGE

-> click PARAMETER button at top bar

set install/codepage/appl_server = 8600 (note: 86=Thai, 00=English)

3. /nSE38

execute Program = RSCPINST -> click execute icon

under Enter Languages -> remove German(DE) & add China (CH) {please note ONLY allow TWO languages max)

click SIMULATE button at top bar (this will tell you if any errors, example Code Page not match)

If simulate OK then click ACTIVATE button on top bar.

FINISH u2013 your language is installed & activated!!!!!!!

Former Member
0 Kudos

Hi Arjun,

Chinese language is already installed in my sap.

The problem in my case is as follows:

When I run a report and take a print on a printer at chinese location .... The chinese characters are getting printed.

But when I view the output of the PDF (Adobe) the chinese characters are reflecting as blank characters.

My ABAP consultants says that the out application server doesn't have chinese fonts.

As such the following requirements needs to be met:

1. The form must have Chinese language key 'ZH' or the Chinese texts must be included as standard texts with the language key 'ZH'.

2. The correct Chinese fonts(e.g. CNHEI or CNSONG) must be used for the Chinese texts in the form.

3. The form must be processed with a device type that supports the simplified Chinese language.(eg:device type CNSAPWIN or CNPDF).

1& 3 are fine .... but how can I check on 2nd ... How to install those two fonts if required.

Regards

Sandy

JPReyes
Active Contributor
0 Kudos

Does your server have the right chinese locales installed?

Regards

Juan

Former Member
0 Kudos

Hi Ju,

Could you please elaborate ..what chinese locales

Where can I check them ?

As such , I checked the languages in SMLT .. chinese is already installed .

What else II need to check

Regards

Sandy