Problem printing simplified Chinese on PM4i printer using multi-byte data

I am new to printing data in Simplified Chinese and have tried for a period of time to get it to work but it is not working. I would appreciate any help.
This is what I have:
1. Chinese data stored as multi-byte data in oracle 10g db. It is in one of the attribute fields on the mtl_system_items table. The data field it is stored in is defined as varchar2(240). I have to extract that data and print it out as simplified Chinese characters on 3x4 label stock on PM4i printer which is setup to use IPL as the default language.
2. Purchased the simplified Chinese font kit ( compact flash card ) and plugged it into the compact flash port on back of the printer. The simplified Chinese font is assigned.
3. Created simple program to build the label file to send to the printer to print the Chinese glyphs. I expected 3 to print but it only prints 1 Chinese glyph and that is not the correct.
a. Data shown in Chinese
传感器
b. Data in hex format => E4BCA0E6849FE599A8
c. Data in utf8 => ä¼ æ„Ÿå™¨
d. Simple oracle pl/sql program code to extract data from oracle and create the format file for printing
CREATE OR REPLACE PROCEDURE china_test_label1 is
hold_length number;
v_hold_armpart varchar2(240):= null;
v_hold_line varchar2(500);
v_file_name varchar2(100) := 'chlabel1.txt';
v_file_line1 varchar2(100) := '<STX><ESC>C<ETX>';
v_file_line2 varchar2(100) := '<STX><ESC>P<ETX>';
v_file_line3 varchar2(100) := '<STX>E4;F4;<ETX>';
v_file_line4 varchar2(100) := '<STX>H00;o0200,0200;c60;k32;d0,30;<ETX>';
v_file_line5 varchar2(100) := '<STX>L1;o102,102;f0;l575;w5;<ETX>';
v_file_line6 varchar2(100) := '<STX>R<ETX>';
v_file_line7 varchar2(100) := '<STX><ESC>E4<CAN><ETX>';
v_file_line8 varchar2(100) := '<STX><ETB><ETX>';
v_file_line varchar2(500);
v_file_handle UTL_FILE.file_type;
v_submit_status number;
v_out_path_name varchar2(50);
v_export_path_name varchar2(50);
-- Program Starts Here
BEGIN
fnd_file.put_line(fnd_file.log, '------- Starting Label job -------');
SELECT description
INTO v_out_path_name
FROM fnd_lookup_values
WHERE lookup_type = 'ARM_DATA_FILE_OUT_PATH'
AND lookup_code = '$FLMARM_TOP';
v_file_handle := utl_file.fopen(v_out_path_name, v_file_name, 'W');
v_file_line := v_file_line1;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line2;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line3;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line4;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line5;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line6;
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line7;
utl_file.put_line(v_file_handle, v_file_line);
BEGIN
select attribute13
INTO v_hold_armpart
FROM apps.mtl_system_items
WHERE segment1 = '20928536'
AND organization_id = 282;
EXCEPTION
WHEN others THEN
v_hold_armpart := 'nothing';
END;
v_file_line := '<STX>'||v_hold_armpart||'<CR><ETX>';
utl_file.put_line(v_file_handle, v_file_line);
v_file_line := v_file_line8;
utl_file.put_line(v_file_handle, v_file_line);
utl_file.fclose(v_file_handle);
fnd_file.put_line(fnd_file.log, '-------------------------------------------');
fnd_file.put_line(fnd_file.log, '-- end of job ');
fnd_file.put_line(fnd_file.log, '-------------------------------------------');
END china_test_label1;
show errors;
e. i do lpr -P printer filename to print the file. here is the file contents :
<STX><ESC>C<ETX>
<STX><ESC>P<ETX>
<STX>E4;F4;<ETX>
<STX>H00;o0200,0200;c60;k32;d0,30;<ETX>
<STX>L1;o102,102;f0;l575;w5;<ETX>
<STX>R<ETX>
<STX><ESC>E4<CAN><ETX>
<STX>ä¼ æ„Ÿå™¨<CR><ETX>
<STX><ETB><ETX>
i think the issue here may be with formating the mulit-byte data into format it can be printed using the c60 font. Any
coding examples would be greatly appreciated

Hi,
Welcome you post on the forum.
However, this is not the right forum for you. It is only for SAP Business One user. Please search entire forums first to find which one is more proper.
However, this issue may not be related to SAP at all. Search on the web would be better.
Thanks,
Gordon

