Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
kiranchavan0912
Participant
0 Kudos

Symptom :

  • Chinese characters are missing from an Adobe Form when doing the Print Preview in Fiori. They do not appear at all in the PDF. Characters in other languages are still displayed in the PDF.
  • When previewing the same PDF in SAP GUI, the Print Preview looks correct and the Chinese characters are displayed.
  • When viewing the same PDF in Adobe Reader/Acrobat, it looks correct and the Chinese characters are displayed.

Resolution :

For the browser to be able to render the missing Chinese characters, the Chinese fonts used in the PDF should be embedded into the PDF file

This change has to be done on the ADS server which is connected to your ABAP system.

Please check the RFC name "ADS" which is type G RFC in SM59 transaction of ABAP system. In Target system settings under Host  you can find the hostname of your ADS server.

Now, you need to login to the OS level of your ADS server with <SID>ADM user and need to perform below mentioned steps.

  1. Go to directory: /usr/sap/<SID>/SYS/global/AdobeDocumentServices/lib
  2. Copy xfa.xci file to custom_xfa.xci

kiranchavan0912_0-1715161675507.png 

    3. Edit file custom_xfa.xci. Look for context block:
<pdf> <!    [0..n]    >
 <fontInfo>
  <embed>0</embed> <!   0 1   >
   <map>
kiranchavan0912_1-1715161838949.png

Under <fontInfo> tag edit <embed> tag. Change its value from '0' to '1'.

kiranchavan0912_2-1715161967882.png

   4. Save file custom_xfa.xci.

Reference:

https://me.sap.com/notes/0003355543

https://me.sap.com/notes/1565508

Hope this blog will help you to solve your issue too

Requesting all readers to drop your feedback or thoughts in comments, also post your questions, if you have any, I will try to answer to the best of my knowledge and research.

Do follow my profile to see more useful contents related to SAP BASIS and HANA topics in near future.

 

Labels in this area