cancel
Showing results for 
Search instead for 
Did you mean: 

Font suitable for Chinese language in SAP adobe forms

Former Member
0 Kudos

Hi,

     I have got one problem in sap adobe forms in chinese language. Total form is displaying chinese characters correctly, but some letters are in bold and some are not in bold in same sentence .I have tried with 'Arial','Courier Std' like that ....But no use.Please let me know any font which can print whole sentence uniformly either bold or without bold.I am expecting some solution.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello,

The problem is the different code-page for chinese-forms.

You have two solutions.

First you change the xfa.xci data on java-server(ADS). This change the mapping for all forms and the specified codepage.

In second case, you define a font-mapping for each form and language.

This solution:

In ABAP go to SM31

Change the table FPFONTREPL

Here you define a mapping for font-styles for each form and each language.

In our case we define:

Formname = MEDRUCK_PO

Language = ZH(Chinese)

Source Font = Arial_*_*

Target Font= SimSun_*_*

Now our forms get out of printer in correct way whitout different bold characters.

This solution is based on sap note 1489570

If you have any questions, ask me.

The solution is now active and we don't have problems yet.

Former Member
0 Kudos

Thanks. This resolved our issue as well