Similar Messages

  • Could not find Simplified Chinese input method when using FormsCentral

    Hi
    When I creating files using FormsCentral, I could not find the input method of Simplified Chinese, therefore, the document I created look strange. The font is not what I wanted but I really could not find Simplified Chinese to edit the document.  Could anyone please show me how should I do it or where I can download the font pack?

    We currently do not support Chinese forms.
    Randy

  • Encoding or font problem? Simplified Chinese characters

    Would be great if someone could help!
    I don't know much about Dreamweaver but trying to use it to create an invitation in Chinese. I tried to edit a template I used for an English invitation. But when I preview it in IE, some characters become weird but some are fine. I tried to use different fonts to test, and set different encoding from Edit > Preference. But nothing really changes. I have attached the file in IE. Anyone knows what's wrong?
    Thanks a ton!
    Winnie

    wwy1021 wrote:
    Would be great if someone could help!
    I don't know much about Dreamweaver but trying to use it to create an invitation in Chinese. I tried to edit a template I used for an English invitation. But when I preview it in IE, some characters become weird but some are fine. I tried to use different fonts to test, and set different encoding from Edit > Preference. But nothing really changes. I have attached the file in IE. Anyone knows what's wrong?
    Thanks a ton!
    Winnie
    The only help I can offer is a post made by David Powers to a similar question some time ago:
    Change the page encoding. Modify > Page properties > Encoding. Depending 
    on the type of Chinese, choose Chinese Traditional (normally used in 
    Taiwan and Hong Kong) and Chinese Simplified (used in the People's 
    Republic).

  • Problem of Query Chinese words in MySQL using Java (Servlet java)

    In my servlet, if I build in this sql inside ,
    SELECT * FROM table WHERE location='Chinese word here'
    It outputs nothing!
    if i change the 'Chinese word here' to English,it have result!
    But if I query in mysql, i can
    If the 'Chinese word here' is get in a form, (ie 'Chinese word here' is got by req.getParameter but not built in), it can display result, why???

    Hi hlj_zhj
    Oh your method works, I change the Gb2322 to Big5,
    and I have a question about your "return shift", shift is not defined in your part of programme, so I change to follows:
    private String getISO(String gbstr){
    String temp=null;
    try{
    String temp_p = gbstr;
    byte[] temp_t = temp_p.getBytes("Big5");
    temp = new String(temp_t, "ISO8859-1");
    catch(Exception e){}
    return temp;
    ANOTHER question, Some of my BIG5 words contains "Hong Kong Words,eg:�`������", therefore, using temp_p.getBytes("Big5") not work in this case, do you have any suggestion in this case? thanks

  • Convert number to simplified chinese number (daxie)

    I need to print simplified chinese number (daxie). Do SAP have standard function module or BAPI to convert number into simplified chinese number (daxie). for example:
    1001 = &#22777;&#20191;&#38646;&#22777;&#20803;
    111 = &#22777;&#20336;&#22777;&#25342;&#22777;&#20803;
    Thanks.

    Hi,
      Use FM :SPELL_AMOUNT

  • Unable to read Simplified Chinese in downloaded excel

    Hi,
    We are running an MDMP Simplified Chinese SAP system.
    After extracting some data with both English and Simplified Chinese and saving it as excel file, we are not able to view the Simplified Chinese characters when it is opened in MS Excel.  "Garbage" are being displayed in place of Simplified Chinese.  English display is ok.
    The PC already has Simplified Chinese fonts installed (Control Panel->Regional & Language Options->Language tab->Install files for East Asian languages), and Windows XP is an English version.
    In addition, we are able to key in Simplified Chinese via the keyboard using Hanyu Pinyin.
    I am suspecting that the issue is with MS Excel which doesn't know how to convert the Simplified Chinese. 
    Does anyone know how to overcome this problem?
    Thanks

    Hi,
    as far as I know you need to set the system locale (Language for Non-Unicode programs) of Windows in the control panel to Chinese.
    In addition in a standard  MDMP system it is mandatory to logon with language Chinese if you want to download Kanji characters.
    Best regards,
    Nils Buerckel

  • How to convert traditional chinese to simplified chinese in iWork?

    As a topic, after update to Mavericks,   I'm unable to convert the traditional Chinese to simplified Chinese, even though I use the Page Service  to set a short cut for converting, but it doesn't work. When I use Lion version, I'm able to do it............. It's hard to Google transit everything when there is including some tables in the Page......

    I think for this you will have to go back to using iwork 09, which you should still have in Applications/iwork.
    Ask Apple to restore the Chinese Conversion service in the new versions via
    http://www.apple.com/feedback

  • Help!! Want to immigrate Oracle Data in ASCII7 code to a Simplified Chinese Database

    I want to immigrate Oracle Data in ASCII7 code to a Simplified Chinese Database?
    I use exp& imp but it failed.
    Who can help me !
    Thanks a lot!

    Can you please specify the exact character sets you are migrating, such as US7ASCII ->ZHS16GBK . There are a couple of common scenarios. One is the source character set is not a subset of the target. Another is that the source character set has illegal characters. In your case maybe non ASCII characters. A third possibility is that you have not set up your NLS_LANG settings properly when you did your import or export. Can you please also describe the error message you are getting? What versions of Oracle do the source and target database reside? There is an Oracle utility that is highly recommended to use with Oracle8i before doing migrations called the Character Set Scanner. For more information on database character set migration issues and the Character Set Scanner please refer to
    http://st-doc.us.oracle.com/8.0/817/addendum.817/a85455/nlsadden.htm.

  • Print problems double byte characters (ZH - simplified Chinese)

    We are currently preparing a 4.7 (WebAS 6.20 on SLES) rollout in China and struggle with a severe printer problem. Our SAPScript forms contain a mixture of western and simplified Chinese characters. The printouts come just with either hashes, blanks or undefinable characters instead of Chinese. We generally use HP Laserjet printers there (1022n, 2300, 2420, 2600n, 4100, 6L). SAP patch level is 51 for SAP_BASIS (I know that's "a bit" behind). I've already checked a number of SAP notes but couldn't find anything really usable. Basically I think the reason is the printer themselves (installed fonts) and the problem might be solved by adding some DIMM modules containing the specific asian fonts (anyhow they seem to be hard to get as the printer models are rather old). Did anyone come across similar problems? I'd really appreciate any kind of info or help.
    Cheers,
    Andy

    Hi Markus,
    thanks for the info. We've actually been able to get some DIMMs (hard to get, seems like they are not produced anymore, new printer models can be flashed either by CD or Flash Card) and, after we made some changes in the SAPScript forms (wrong character sets) it worked properly.
    Frontend printing: definitely to be avoided, would only have been an option for a couple of days to get some additional time. One option I've also tried is a mixture of network and frontend printing: I've set up a windows server and used saplpd as a print server. You can point the SAP devices in SPAD to that server by setting up the device's destination host and host printer accordingly. Actually this should be avoided, too, as saplpd as a print server is considered to be very instable. sapsprint actually isn't better.
    Anyhow - as we've managed to get the DIMMs it's working now.
    Cheers,
    Andy

  • Printing Chinese Characters on Labels using ZEBRA

    Dear all,
    Could someone tell me how to Print Chinese characters on labels using ZEBRA Printer.
    Thanks & Regards,
    Joseph.

    Hi Joseph,
    How were u able to resolve your issue on Chinese font printing using Zebra? This is because I'm supposed to print Chinese texts & data using Zebra label printer. The problem is, inspite of using the Chinese font residing in the printer's memory card, i am not getting any output whenever i run a standard SAP report (VL74) calling a customized saprscipt report. Please help check my codes below. Also, I'm not sure of the command ^A1B, if it is still needed everytime i try to print a text, since i already used the command ^CW1,B:MSUNG.FNT.
    I placed them in the Main area of Sapscript. Thanks in advance.
    PERFORM 'GET_MORE_DATA' IN PROGRAM 'ZTEST'
    USING &NAST-KSCHL&
    USING &VBPLK-VENUM&
    USING &VBPLK-VPOBJKEY&
    USING &VBPLA-KUNWE&
    CHANGING &GF_MAKTX&
    CHANGING &GF_VEMNG&
    CHANGING &GF_KDMAT&
    CHANGING &GF_VBELN&
    CHANGING &GF_MATNR&
    ENDPERFORM
    /:NEW-PAGE
    / ^XA
    / ^CW1,B:MSUNG.FNT
    / DFZ5L3_L-1FS
    / ^PRC
    / LH0,0FS
    / ^LL1981
    / ^MD0
    / ^MNY
    / LH0,0FS
    / FO700,649A1B,48,0FRFN999^FS
    / FO1084,309A1B,46,0CI0FRFN998FS
    / FO315,330A1B,46,0CI0FRFN997FS
    / FO459,1351A1B,46,0CI0FRFN996FS
    / FO829,396A1B,46,0CI0FRFN995FS
    / FO54,1777A1B,46,0CI0FRFD&#20013;&#25991; 1FS
    / FO186,1774A1B,46,0CI0FRFD&#20013;&#25991; 2FS
    / FO318,1774A1B,46,0CI0FRFD&#20013;&#25991; 3FS
    / FO315,814A1B,46,0CI0FRFD&#20013;&#25991; 4FS
    / FO456,1777A1B,46,0CI0FRFD&#20013;&#25991; 5FS
    / FO12,18GB1162,1942,6^FS
    / FO147,18GB135,1942,6^FS
    / FO411,18GB135,1942,6^FS
    / FO660,18GB135,1942,6^FS
    / FO916,18GB135,1942,6^FS
    / ^XZ
    /:NEW-PAGE
    / ^XA
    / ^XFZ5L3_L-1.ZPL
    / FN999FD&GF_MAKTX&^FS
    / FN998FD&GF_VEMNG&^FS
    / FN997FD&GF_KDMAT&^FS
    / FN996FD&GF_VBELN&^FS
    / FN995FD&GF_MATNR&^FS
    / ^PQ1,0,1,N
    / ^XZ
    / ^FX End of job

  • Problems printing from other programs after printing using Word automation

    I have an application that uses ActiveX to build a Word document. My print VI is attached. The problem that users are reporting is that after printing a report with my application, they can't print from any other programs until they restart their computer.
    After my print VI runs, the only other Word automation is Document.Close and Application.Quit. I close all my references religiously and winword.exe closes just fine. I don't know what would be hanging around causing other programs to have trouble printing. One thing I don't like is the ActivePrinter property in Word. It changes the default printer in Windows. This is why I reset it using the printer LabVIEW reports as the default. I tried reading ActivePrinter and storing it in a wire, then resetting it with this string, but then even weirder things happened - the printout got all messed up. This is why I'm using the printer that LabVIEW says is the default.
    Has anyone ever encountered anything like this?
    Message Edited by Marc A on 01-12-2007 11:03 AM
    Attachments:
    Word_print.PNG ‏18 KB

    goldn:
    Welcome to the Apple Discussions. Just ran a test and I got a perfect card. Here's what I did.
    1 - create the card and type Command-P.
    2 - select Stylus Photo R200 under Printer
    3 - click on the Advanced button
    4 - in the bottom drop down menu select Paper Handling
    5 - select the radio button "Use documents paper size: 7.00 in x 10.00 in
    6 - now select Print Settings in the 3rd drop down menu
    7 - select the type of paper you're using and the print quality you want. I used Photo and High Speed. (also used plain paper for my test)
    9 - put a piece of 7 x 10 paper in the printer (yes, you'll have to trip the paper beforehand or use card stock designed for this)
    10 - click on Print
    11 - when the paper exits the printer quickly put it back in the printer
    That will do it. Now there is a caveat. Putting it back into the printer before drying tended to get my leading edge nipped. If you use heaver card stock I don't think that will happen but just be aware. If you wait a moment to put the page, turned over, back into the printer to let the ink dry a bit, all you'll have to do is press the middle button which will be blinking red and that will feed the other side thru when you're ready.

  • Looking to buy an ipad but the only problem is that the printer that i have only prints using a wire. is there a product that i can buy so i can use the same printer??

    looking to buy an ipad but the only problem is that the printer that i have only prints using a wire. is there a product that i can buy so i can use the same printer??

    It might be less hassle to buy a new printer.
    List of supported AirPrinters.
       http://support.apple.com/kb/HT4356
    printing to a non-airprinter from an iPad
    To print from the iPad, your going to have to install some more software:
    -- install a printer app on the ipad. many printer makers have iPad applications for their printers.  Look in the app store
    -- install enabling software on a computer which you have connected the printer
    For a comprehensive list of links, see Texas Mac Man list:
    https://discussions.apple.com/message/21291967#21291967
    There are iPad Print Applications supplied by printer manufactures -- usually free.  Check for your prineter.
    Helper app -- /print n share
    Print directly to the widest range of network or WiFi printers available in any app. Alternatively print via your computer to ALL printers including USB & Bluetooth printers. View read and display large PDF, Office & iWork files. Easily transfer & store files from the Cloud or your computer.
    https://itunes.apple.com/us/app/print-n-share/id301656026?mt=8
    Software for your computer's printer:
    Mac and Windows
      FingerPrint
        http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
    Makes any printer AirPrint® compatible so you can print from an iPad® or iPhone®.
        Reportedly works for any router.
        http://www.netgear.com/landing/genie/default.aspx

  • Problems trying to use simplified Chinese input

    I went to System Preferences > International > Input > Checked the box labeled "simplified chinese" and all the secondary boxes and yet when I try to switch to Chinese using the input menu the options for Chinese are faded and unclickable. Is there anything I should install?

    davisdartman wrote:
    when I try to switch to Chinese using the input menu the options for Chinese are faded and unclickable. Is there anything I should install?
    Does this happen in TextEdit?  If not, what apps?

  • I Cannot print from imac iPhoto 9.6 using Yosemite 10.10.1to Epson printer? How do I fix this problem?

    I Updated my iMac to Yosemite 10.10.1 and cannot print from iPhoto 9.6 to my Epson picture mate PM240 photo printer. I had no problem printing before the upgrade. It seems like I don't have a connection between the iMac and Epson Printer. I checked all connections and they are correct. I visited the Epson site and there were no updates available for the PM240. The problem arises after I select a picture to print. When I select PRINT from the FILE the spinning color wheel begins and I cannot go further.
    I Contacted Apple and the technical adviser ran the iPhoto troubleshooting programs within IPhoto. This seemed to solve the problem, but the problem almost immediately reocurred. Does anyone have a solution to this problem?

    Thanks for the replies guys.  Epson put me through a complex set of instructions to install an earlier driver.  The problem was not solved.  Apple also tried to solve the provlem by getting rid of the printer, unplugging it etc and then re starting and checking computer/printer communication by printing a test page from the system preferences/Pring & Fax options.  This worked proving the the computer and printer are talking to each other. 
    The printer works properly as a stand alone unit.  That is, I can copy and print and scan and print with no problems.
    The Apple support guy didn't suggest any Apple alternative drivers so I assume there aren't any.
    Neither the Epson nor Apple assistants seemed interested in the printer generated error message.  I would have thought it would at least provide a clue to the problem to someone with technical expertise.
    It seems that there are a lot of problems with the 10.6.8 update so maybe Apple will get to work and bring it up to scratch.  I hope it gets things right soon.

  • Preview and Printing of Chinese Characters in Smartform

    Hi everyone!
    I have a development that needs to output in Smartform a combination of Chinese and English characters, on an English Logon,
    When I debug the form, the Chinese characters are shown in the debug screen, but when it is previewed or printed, it shows garbage.  Can anyone help me with this?
    Thanks a lot! Points for any helpful answer!

    Hi
    check this OSS Note
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Regards
    Anji

Maybe you are looking for

  • The UI is so UGLY an there are no options to change this.

    For me and the mayority of people i know, the user interface is completity UGLY. With Windows 10 is more UGLY too changing the desktop icons. Simple, plain, flat, lack of constrast between areas, terrible an heavy colors, bad icons seens to developed

  • Upload through FTP, wheres my files?

    ive made a website on ilife 08 and went to fetch to upload it to my hosting service, I can not find where iweb saved my files! anyone know what I can do? thanks

  • Handling Error caught by B1 Test Composer Tool

    Hi All I got an error message : " Unable to cast COM objects of type System._ComObject' to interface type 'SAPbouiCOM.Matrix'. This opearation failed because the Query Interface call the COM Component for the interface with IID {DD7804DC-811B-4829-8E

  • Finding a color with a robot

    Hey i am making this program and i need an efficient findcolor algorithm i am currently using this:      public Point FindColor(Color c,int x1,int y1,int x2,int y2,int tol){           for (int i=y1;i<=y2;i++){                for(int j=x1;j<=x2;j++){

  • Keeping track of current clients on server

    My problem is that i have all these clients connected to my server. I don't want the same client connecting to the server if he is already connected. I was thinking that I could keep track of who is currently connected on the server side, but that le