cancel
Showing results for 
Search instead for 
Did you mean: 

Problem displaying Chinese Characters in SAP script form WESCHEINVERS1

Former Member
0 Kudos

Hi experts,

I have an issue when printing they form WESCHEINVERS1 in ZH (Chinese) Logon Language. This is printined out using the output type WE01 (Application Type ME). Problem is that the hardcoded text in the sap script displays incorrectly (i.e. display is "#####" )

WE01 details in tcode V/83

Program SAPM07DR

Form Routine ENTRY_WE01

Form WESCHEINVERS1

From what I understand there are two ways to resolve this

1. Edit the print program to add the code page conversion syntax

2. Change the hardcoded text to text symbols.

In theory this should work problem is that the output type, print program, and sap script are all SAP standard.

I was wondering if any of you would know how to resolve this or if there is an OSS note for this?

I hope to hear from all of you soon.

Regards.

Edited by: Chad Cheng on Mar 3, 2009 1:33 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Follow the steps as listed below:

1. Is the Font available on Printer

Goto SP01 transaction -> Enter the Spool Number -> Execute

2. Does device type/Spool Server support the font

Goto Transaction SPAD and click Output Devices

3. SAP level Multibyte setting in place

Click ALT + F12

Select Options -> I18N

Tick Activate Multibyte functionality

4. Is appropriate font for the language used

For Simplified Chinese (ZH) language use font CNHEI, CNKAI, CNSONG

SAP Notes related to Fonts

a.0000776507 SAPscript/SmartForms: Which fonts for which languages?

b.0000323736 Restrictions with "PDF print" through spooler

c.0000317851 Creating PDF format using the SAP spooler in 4.6C/4.6B/4.5B

d.0000012462 How can I define a new printer font?

e.Note 62178 Device types for the Japanese version of the R/3 System

Former Member
0 Kudos