Printing Japanese characters: ABAP List

Dear all,
How to setup so that my ABAP list can show japanese characters on printers?
We can see it on screen but could not print on printer.
I setup a printer type of HP1160.
When In print out from let's MS word to this printer, japanese characters display well.
BUt it doen't when outpting from SAP.
Please help.
Giang

How about checking printer configuration in SAP using transaction SPAD? Is correct format, characters, codepages are defined?

Similar Messages

  • Printing Japanese characters

    hi all,
    i've run out of information and ideas to apply to this problem, so i'm hoping someone may be knowledgeable in this area.
    i'm using cups and kde, on a current archlinux system.  my kde and scim configuration work fine to see and input japanese.
    the basic problem is, i need to print japanese characters, but i can't (sort of).
    printing alphabet from kde apps, mozilla and openoffice works fine.
    printing japanese characters from openoffice works fine.
    printing japanese characters from mozilla and kde gives me boxes instead of valid characters.
    can anyone point me in a likely direction to solve this problem?
    i'll give my heart to the one who is genius enough for the challenge.
    bryce

    I used to have the problem of seeing only boxes in some programs (don't know about printing since I don't have a printer at the moment) and it went away after installing some other japanese fonts (only had IPA fonts before). In particular I installed
    mikachanfont
    ttf-kochi-substitute
    ttf-mona
    ttf-sazanami
    You can find all of them in AUR.
    If you don't wanna install all of them I'd try the mona one first.
    Can't guarantee that it will work, but if you've tried everything else you might wanna give it a shot

  • Printing Japanese characters in English form

    Hi all,
    i have a requirement to print the japanese characters in the from which is printed in english.
    Actually the customer adress is in japanese but when i am printing it,the japanese characters are not getting printed (text is printed as some square boxes).
    Any ideas to print the japanese text as it is...
    Thanks and Regards,
    Sravanthi Chilal

    Hi,
    Is your text coming from an internal table or it is a standard text that you want to print in adobe form?
    If it is standard text or long text,Creating a Text node by right clicking on the top node  and then
    CREATE -> TEXT.
    In the properties of the TEXT node select Text type Include Text and then provide the Text Name, Text Object, Text ID and Text Language values as shown below.
    Drag the  structure from the interface into the Context. 
    We can pass the Text node properties values dynamically as well.
    If our application makes no use of the Business Address Services but you still want to have country-specific addresses, we must use ABAP coding to achieve this. It is possible to do this in the application program or in the initialization coding of the interface.
    In interface,
    Define Import parameter under Form Interface. 
         IS_CUSTOMER_ID     TYPE     S_CUSTOMER
         IS_COUNTRY          TYPE     LAND1
    TYPES:
      BEGIN OF ty_adr_printform_table_line,
        line_type      TYPE ad_line_tp,
        address_line LIKE adrs-line0,
    END OF ty_adr_printform_table_line.TYPES:
        ty_adr_printform_table TYPE TABLE OF ty_adr_printform_table_line.
    Define Global Work Areas and Internal Tables under Global definition as shown below. 
    IS_ADDRESS           TYPE     ADRS1.
    IT_ADDRESS_LINES     TYPE     TY_ADR_PRINTFORM_TABLE.
    IS_ADDRESS_LINE     TYPE     TY_ADR_PRINTFORM_TABLE_LINE.
    IS_SCUSTOM          TYPE     SCUSTOM.
    SELECT SINGLE *
      FROM  scustom
        INTO  is_scustom
    WHERE id EQ is_customer_id.is_address-title_text     = is_scustom-form.
    is_address-name1     = is_scustom-name.
    is_address-street     = is_scustom-street.
    is_address-po_box     = is_scustom-postbox.
    is_address-post_code1     = is_scustom-postcode.
    is_address-city1     = is_scustom-city.
    is_address-region     = is_scustom-region.
    is_address-country     = is_scustom-country.* Address Format According to Post Office Guidelines
    Note : Refer Function module documentation for more information.CALL FUNCTION 'ADDRESS_INTO_PRINTFORM'
      EXPORTING
          address_1          = is_address
          address_type     = '1'            "normal/company
           sender_country     = is_country
           number_of_lines     = 8
    IMPORTING
      address_printform_table = it_address_lines.
    *******If the customer address in the database table is in english, you cannot print in Japanese.

  • Print preview in abap list format (OMLV) - Need preview in graphical format

    Dear All
    I am facing a problem with the print preview. (transaction code OMLV)
    When i am clicking on print preview button the system is displaying the output in a ABAP list format.
    and also the printout shows only the ABAP content.
    Pl. advise on how to view the print preview in a graphical format and not in the ABAP list format and pl. let me know the setting to print the spool in the graphical format.
    Thanks,
    Maxx

    Hi,
    this problem is not only related to warehouse. even the print preview spool for GR/GI slip in t-code SP01 shows as ABAP list and not as graphical screen.
    my question is why does the system shows the print preview for spool as an ABAP list instead of graphical view.
    pl. advise
    Thanks,
    Maxx

  • Printing a simple abap-list in panel-format (DIN A4)

    Hallo Ladies and Gentlemen,
    i have a simple abap-list. when i print it, the list will be printed in landscape-format. how can i change it? i have to print it in panel-format.
    Thanks a lot,
    Marcel

    Hi Marcel,
    I think you have to click on the "Full Administration" button t see the option for "Page Formats"...
    Also go to transaction SPAD,
    in Devices / Servers tab press Output devices button
    Double click on the device type of your printer
    Press button Formats
    and here you get a list of all formats for your printer
    Regards,
    Abhy

  • Print preview in abap list format

    Dear All
    I am facing a problem with the print preview.
    When i am clicking on print preview button the system is displaying the output in a abap list format.
    but when i m taking the print it is coming correctly.
    The out put format is different in the print preview where as when i am taking the output it is coming correctly.
    Pls help me out on this.

    Please check this answered link:
    Invoice print preview defaults to ABAP List View

  • Printing Japanese Characters on Zebra ZM400 from Smartform

    Hi Experts
    I am trying to configure a Zebra ZM400 printer to print a Japanese label from a smartform but get no Japanese characters on the output.
    The original language of the smartform is English, but I have maintained a translation in SE63 which uses the Andale_J font.
    The printer ZM400 has the ANDMJ.TTF font installed and the printer has been set up in SPAD to use the LZEBU2 device type (which is the Zebra Printer Driver for 200dpi) and the Berkeley protocol (U).
    When looking at the printer spool in graphical format I am getting the appropriate Japanese characters displayed, when looking in RAW format it appears to be using the correct font, FCANDALE_J, although the characters are represented as #'s.  On the printer output, I get numbers or English where no translation has been maintained, but nothing where the Japanese characters should be.
    Has anyone come across this problem before, or have any idea how to solve this issue?
    Thanks very much
    Andrew Beavan

    Hi Aidan
    Thanks for your swift response, as you may have guessed this is all very new to me and so I am struggling to make much progress.
    I have uploaded the andale_j font to the printer which creates a file called anmdj.TTF.  I have also uploaded a JIS.DAT file which should convert any TTF to unicode and a printer configuration file which should effectively set this font as the default.
    I have tried to upload a TTF font in SAP using se73 and created a device type to go with this, however whenever I set the device type for the printer to this I get no print spool request generated.  Based on your reply, I have created a style using the TTF font I uploaded, but again when I reference this in a smartform I get no errors displayed, but I also don't get a print spool request generated so I'm not convinced that the font has been loaded correctly into SAP.
    I have just wiped the flash memory on the printer and am re-loading the font using a slightly different setting on the printer, so will try that, but welcome any further suggestions or clarifications if I have mis-understood your previous reply.
    Many thanks for your help.
    Andrew Beavan

  • Printing Korean Characters in List

    Hi Guys,
                        I have a created a normal report. In that report there are Korean characters. When I generate the report output, all the korean characters will be displayed perfectly. But when I take the print of that list, the Korean characters will not appear. Instead, a hash symbol will be comming for all the Korean characters.
    Can you please tell how to fix this issue.
    Regards.
    Harish.

    How about checking printer configuration in SAP using transaction SPAD? Is correct format, characters, codepages are defined?

  • Can't Print Japanese Characters

    Hi,
    I tried to Print an Invoice with Japanese Character but to no avail it is not properly printed on the printer,
    I go to transaction VF03 type the Billing Document Number
    then go to Menu   Billing Document Number  => Issue, Japanse Characters can be properly seen
    in the print preview but when the actual printed value on the paper is totally different.
    Many Thanks
    BR

    Hi,
       Go TO SAP EASY ACCESS -->CUSTOMIZE LOCAL LAYOUT (the last icon on menu bar)
       then go to options --> I18N --> Check the checkbox( Activate mulibyte functions.
       Then exit the SAP System and logon again.
       Try printing the form.
    Regards,
    Vimal.

  • ABAP list printing on device I2SWIN

    Hello,
    we have defined output device (printer) with device type I2SWIN for printing on users frontend computers via SAPlpd. Settings of I2SWIN device type is default:
    SAPlpd/SAPWIN driver 3.0
    Do not use printer driver for ABAP list print
    Character set 1406 Printer I2SWIN  ISO 8859-2 (MS Windows Latin-2)
    We can print ABAP lists on this device. We define formats and set margins and orientation in this formats. But these settings are ignored during printing. If we change in I2SWIN setting Printer driver to "Printer driver for SWIN printing using SAPLP/Windows", then margins are accepted and printed, but there are wrong characters in print output (not in requested code page).
    Could anybody help us how to set print to accept margins in ABAP lists and also have print output with good code page.
             Thank you
                   Vaclav Jonas
    Edited by: Vaclav Jonas on Apr 24, 2008 3:02 PM

    O.K., we use margin settings according SAP Note 21738 and all works fine.

  • Trying to print ABAP List in Unix

    I am new to SAP and I am trying to print using unix as my host spooler.  I am printing to a Xerox machine connected to a print server.  I am just trying to print the test ABAP list you get when you go into SPAD and select Utilities/ouput devices then select ABAP List.  When I print this I get nothing but ABCD and a bunch of numbers.  I am trying to figure if the ABAP list is supposed to be that way or if something is wrong with my driver.

    Hello Rodney,
    What device type did you specify in the SPAD Output Device definition?  You need to make sure you select a device type which is compatible with the printer.  If the printer supports postscript printer language, then you need to select the 'Post2' or 'postscpt' device types.  If the printer support PCL, then test with 'hplj4' device type.  Most likely the currently selected device type is not compatible with the printer and therefore creates a print file which the printer cannot interpret.
    Regards,
    Nathan

  • SmartForms Printing Error for Japanese Characters

    Hi,
    I have an issue with Printing Japanese Characters in the SmartForm. 
    When I Print Preview the smartform I can see the characters in Japanese but when I Print the actual smartform in the printer, all I get is some junk characters like # and !.
    I have the following setting in the smartform.
       Multi-Byte functionality enabled
       Character set used is Shift JIS
       Smartform created in language EN
       Translate to All Languages set to true
       No restriction on Language Control
       Smartstyles used has JPMINCHO fonts only
       Default Para is JPMINCHO
       Characters formatting has explicit JPMINCHO as font
       Login language is JA
       Printer is Local Printer with device type JPSAPWIN
    When I debug the Smartform function module, the OTF Data Table (within the function) shows characters in Japanese (with codepage 8000) but then I look at the actual spool as a result of processing the function, it comes up as garbled.
    Interestingly, I have exactly the same settings on another test smartform to print just 2 columns and it works well.
    Not sure where I am going wrong.
    Appreciate help on this issue.
    Many Thanks
    Krishnan

    hi,
    has anyone solved this problem? even i m facing the problem. me restating the problem as below:
    in VF02 transaction, for billing document we are trying to print smartform. Our logon languagae is EN and the Output Type langugae is EN. In spool, we are getting the CORRECT format ie the texts that are maintained in Japanese are showing as Japanese characters while the whole smartform is in English format.
    Our requirement is to PRINT (from printer) the texts that are maintained in Japanese should get printed in Japanese format. I know that this is problem with printer settings. The printer is printing perfectly fine as other documents in Japanese characters so its ensured that printer is enabled for Japanese.
    I suppose some kind of setting needs to be done at SAP end so that printer recognises double-byte character set of Japanese.
    Waiting for confirmation/ solution.
    Thanks
    Debs

  • Problem with Printing Japanese

    Hi Experts,
    We have a Unicode enable Printer (I tried Printing Japanese Characters and others it works) and also SAP Unicode System
    I tried the following steps but it still doesnu2019t work, do I missed some configs?  I have read that I must used True Type Font how to change to that font?
    -     Try to check if the Printer supports Unicode to print Japanese Characters
    I tried printing using MS Word copying Japanese, Greek and Russian letters to check if it is supported and yes it is printed correctly, the Printer does support Japanese and other characters
    -     Try to have a Japanese logon setting in transaction SU3
    I tried to change this settings but it still doesnu2019t work
    -     Try to change the character set to Japanese
    I tried to change this setting in SPAD but still it doesnu2019t work
    -     Try to use JSAPWIN driver for the printer in transaction code SPAD in SAP
    I tried to change to use this driver but still it doesnu2019t work
    -     Try to use ALL the possible combinations for Driver and Character Set for Japanese Character
    I tried to use ALL the combinations one by one using Japanese settings but still it doesnu2019t work, I even tried the setting for UTF 8 (encoding for Japanese Characters) and Unicode settings but still it doesnu2019t work
    BR;
    LBJ23

    Hi,
    Ok for report testing purpose try doing this for your simple ABAP program you created.
    Execute the program.
    Then click on utilities->more utilities-->upload/download.
    Choose download and select the desktop or where you want to save your filename.Give some name for the filename where you want to save the data.The option below filename is codepage where codepage is set to default.
    If you save it as it is this problem will come but if you change the codepage to the number I told or some other value relevant to Japanese in the file you can see the characters in Japanese.
    So its codepage problem only.
    For the VF03 I will look into it and let you know tommorow.
    Regards,
    Subhashini

  • How to print Japanese Invoice?

    Hi all,
    I am able to see the print preview of a script which is a Japanese invoice. Now i want to download the form into PDF and print Japanese characters.
    Currently i am trying to send the form output to spool and print from there, but only junk characters are bing printed. How to take the print of japanese characters?
    Need ur inputs on this.
    Thanks,
    Subba

    Check with the basis team or local adminstrative team... ask whether the printer is unicode enabled or not... it is quite easy for them to enable unicode... only thing they need is to install unicode drivers in the printer... check printer manual for enabling unicode.
    No way you can print JP character without enabling unicode.
    Reward if useful...
    Regards,
    SaiRam

  • Java PrintService printing Chinese/Japanese characters output is garbled.

    Hi Java Gurus,
    I have been spending the whole day trying to make our text printing application able to print non-western Characters (e.g. Chinese and Japanese) as part of our requirements. But I am constantly getting garbled output when I print a UTF-8 formatted text file containing Chinese characters. I've been trying to switch the DocFlavor types (e.g. byte array in UTF 8, input stream auto sense, UT8-8, etc) but I couldn't simply make it work.
    Here is our test method:
         public void testPrintText(String fileName) throws Exception {
              FileInputStream textStream = new FileInputStream(fileName);
              File file = new File(fileName);
              String fileContent = FileUtils.readFileToString(file);
              DocFlavor flavor = DocFlavor.BYTE_ARRAY.TEXT_PLAIN_UTF_8;
              //DocFlavor flavor = DocFlavor.READER.TEXT_PLAIN;
              InputStreamReader isr = new InputStreamReader(textStream, "utf-8");
              DocAttributeSet das = new HashDocAttributeSet();
              //System.out.println("host encoding: " + flavor.hostEncoding);
              Doc mydoc = new SimpleDoc(fileContent.getBytes("utf-8"), flavor, das);
              //Doc mydoc = new SimpleDoc(textStream, flavor, das);
              PrintRequestAttributeSet pas = new HashPrintRequestAttributeSet();
              pas.add(new PrinterName("\\\\fsinec\\Canon iR5055 PCL6", null));
              PrintService[] services = PrintServiceLookup.lookupPrintServices(flavor, pas);
              PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
              System.out.println("DEBUG: " + defaultService.getClass().getName());
              if(services.length == 0) {       
                   if(defaultService == null) {
                        //no printer found
                   } else {            
                        //print using default
                        DocPrintJob job = defaultService.createPrintJob();
                        job.print(mydoc, pas);
              } else {        
                   //built in UI for printing you may not use this
                   PrintRequestAttributeSet attSet = new HashPrintRequestAttributeSet();
                   for(int ctr=0; ctr<services.length; ctr++) {
                        PrintService printService = services[ctr];
                        System.out.println("COTS DEBUG: " + defaultService.getClass().getName());
                   //attSet.add();
                   PrintService service = null;
                   if(services.length == 1) {
                        //assume that there is no other printer with the name \\\\fsinec\\Canon iR5055 PCL6
                        //resulting to fetch the printer services to only one (1) element.
                        service = services[0];
                   /* open a dialog box
                   * PrintService service =
                        ServiceUI.printDialog(null, 200, 200, services, defaultService, flavor, attSet);*/
                   if (service != null) {           
                        DocPrintJob job = service.createPrintJob();
                        job.print(mydoc, attSet);
    Please help me on this.
    Thanks.

    This could be of different reeasons...
    1) Make sure your printer is uni-code enabled.
    2) Make sure, your unicode enabled printer is configured in SAP.
    3) make sure, your printer device is supported by SAP. (You can find list of SAP recommended printers in www.service.sap.com)
    4) Check whether the correct device type is used for printing chinese and japanese characters.
    5) Check code pages.
    6) Make sure you use Cyrillic font family, for printing chinese and Japanese characters.
    Regards,
    SaiRam

Maybe you are looking for

  • TS3212 Error message while downloading itunes

    Trying to download itunes on my laptop with windows 7, getting an error message stating "Apple mobile device" not recognized.  My ipod is registered and the error message only asks to retry or ignore, niether works, any help would be great.

  • Refreshing or starting iphoto from Fresh start Help

    I have just backed up and sorted out my iphoto and all Pictures ( exported etc and stored in External HDD ) so I have no Photos on my Computer at all now . However when I look at the iphoto library icon in my pictures file it indicates it is 18.55 GB

  • IWeb '08 Personal Domain Name Network Solutions

    This is maddening and Network Solutions is no help. I have a domain name, say <wxyz.com>, registered with Network Solutions. The CNAME page has 3 columns of fields: "Alias" field; "Refers to Host Name" with Radio Button w/popup menu including "www";

  • Installation of Planning

    Hi, I have installed and configured Shared services, Admin server, Essbase client and essbase server. After that i also insalled Planning, Now when i configure datasource last option in planning i am getting error that unable to connect with essbase

  • SHOW h:message giving problem

    Hi every body , I am facing one peculiar problem in my App. I am validating some textfields , radiobuttons , checkboxes by JSF (I am using JSF 1.1) simple validation (by required "true") and showing message by h:message .But when I am pressing the SU