Printing Barcode SAPSCRIPT

Hi All,
I have to print the barcode for the process card using transaction code Co04. I have assigned the barcode character format AUFNR  to the value. I have the barcode.dll installed in my pc. But i am not able to see the barcode in print preview it shows just blocks can you give your inputs to slove this problem.
regards,
Bala

buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
Now you have a barcode printed - what next?
Well there are two options, depending on your business requirements:
- You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
- Another solution is to use SAPConsole transactions
or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
Barcode Standard
To Create a Bar code prefix:
1)     Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix

Similar Messages

  • Sapscript print barcode problem.

    hi everyone . i have troble about printing barcode using sapscript.
    now i have program sapscript program name is "ZRABARC01"
    and this program call sapscript = "ZAA_BARCODE"  (you will see  code at below of this message)
    this program work well.
    i want to create new programm "ZRABARC01_TEST"
    (i use se38 for copy program from ZRABARC01)
    and this new program will call sapscipt "ZAA_BARCODE_TEST"
    (i use se71 to copy from ZAA_BARCODE) 
    sapscript is active
    the problem is when i execute program ZRABARC01_TEST to call sapscript ZAA_BARCODE_TEST
    it's will show button print barcode
    after press button . it's will show print preview button.
    when i press print preview button .
    it's show error like this.
    error message
    There is no valid form
    Message no. AB 061
    Diagnosis
    During the printing of barcodes,
    the system could not find a valid form. Either no form was selected,
    or the form selected is not active.
    System Response
    The print procedure terminates.
    Procedure
    Use a valid form. You can either use the sample supplied by SAP,
    or modify it to your requirements. You maintain forms using the "form painter" (SE71) transaction.
    and after that i press print button again.
    there is error
    ABAP runtime errors    LOOP_WITHIN_LOOP
    what should i do to use program ZRABARC01_test call sapscript ZAA_BARCODE_test
    and i wonder why when i use program ZRABARC01_test and call sapscript
    ZAA_BARCODE  it's show same error.
    please help me.
    program code
    pa_form = 'ZAA_BARCODE'
    LOOP.
        AT FIRST.
         Formular ๖ffnen
          CALL FUNCTION 'FIAA_BARCODE_OPEN'
               EXPORTING
                    i_form = pa_form.
        ENDAT.
      Zurckholen der Struktur ANLAV.
        anlav = anlav_str.
    Insert 03/11/2004 OaK
        WRITE anlav-anln1 TO t-anln1 NO-ZERO.
        l1 = strlen( t-anln1 ).
        CASE l1.
          WHEN '1'.
            CONCATENATE '000000000000' t-anln1 INTO t-anln1.
          WHEN '2'.
            CONCATENATE '00000000000'  t-anln1 INTO t-anln1.
          WHEN '3'.
            CONCATENATE '0000000000'   t-anln1 INTO t-anln1.
          WHEN '4'.
            CONCATENATE '000000000'    t-anln1 INTO t-anln1.
          WHEN '5'.
            CONCATENATE '00000000'     t-anln1 INTO t-anln1.
          WHEN '6'.
            CONCATENATE '0000000'      t-anln1 INTO t-anln1.
          WHEN '7'.
            CONCATENATE '000000'       t-anln1 INTO t-anln1.
          WHEN '8'.
            CONCATENATE '00000'        t-anln1 INTO t-anln1.
          WHEN '9'.
            CONCATENATE '0000'         t-anln1 INTO t-anln1.
          WHEN '10'.
            CONCATENATE '000'          t-anln1 INTO t-anln1.
          WHEN '11'.
            CONCATENATE '00'           t-anln1 INTO t-anln1.
          WHEN '12'.
            CONCATENATE '0'            t-anln1 INTO t-anln1.
        ENDCASE.
    *End of insert 03/11/2004 OaK
    *Insert for Barcode printing 26/01/04
       UNPACK anlav-anln1 TO t-anln1.
        IF anlav-anln1+0(2) = '00'.
          MOVE anlav-anln21(3) TO t-anln10(3).
        ENDIF.
        APPEND t.
    *End of insert.
        CALL FUNCTION 'Z_AA_BARCODE_PRINT'
             EXPORTING
                  i_anlav = anlav
                  i_form  = pa_form
             TABLES
                  i_t     = t.
        CALL FUNCTION 'END_FORM'.
        CALL FUNCTION 'START_FORM'
             EXPORTING
                  form   = pa_form
             EXCEPTIONS
                  OTHERS = 8.
        AT LAST .
         Formular schliessen
          CALL FUNCTION 'FIAA_BARCODE_CLOSE'
               EXPORTING
                    i_form = pa_form.
        ENDAT.
      ENDLOOP.
    ENDFORM.
    Edited by: dittaporn nanasilp on Nov 17, 2009 11:55 AM

    hi,
    I am unable to read your post, check it once.
    rgds

  • How to print Barcode using SAPscript?

    hello, everyone.
    I have some questions.
    now, I have to print some doc. that described by barcode in sapscript form.
    so, try to test in t-code so10
    input value SAPSCRIP-BARCODETEST, ST, EN.
    and click 'print-preview'
    result is correctly output in pint privew.
    but when I print dis priviewed doc. disappeared barcode image.
    is this O.K??
    I have to do something?? (Add DLL file, barcode font or etc....)
    I don't know how to print barcode using SAPScript. anybody solve this problem.please.
    p.s this system is SAP ECC 6.0 only ABAP.
    printer setting is front-end print.

    hello, everyone.
    I have some questions.
    now, I have to print some doc. that described by barcode in sapscript form.
    so, try to test in t-code so10
    input value SAPSCRIP-BARCODETEST, ST, EN.
    and click 'print-preview'
    result is correctly output in pint privew.
    but when I print dis priviewed doc. disappeared barcode image.
    is this O.K??
    I have to do something?? (Add DLL file, barcode font or etc....)
    I don't know how to print barcode using SAPScript. anybody solve this problem.please.
    p.s this system is SAP ECC 6.0 only ABAP.
    printer setting is front-end print.

  • Is it possible to print barcodes from LT31 (SAPScript) on a Zebra?

    Hi
    We have a factory that would like to print their picking lists/transfer orders using transaction LT31 to a Zebra ZM600 printer. The transaction appears to create a spool in the SAPScript format.
    We have tried pretty much all of the Zebra drivers (ZEB), a standard HP driver and a ASCII line printer driver (in SPAD) but nothing works - barcodes are not printed. For some drivers the format of the spool looks good in SP01, but then nothing is printed at all at the printer! In other cases the text is okay but barcodes are not, in other cases the text is complete gibberish.
    The user has been informed that SmartForms should be used instead of SAPScript but we believe this would involve changes at ABAP level and our ABAP support is by a third party company which we are trying to avoid using.
    I have seen SAP Note 179534 - Label printing with Zebra printers (SAPscript) but it seems this would also involve Application Support/ABAP teams etc.
    Is there anything we (SAP Basis) or the end user can do to be able to print barcodes from LT31 to the Zebra printer without involving Application/ABAP support?
    Thanks
    Ross

    Tried but get an error:
    SAP spool error log
          =====================
    Print request processing log
    The host spool is reporting errors
    Unintelligible response received from assumed SAPLPD ("#")
    (SAP)LPD cannot accept request (Queue LDSP0092 disabled?)
    Unable to connect to output processor
    Any ideas?

  • Not print my changes in a barcode Sapscript

    Hi everybody, please excuse me mi english is not very good. I have a problem, I am modifying a program ZPP_COR6N in a client, is at PP module, this create a Handling unit, and after print a barcode label. There are many formats and the requeriment is add one format. I make the changes, in the control program named ZRPP_SDPACKDR and this call the sapscript ZFPP_PACK_ETIK, inside this form call a standard text ZPPWETIQUETA037 this I made in Tx. SO10. I've done the tests in others  Tx Z and the result it's OK, but from the ZPP_COR6N  not print my changes however the others formats print OK, my format print but some empty fields . I did check the Tx. NACU  and the configuration is OK, and i make the debugger and I put many break points in the control program and activate debugger form and not stop the program, therefore i think not pass to this sapscript and program control. The program ZPP_COR6N call many bapis to create HU and not can call other sapscript Z because not exist others form. My question  Is there any way call the sapscript without use OPEN_FORM or print one sapscript form any function? Also this client use many other many systems to comunicate with SAP , I think to print the barcode label from the other system but i not expert in RFC or SAP PI Is there possible and this is true how can show to my users and solve this problem?  Add the NACU configurations

    Hi jimblr, 
    Sorry you are having trouble. Does your printer show up "Connected and Ready" in ePrintcenter?
     These steps may help.  Turn off the printer.  Unplug your router from the power source for 15 seconds.  Plug the router back in.  Wait until the internet comes back up. (Approximately 2 minutes) Then turn the printer back on wait a bit for your pending apps to print.  Let me know if this helps.  
    Although I am an HP employee, I am speaking for myself and not for HP
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accept as Solution"

  • Barcode is not getting printed in Sapscript

    Hi,
    I want to print the PO as barcode in my Script. I have converted the output to PDF format
    I have created a character format for this and given C128A as Barcode and used this character format to print the barcode. but the barcode is not geettting printed in the PDF output. the PO is blank.
    Did i miss anything in the process?
    Please let me know the exact procedure for printing the Barcodes.
    thanks
    Rakesh

    hi,
    There're differents solutions for the creation and print BARCODEs . All of them have the same problem : When you create a spool from a form/smartform with Barcodes, it's not possible to convert the spool to a PDF file because the BARCODE is created at the time of printing.
    just try printing one copy and see.
    ags

  • Issue with Barcode printing in SAPscript

    Hi All,
    I am trying to print barcode in my script. I assigned barcode font to the numbers which I want in the form of barcode, I am able to see barcode in the print preview but when I am trying to take printout , in printout barcode is not appearing.
    I try same barcode font with the smartform I am getting barcode in the printpreview as well as in the printout of the smartform with the same printer.
    Can any one help me in this issue. Is there any other setting required in the smartform or its driver program?
    Thanks.
    Shweta.

    Hi
    It depends on which kind of barcode fornt you're using.
    In last SAP release there's a new tecnique to print the barcode by smartform: this tecnique translate the barcode as graph so the printer manages the baracode just as if it was a logo and It doesn't need any other hardware or software to print a barcode.
    This tecnique is available for smartform only, else u make sure your printer can print a barcode, you can see a dummy barcode in preview.
    I have had your same problem, and I found out this very usefull answer in the forum:
    Barcode Printing issue using Forms
    Hi, In general, if you want to print a barcode, somebody must draw the bars of the
    barcode to get a correct print. There are four possible ways to print barcodes from SAP:
    1. Print e.g. via a Barcode DIMM/SIMM To use this way, the printer must be able to print
    barcodes by itself so it needs e.g. a special barcode SIMM/DIMM module to print the
    barcodes. ie: HP printers do not contain barcode fonts by default so a DIMM module with
    the fonts must be installed. The print works as follows: The SAP sends a simple printer
    escape sequence to the printer, which activates the barcode printing in the printer. Then
    the SAP sends the barcode number and finally it sends a printer escape sequence, which
    switches the printer back to normal printing. So in this way the bars of the barcode are
    created in the printer (and you only see a dummy barcode in the print preview). Se the
    SAP Note 45643 about the sequences for Jetcaps BarDIMM used for printing barcodes on HP
    Laserjet printers. The correct BarDIMM modules for different HP printer models can beseen
    on the JetMobile website at the URL below: http://www.jetmobile.com/products/SJ_BD.htm
    2.Print via a barcode.dll If your printer doesn't have a barcode DIMM, it cannot create the
    bars of the barcode itself. So this must be done elsewhere. One possibility is that you
    print via a Windows system, SAPSprint or SAPLPD, device type SAPWIN and a barcode.dll.
    ie: Your printer is connected to a Windows system that runs the SAPSprint or SAPLPD
    program If you print via device type SAPWIN, the creation of the print data is done in
    the Windows. So the Windows may create a graphic, which contains the bars of the barcode,
    and send this graphic to the printer. The job to create the barcode graphic is done by
    the barcode.dll. See SAP note 14561. 3. New barcode technology If your printer doesn't
    have a barcode DIMM and if you don't want to use a barcode.dll, you may use the new
    barcode technology, which is described in the SAP Notes #645158 and #430887. However this
    is only possible when printing from Smartforms. In this way SAP itself creates a picture,
    which contains the bars of the barcode. This picture is sent to the printer. One
    important requirement when you print the barcode via a Smartform is that you have at
    least release 46C. 4. Use of a barcode font There are some font files (e.g. Windows TTF
    files), which contains bars instead of characters. So if you use these font files, the
    bars of the barcode are printed instead of a text. You may buy such a font file, install
    it under Windows and use it via device type SAPWIN according to SAP Note #48803. Since
    release 46C these files can also be uploaded into the SAP and used via other device
    types.
    Regards, Aidan
    I hope it can help you
    P.s.: I post the answer here, because I can't looking for the original post now, so thank very much to Aidan
    Max

  • Printing barcode in HP laser jet  through smartform

    Hi folks,
    can i print barcode in HP laser jet P3005 PCL6 by using smartform???
    plz advice.
    regards
    smita

    Yes, you can.. I guess, HP laser jet P3005 series PCL6 can print bar codes.
    I am attaching the list of BARCODE supported printers
    List of device types in SAP Releases 4.6x/6.xx/NW04/NW04s
    OSS NOTE : 8928
    Installation of new device types ********************
    Many device types are appended as a zip-attachment to this note.
    README.TXT contains information about these device types and codepages.
    README_UPLOAD.TXT contains information on how to import the device
    types.
    PRINTER DRIVERS AND DEVICE TYPES:
    In R/3, a distinction is made between "printer driver" and "device type". The device type consists of all the attributes defined for an output device. For correct access, these must be made known in the R/3 system. They cover aspects such as control commands for font selection, page size, character set selection, character set used and so on. One of these attributes is the printer driver to be used by SAPscript (R/3 forms processor) for this particular printer.
    If your printer is not specified in the list below, ask the manufacturer if the printer is compatible with one of the defined printers or if it can be used with another emulation (for example, Postscript).
    If the printer is not compatible or cannot be operated using an emulation, you must create a new device type (if the printer is not compatible). To print from SAPscript, you must choose one of the existing printer drivers.
    At present, there are five SAPscript printer drivers. They include:
    for HP-PCL5 (for example, HP Laserjet 3,4,5,6 series)
    for PostScript printers (PS level 2)
    for PRESCRIBE (for example, Kyocera FS-1500)
    for device types SWIN/SAPWIN/xxSWIN/xxSAPWIN
    for all other models.
    The last driver is known as the "standard driver". It cannot provide absolutely precise positioning on the paper and does not support proportional fonts. Printer drivers are relevant for forms output with SAPscript. For the output of ABAP lists special printer drivers are only used as of Release 4.5A. They are anchored in the C kernel and are developed and maintained exclusively by SAP.
    In the spool environment, device types refer not only to printers but also other output devices, for example, fax machines. Device types support specific printers or printer models. Device type definitions are stored completely in tables and can be individually adapted, modified or enhanced. If SAP performs such an adjustment for a customer, it constitutes a consulting service, and is generally charged seperately. On the other hand, the list of device types, above all in conjunction with SAP's hardware partners, is continually expanded.
    COMPATIBLE PRINTERS:
    Some printer models have been so successful on the market that many OEM products, clones and compatibles are also listed. You can often use compatible printers with R/3 by entering the printer definition of the original. Since complete compatibility is extremely rare, SAP can offer no assurances regarding the usability of compatible printers. This also applies to follow-up models made by the original producer.
    LIST OF PRINTERS:
    This is the list of device types supplied by SAP in different Releases. Most of these device types use "Western European" or "North American" character sets. Some device types in newer Releases however, also support other character sets and language areas such as Russian or Czech.
    The device types named in this list are supported in the standard R/3 System as of the release mentioned.
    If an OCR-A font (prerequisite for check printing) or an OCR-B font is supported in the R/3 device types, this is indicated. However, this generally requires additional font cassettes or firmware for the printer involved, since few printers have an OCR-A font "built in." For additional information about this, contact the printer manufacturer.
    Check related notes attached for addition information on printer supportin R/3.
    Related notes:
    Note 135894 contains information on printing labels on special label printers.
    Note 05196 contains information on printing bar codes with SAPscript
    Note 94233 contains information on printing MICR font with SAPscript
    Note 62178 contains information on device types for the Japanese version of the R/3 System.
    Note 77891 contains information on device types for IBM-SCS printers on the IBM AS/400 hardware platform.
    Note 98477 informs you on device types for printers by the manufacturer PSi.
    Note 107938 contains information on device types for printers by the producer Tally.
    Note 141719 contains information on device types for printers from the producer Printronix.
    Note 141914 contains information on device types for printers from the producer Lexmark.
    Note 153879 contains information on compatible printer models of producer EPSON.
    Note 154494 contains information on compatible printer models of producer Genicom.
    Note 199166 contains information on device types for printers from the producer Hewlett Packard.
    Note 214187 contains information on device types for printers from the producer Océ.
    Note 398236 contains information on device types for printers from the producer Sharp.
    Note 408189 contains information on device types for printers from the producer Konica Minolta.
    Note 436609 contains information on device types for printers from the producer Xerox.
    Note 458047 contains information on device types for printers from the producer Ricoh.
    Note 485240 contains information on device types for printers from the producer SAVIN.
    Note 485244 contains information on device types for printers from the producer NRG.
    Note 516687 contains information on device types for printers from the producer Lanier.
    Note 516669 contains information on device types for printers from the producer Gestetner.
    Note 878109 contains information on device types for printers from the producer Danka.
    ASCIIPRI
    Generic device type for line printers that can be used in urgent cases where no customized printer definition exists for a line printer. It contains no printer-specific control commands, but merely CARRIAGE RETURN, NEWLINE and FORMFEED commands. It uses the standard 7 bit ASCII character set (USASCII).
    COMPU960
    Device type for BULL line printers COMPUPRINT 4/66, as well as COMPUPRINT 960. Character set used: IBM 2 German.
    DECLA75P
    Device type for the DEC line printer DEC LA75 Plus.
    DECLN07
    Device type for the DEC laser printers LN07 and DECLaser 1100.
    HP256X
    Device type for all Hewlett-Packard line printers in the HP256... series. Based on the HP manual describing the HP256X series, OCR-A is included in this printer definition, but the printer needs an additional firmware/font cassette.
    HP2930
    Device type for Hewlett-Packard's HP2930 line printer.
    HPDJ500
    Device type for Hewlett-Packard's DeskJet 500 ink jet printer.
    HPLJIIID
    Device type for Hewlett-Packard's LaserJet IIIP, III, IIID and IIIsi printers, as well as the HP LaserJet 4 series. OCR-A and OCR-B are included in the printer definition, but the printer needs an additional firmware/font cassette. The "HP LaserJet barcodes & More Font Cartridge" is needed for this. Barcode printing from R/3 is not supported.
    HPLJSTND
    Generic device type for printers that have an HP LaserJet emulation but cannot be operated via the definitions HPLJ4, HPLJIIID or HPLJ_II.
    HPLJ_II
    Device type for the Hewlett-Packard LaserJet II laser printer series. OCR-A and OCR-B are included in the printer definition, but the printer needs an additional firmware/font cassette. The "HP LaserJet barcodes & More Font Cartridge" is needed for this. Barcode printing from R/3 is not supported.
    KYOF1000
    Device type for the Kyocera F-1000 laser printer. OCR fonts are not supported. Bar code printing is supported.
    KYOF1200
    Device type for the Kyocera laser printers F-1200 and F-1200S. OCR fonts are not supported. Barcode printing is supported.
    MT600
    Device type for the Mannesmann-Tally line printer MT600. Character set used: US-ASCII (that is no German umlauts).
    MT600GER
    Device type for the Mannesmann-Tally line printer MT600. Character set used: German. OCR-A and OCR-B (German standard) are included in the printer definition; the printer must be upgraded with these fonts.
    MT600NDA
    Device type for the Mannesmann-Tally line printer MT600. Character set used: Norwegian / Danish. OCR-A and OCR-B (German standard) are included in the printer definition; the printer must be upgraded with these fonts.
    OKI341
    Device type for the OKI Microline 3410 line printer.
    POSTSCPT
    Device type which is used for pure PostScript printers. Barcode printing from R/3 is not supported.
    S4440XTG
    Device type for the SEL Alcatel line printer 4440XT. Character set used: German.
    SAPWIN
    Generic device type for printers linked (or also fax devices) to PCs running under MS Windows 3.1, Windows 95 or Windows NT by means of the R/3 program SAPLPD. Windows printer drivers are used and the character set is ISO 8859-1. Barcode printing from R/3 is possible with the additional installation of a third-party DLL (see Note 25344), but is not supported in the standard system. OCR-A and OCR-B fonts are possible with an appropriate TrueType font (see also Note 48803).
    Important Note:
    As of Release 3.0E, you can use SAPWIN to:
    Print proportional fonts and lines/boxes in SAPscript
    Print black and white as well as color TIFF graphics (with the 32-bit SAPlpd on Windows 95 and Windows NT only).
    See Note 39031.
    SWIN
    Generic device type for printing/faxing using MS Windows with SAPlpd. It is available as of Release 3.1H. Device type SWIN differs from SAPWIN in the layout of X_... formats for ABAP/4 list printing. The font size and line spacing were adjusted, particularly for color list printing.
    In addition, SAPWIN contains an expanded list of SAPscript printer fonts for current releases, for example, Greek and Russian.
    SNI4009
    Device type for the Siemens-Nixdorf SNI 4009 line printer.
    SNI4010
    Device type for the Siemens-Nixdorf SNI 4010 line printer. OCR-A is included in the printer definition, but the printer needs an additional firmware/font cassette.
    SNI9014
    Device type for the Siemens-Nixdorf SNI 9014/12 line printer. OCR-A and OCR-B are included in the printer definition. The 9014/12 has OCR-A and OCR-B font installed as a default.
    SNIZD13
    Device type for the Siemens-Nixdorf SNI ZD13 line printer. OCR-A is included in the printer definition. The ZD13 has OCR-A font installed as a default.
    CIP1000
    Device type for C.ITOH line printers CI-1000 and CI-500. The IBM Proprinter II/XL emulation and IBM character set 2 (multilingual) are used.
    EPESCP
    Device type for all 24 or 48 element EPSON printers that use the control language ESC/P. Character set IBM 437 is used. OCR-A/OCR-B are included in the printer definition. However, some printers also require an additional firmware/font cassette.
    EPESCP2
    Device type for EPSON printers that use the control language ESC/P2. The character set IBM 850 (multilingual) is used. OCR-A/OCR-B are included in the printer definition. However, some printers also require an additional firmware/font cassette.
    EPESCP9
    Device type for all 9-pin dot matrix EPSON printers that use the control language ESC/P. The standard ASCII character set is used with some additional international characters.
    EPLQ550
    Device type for the EPSON LQ-55 dot matrix printer. OCR-A/OCR-B are included in the printer definition. However, the printer needs an additional firmware/font cassette.
    HP2300
    Device type for the Hewlett-Packard 2300 line printer series. OCR-A/OCR-B are included in the printer definition. However, the printer needs an additional firmware/font cassette.
    HPLJ4
    Device type for all printers in Hewlett-Packard's LaserJet 4 series (this includes LaserJet 4/4m, 4Plus/4mPlus, 4V/4mV, 4si). OCR-A/OCR-B are included in the printer definition. However, the printer needs an additional firmware/font cassette. The "HP LASERJET barcodes & MORE FONT CARTRIDGE" or a SIMM module is required. Barcode printing from R/3 with HP LaserJet 4 Series printers requires SIMM module "JetCAPS Intelligent Barcode SIMM" and is supported.
    IBM239X
    Device type for the IBM 238X/239X Plus line printer series from Lexmark. This includes the types IBM 2380 Plus, IBM 2381 Plus, IBM 2390 Plus, IBM 2391 Plus. The IBM emulation and character set IBM 850 are used.
    IBM4226
    Device type for the IBM 4226 line printers from Lexmark. The IBM emulation and the character set IBM 850 are used.
    IBM4232
    Device type for the IBM 4232-302 line printer from IBM. The 4202 emulation and the character set IBM 2 are used. OCR-A/OCR-B are included and supported. Barcode printing is not supported.
    IBM6408
    Device type for the IBM 6408-A00 line printer from IBM. The PropPrinter III XL emulation and the character set IBM 850/IBM 2 are used. OCR-A/OCR-B are included and supported. Barcode printing is not supported.
    IBMAFP
    Device type for IBM's external SAP2AFP converter. The R/3 spool output is converted to AFPDS format and passed to IBM AFP software. IBMAFP can only be used in conjunction with spool-exit (access method Z when defining the device type). Selection of printers directly connected to R/3 is not possible. IBMAFP must be used for 240 pel AFP printers.
    Character set is ISO 8859-1 (Latin 1). OCR-A and OCR-B are supported, as well as barcodes.
    IBMAFP is for use on R/3 UNIX and Windows NT platforms.
    IBMEFP is the proper device type for AS/400 R/3 Platforms and uses the EBCDIC character set.
    IBMAFP3
    Device type for IBM's external SAP2AFP converter that converts the R/3 spool output to an AFPDS format and sends it to IBM AFP software.IBMAFP3 can be used only in conjunction with spool-exit (access method Z when defining the device type). Selection of printers connected via R/3 is not possible. IBMAFP3 must be used for 300 pel AFP printers.
    Character set is ISO 8859-1 (Latin 1). OCR-A and OCR-B are supported, as well as barcodes.
    IBMAFP3 is for use on UNIX and Windows NT platforms.
    IBMEFP3 is the proper device type for AS/400 R/3 Platforms and uses the EBCDIC character set.
    IBMSCS
    Device Type IBMSCS supports the "basic IBMSNA Character String" data stream for printers that are connected under IBM OS/400. IBMSCS is only supported for the use under SAP R/3 on hardware platforms IBM AS/400.
    LX4039
    Device type for the Lexmark laser printer series 4039. OCR-A/OCR-B are included in the printer definition. However, the printer requires an additional firmware/typeface cassette. "HP LASERJET barcodes & MORE FONT CARTRIDGE" is required. Barcode printing from R/3 is not supported.
    KYOFS150
    Device type for the Kyocera laser printer FS-1500, FS-3500, FS-1550+. OCR fonts are not supported. Barcode printing is supported.
    NECP30
    Device type for the NEC matrix printers P20/P30. The character set used is IBM codepage 850 (multilingual).
    NECP72
    Device type for the NEC matrix printers P62/P72. The NEC Pinwriter level 2 emulation and the character set IBM codepage 850 (multilingual) are used. OCR-A/OCR-B are included in the printer definition. However, the printer requires an additional firmware/font cassette.
    NECPW
    Device type for the NEC 48-pin Pinwriter P5XL, P9XL, P6/P7, P6plus/P7plus, P2200, P2plus, P60/P70, P90, P20/P30, P22Q/P32Q, P42/P52, P62/P72. The character set IBM codepage 850 (multilingual) is used.
    SNI4011
    Device type for the 24-pin version of the SNI 4011 dot matrix printer. The EPSON LQ-850+ emulation and character set IBM codepage 850 (multilingual) are used. OCR-A/OCR-B are included in the printer definition. The printer has these fonts built in.
    SNI20XX8
    Device type for the Siemens-Nixdorf 2050-8, 2075-8 and 2090-8 laser printers (HP-LaserJet emulation). For operation with R/3, you need to obtain a special font diskette for the printer from SNI. This contains the fonts required, including OCR-A and OCR-B. Barcode printing from R/3 is not supported.
    MT2033
    Device type for the Mannesmann-Tally T2033 matrix printer. Uses MTPL+IBM Proprinter emulation and IBM codepage II for the character set. OCR-A/OCR-B are included in the printer definition. These fonts are built into the printer at the factory.
    MT2045
    Device type for the Mannesmann-Tally T2045 matrix printer. Uses MTPL+IBM Proprinter emulation and IBM codepage II for the character set. OCR-A/OCR-B are included in the printer definition. These fonts are built into the printer at the factory.
    DEVICE TYPES NEW TO RELEASE 3.1G:
    HPDJ660
    Device type for the color inkjet printer Hewlett-Packard DeskJet 660C. Lists are printed in color. OCR-A, OCR-B and barcode printing from R/3 are not supported.
    HPDJ850
    Device type for the color inkjet printer Hewlett-Packard DeskJet 850C. Lists are printed in color. OCR-A, OCR-B and barcode printing from R/3 are not supported.
    HPLJ5SI
    Device type for Hewlett-Packard's LaserJet 5Si. OCR-A/OCR-B are included in the printer definition. However, the printer needs an additional firmware. The "HP LASERJET barcodes & MORE FONT CARTRIDGE" or a SIMM module is required. Barcode printing from R/3 with HP LaserJet 5Si requires and supports SIMM module "JetCAPS Intelligent Barcode SIMM".
    MT6045
    Device type for the Mannesmam-Tally T6045 dot matrix printer. Uses MT660 emulation and character set Latin-1. OCR-A/OCR-B are included in the printer definition. These fonts are built into the printer at the factory.
    Important note: For use with R/3 the printer's standard character set must be set to Latin-1.
    NEW DEVICE TYPES IN RELEASE 3.1H:
    MT691
    Device type for the Mannesmann-Tally T691 dot matrix printer. Uses MT660 emulation and character set Latin-1. OCR-A/OCR-B are included in the printer definitions. These fonts are built into the printer at the factory.
    NEW DEVICE TYPES IN RELEASE 3.1I:
    SAPWIN5
    Device type for printing cyrillic characters (character set ISO 8859-5, for example Russian) with SAPlpd/Microsoft Windows. This device type works exclusively with the Russian Windows 95 or NT 4.0 (not with Windows 3.1). To use it, a 32 bit version of the SAPlpd with a number 4.00 or higher is required.
    DEVICE TYPES IN RELEASE 4.0A:
    HPLJ5
    Device type for all printers of the Hewlett-Packard LaserJet 5 printer series (LaserJet 5/5m, 5P/5MP, 5C) except for HP LaserJet 5 SI. OCR-A/OCR-B are included in the printer definitions. However, the printer needs an additional firmware/font cassettes. The "HP LASERJET BarCodes & MORE FONT CARTRIDGE" or a SIMM module is required. Barcode printing from R/3 with printers of the HP LaserJet 5 series requires and supports SIMM module "JetCAPS Intelligent Barcode SIMM".
    Important note: HPLJ5 uses new 4.0A features (scalable fonts under PCL-5) and can only be used in Release 4.0A and higher releases!
    I2HP4
    Device type for Eastern Europe for all printer of the Hewlett Packard LaserJet 4 printer series (for example, LaserJet 4/4m, 4Plus/4mPlus, 4V/4mV, 4Si). Uses character set "ISO 8859/2" (Latin 2). OCR-A/OCR-B are included in the printer definitions, however, the printer requires additional firmware/font diskette. The "HP LASERJET BarCodes & MORE FONT CARTRIDGE" or a respective SIMM module is required. For the barcode print from R/3 with printer of the HP LaserJet 4 series the SIMM module "JetCAPS Intelligent Barcode SIMM" is required and supported.
    I2SWIN
    Device type for Eastern Europe for printing under Microsoft Windows via a 32 bit SAPlpd. I2SWIN uses the character set ISO 8859/2 (Latin 2). To use I2SWIN, the following preconditions are required:
    SAPlpd 32 bit version, from 4.00
    Microsoft Windows NT 4.0 or eastern European Win95 (Latin 2 version)
    R/3 Release 3.0E or higher
    Important note: Microsoft Windows 3.1 (SAPlpd 16 bit) is NOT supported!
    I7SWIN
    Device type for Greece for printing under Microsoft Windows via SAPlpd 32 bit. I7SWIN uses character set "ISO 8859/7" (Greek). Requirements for operation of I7SWIN are:
    SAPlpd 32 bit as of Version 4.00
    MS Windows NT 4.0 or Greek Windows 95
    R/3 Release 3.0E or newer
    Important note: MS Windows 3.1 (SAPlpd 16 bit) is not supported!
    NEW DEVICE TYPES IN RELEASE 4.5A:
    HPLJ4000
    Device type for the Hewlett Packard LaserJet 4000 printer and
    related models such as LaserJet 5000, 8000, 8100 and 8150.
    HPLJ4000 uses character set "ISO 8859/1" (Latin 1). For the barcode print from R/3 with HP LaserJet 4000, the DIMM module "JetCAPS Intelligent Barcode DIMM" is required and supported. In addition to the barcodes this DIMM module contains the OCR-A and OCR-B fonts that are supported by HPLJ4000.
    Device type HPLJ4000 offers improved output of ABAP print lists by using a special PCL-5-printer drivers and can therefore only be used in Releases as of 4.5A.
    I9HP4
    Device type for Turkey for all printers of the Hewlett-Packard LaserJet 4 printer series (among others LaserJet 4/4m, 4Plus/4mPlus, 4V/4mV, 4Si). I9HP4 uses character set "ISO 8859/9" (Latin 5). OCR-A/ OCR-B are contained in the device type, however, the printer needs extra firmware or an extra font cartridge. The "HP LASERJET BarCodes & MORE FONT CARTRIDGE" or a corresponding SIMM module is needed for this. The SIMM module "JetCAPS Intelligent Barcode SIMM" is a requirement for printing barcodes from R/3 with printers of the HP LaserJet 4 series and is supported.
    KYOFS170
    Device type for the Kyocera laser printer FS-1700. OCR fonts are not supported. Barcode printing is supported.
    Device type KYOFS170 offers improved output of ABAP print lists by using a special PRESCRIBE-II-printer driver and can therefore only be used in Releases as of 4.5A.
    POST2
    New device type for PostScript-level-2-printer which can be used alternatively to POSTSCPT. Barcode printing and OCR printing from R/3 is not supported.
    Device type POST2 offers an improved output of ABAP print lists by using a special PostScript-L2-printer driver and can therefore only be used in Releases as of 4.5A.
    NEW DEVICE TYPES IN RELEASE 4.6A:
    IXLINK
    Device type for the external XLink/SAP translator of Xerox, which translates R/3 SAPGOF data to Xerox format and transfers data to the Xerox production printer. IXLINK can only be used if the XLink/SAP translator is being used. You cannot access printers, which are connected via R/3!
    OCR-A and OCR-B fonts as well as bar codes are supported.
    NEW DEVICE TYPES IN RELEASE 4.6C:
    HPLJ8000
    Device type for Hewlett Packard LaserJet 8000, 8000N, 8000DN printers. HPLJ8000 uses character set "ISO 8859/1" (Latin 1). For the barcode print from R/3 with HP LaserJet 4000, the DIMM module "JetCAPS Intelligent Barcode DIMM" is required and supported. In addition to the barcodes this DIMM module contains the OCR-A and OCR-B fonts that are supported by HPLJ4000.
    Device type HPLJ8000 offers improved output of ABAP print lists by using a special PCL-5-printer driver and can therefore only be used in Releases as of 4.5A.
    HPLJ1100
    Device type for Hewlett Packard LaserJet 1100 printer. HPLJ1100 uses character set "ISO 8859/1" (Latin 1). OCR-A/B as well as barcode print from R/3 are not supported.
    Device type HPLJ1100 can only be used in Releases as of 4.6C.
    I9SWIN
    Device type for Turkey und printing with MS Windows via SAPlpd 32 bit. I9SWIN uses character set "ISO 8859/9" (Latin 5). Preconditions for using I9SWIN:
    SAPlpd 32 bit as of version 4.00
    MS Windows NT 4.0 or Turkish Windows 95 (Latin 5 Version)
    R/3 Release 3.0E or newer
    Important note: MS Windows 3.1 (SAPlpd 16 bit) is not supported!
    IBMNP
    Device type for laser printer IBM InfoPrint 20 as well as the IBM Network Printer 12, 17, 24, IBM InfoPrint 32, InfoPrint 40. OCR- and MICR fonts are supported by the device type. The printer needs an additional module for these fonts. "Barcode-, MICR and OCR A+B SIMM for IBM Network Printers" is required. Read Note 133660 also. Bar code printing from R/3 is not supported.
    Important note: IBMNP uses new 4.0A features (scaleable font under PCL-5) and can only be used in maintenance level 4.0A and higher.
    NEW DEVICE TYPES IN RELEASE 6.10:
    IBMIP12
    Device type for laser printer IBM InfoPrint 12. IBMIP12 uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBMIP21
    Device type for laser printer IBM InfoPrint 21. IBMIP21 uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBMIP32
    Device type for laser printers IBM InfoPrint 32 and InfoPrint 40. IBMIP32 uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBMIP2K
    Device type for production laser printer IBM InfoPrint 2000 with PCL-5 emulation. IBMIP2K uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBMIP60
    Device type for laser printer IBM InfoPrint 60. IBMIP60 uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBMIP70
    Device type for laser printer IBM InfoPrint 70. IBMIP70 uses character set ISO 8859-1 (Latin 1). Bar code and OCR-font printing from SAP is not supported. This device type is compatible with all SAP releases from 4.0A.
    IBM4247
    Device type for line printer IBM 4247. The printer's 4247 emulation and character set IBM2 is used. OCR-fonts are supported. Bar code printing from SAP is not supported.
    Attention: Please follow note 396462 when installing the printer.
    NEW DEVICE TYPES IN RELEASE 6.20:
    IBM6400
    Device type for line printer IBM 6400. The printer's "P-Series" emulation and character set PC850 is used. OCR-fonts are supported. Bar code printing from SAP is not supported.
    Attention: Please follow note 396462 when installing the printer.
    HP1200
    Device type for HP LaserJet 1200/1220. HP1200 uses character set "ISO 8859/1" (Latin 1).
    HP1200 is compatible with all releases from 4.0A.
    HP2200
    Device type for HP LaserJet 2200. HP2200 uses character set "ISO 8859/1" (Latin 1).
    HP2200 is compatible with all releases from 4.0A.
    HP2250
    Device type for HP Business Inkjet 2250. HP2250 uses character set "ISO 8859/1" (Latin 1).
    HP2250 is compatible with all releases from 4.5B.
    Attention: Business Inkjet 2200 is not compatible with HP2250.
    HP2500
    Device type for HP DeskJet 2500C with PCL-5 option. HP2500 uses character set "ISO 8859/1" (Latin 1).
    HP2500 is compatible with all releases from 4.0A.
    HP3200
    Device type for HP LaserJet 3200m. HP3200 uses character set "ISO 8859/1" (Latin 1).
    HP3200 is compatible with all releases from 4.0A.
    HP4100
    Device type for HP LaserJet 4100. HP4100 uses character set "ISO 8859/1" (Latin 1).
    HP4100 is compatible with all releases from 4.0A.
    HP4550
    Device type for HP LaserJet 4550 (color laser). HP4550 uses character set "ISO 8859/1" (Latin 1).
    HP4550 is compatible with all releases from 4.5A.
    HP8150
    Device type for HP LaserJet 8150. HP8150 uses character set "ISO 8859/1" (Latin 1).
    HP8150 is compatible with all releases from 4.0A.
    HP8550
    Device type for HP LaserJet 8550 (color laser). HP8550 uses character set "ISO 8859/1" (Latin 1).
    HP4550 is compatible with all releases from 4.5A.
    HP9000
    Device type for HP LaserJet 9000. HP9000 uses character set "ISO 8859/1" (Latin 1).
    HP9000 is compatible with all releases from 4.0A.
    NEW DEVICE TYPES IN RELEASE NW04:
    BRHL
    Device type for Brother laser printer HL-2460. This device type is compatible to other Brother laser printers, see below.
    OCR-A and OCR-B fonts as well as bar codes are supported.
    BRHL is compatible with all releases from 4.5A.
    IP2085
    Device type for the IBM Infoprint 2085 Laser printer with printer language PCL-5. OCR font and bar code printing from SAP are not supported.
    IP2085 is compatible with all releases 4.5A and higher.
    IP2085P
    Device type for the IBM Infoprint 2085 Laser printer with printer language PostScript. OCR font and bar code printing from SAP are not supported.
    IP2085P is compatible with all releases 4.5A and higher.
    IP2105
    Device type for the IBM Infoprint 2105 Laser printer with printer language PCL-5. OCR font and bar code printing from SAP are not supported.
    IP2105 is compatible with all releases 4.5A and higher.
    IP2105P
    Device type for the IBM Infoprint 2105 Laser printer with printer language PostScript. OCR font and bar code printing from SAP are not supported.
    IP2105P is compatible with all releases 4.5A and higher.
    LEXT622
    Device type for the Lexmark T622 laser printer. OCR-fonts and bar code printing from SAP are supported if the printer is equipped with a corresponding option (note 119471).
    LEXT622 is compatible with all releases 4.5A and higher.
    LEXW820
    Device type for the Lexmark W820 laser printer. OCR-fonts and bar code printing from SAP are supported if the printer is equipped with a corresponding option (note 119471).
    LEXW820 is compatible with all releases 4.5A and higher.
    LEX4227P
    Device type for the Lexmark 4227plus line printer. The device type supports the Latin-1 character set. For using the device type, the IBM emulation must be set in the printer.
    OCR fonts and barcode printing from SAP are not supported.
    LEX4227P is compatible with all releases.
    I5LEX
    Device type for Cyrillic printing (e.g. Russian) with Lexmark T522 laser printer. Lexmark T522 natively supports Cyrillic fonts and character set ISO 8859-5.
    OCR-fonts are not supported. Bar code printing is supported (with a bar code DIMM, see note 119471).
    I5LEX is compatible with all releases 4.0A and higher.
    CNLX522
    Device type for Lexmark T522 laser printer with add-on "Simplified Chinese DBCS font DIMM kit" (Lexmark product number 09H0690). The device type supports Simplified Chinese. OCR-fonts and bar code printing from SAP are not supported.
    CNLX522 is compatible with all releases 4.0A and higher.
    JPLX522
    Device type for Lexmark T522 laser printer with add-on "Japanese DBCS font DIMM kit" (Lexmark product number 13K0227). The device type supports Japanese character set. OCR-fonts and bar code printing from SAP are not supported.
    JPLX522 is compatible with all releases 4.0A and higher.
    KPLX522
    Device type for Lexmark T522 laser printer with add-on "Korean DBCS font DIMM kit" (Lexmark product number 10G1705). The device type supports Korean character set. OCR-fonts and printing of bar codes from SAP are not supported.
    KPLX522 is compatible with all releases 4.0A and higher.
    TWLX522
    Device type for Lexmark T522 laser printer with add-on "Traditional Chinese DBCS font DIMM kit" (Lexmark product number 09H0691). The device type supports traditional Chinese character set. OCR-fonts and bar code printing from SAP are not supported.
    TWLX522 is compatible with all releases 4.0A and higher.
    HP5000
    Device type for HP LaserJet 5000. HP5000 uses character set "ISO 8859/1" (Latin 1).
    HP5000 is compatible with all releases from 4.0A.
    HP23
    Device type for HP LaserJet 2300. HP23 uses character set "ISO 8859/1" (Latin 1).
    HP23 is compatible with all releases from 4.5A.
    HP3000
    Device type for HP business inkjet 3000. HP3000 uses character set "ISO 8859/1" (Latin 1).
    HP3000 is compatible with all releases from 4.5A.
    HP4300
    Device type for HP LaserJet 4200 and HP LaserJet 4300. HP4300 uses character set "ISO 8859/1" (Latin 1).
    HP4300 is compatible with all releases from 4.5A.
    HP4600
    Device type for HP color LaserJet 4600. HP4600 uses character set "ISO 8859/1" (Latin 1).
    HP4600 is compatible with all releases from 4.5A.
    HP5100
    Device type for HP LaserJet 5100. HP5100 uses character set "ISO 8859/1" (Latin 1).
    HP5100 is compatible with all releases from 4.5A.
    HP5500
    Device type for HP color LaserJet 5500. HP5500 uses character set "ISO 8859/1" (Latin 1).
    HP5500 is compatible with all releases from 4.5A.
    HP9500
    Device type for HP color LaserJet 9500. HP9500 uses character set "ISO 8859/1" (Latin 1).
    HP9500 is compatible with all releases from 4.5A.
    I2HPPS
    Device type for certain HP LaserJet models with PostScript emulation (see Note 575916). I2HPPS supports character set "ISO 8859/2" (Latin 2).
    I2HPPS is compatible with all releases as of 4.0A.
    Barcode printing and OCR fonts are not supported.
    CAN105
    Device type for Canon laser printer imageRUNNER 105. CAN105 supports character set ISO 8859-1 (Latin 1).
    CAN105 is compatible with all releases as of 4.5A.
    OCR-fonts are supported, barcode printing is not supported.
    CAN22
    Device type for Canon laser printers imageRUNNER 2200/2800/3300/3300i. CAN22 supports character set ISO 8859-1 (Latin 1).
    CAN22 is compatible with all releases as of 4.5A.
    OCR-fonts are supported, barcode printing is not supported.
    CAN5
    Device type for Canon laser printers imageRUNNER 5000/5000i/6000. CAN5 supports character set ISO 8859-1 (Latin 1).
    CAN5 is compatible with all releases as of 4.5A.
    OCR-fonts are supported, barcode printing is not supported.
    CAN85
    Device type for Canon laser printers imageRUNNER 8500/7200/85. CAN85 supports character set ISO 8859-1 (Latin 1).
    CAN85 is compatible with all releases as of 4.5A.
    OCR-fonts are supported, barcode printing is not supported.
    CN105PS
    PostScript device type for Canon laser printer imageRUNNER 105. CN105PS supports character set ISO 8859-1 (Latin 1).
    CN105PS is compatible with all releases as of 4.5A.
    OCR-fonts and barcode printing is not supported.
    CN22PS
    PostScript device type for Canon laser printers imageRUNNER 2200/2800/3300/3300i. CN22PS supports character set ISO 8859-1 (Latin 1).
    CN22PS is compatible with all releases as of 4.5A.
    OCR-fonts and barcode printing is not supported.
    CN5PS
    PostScript device type for Canon laser printer imageRUNNER 5000/5000i/6000. CN5PS supports character set ISO 8859-1 (Latin 1).
    CN5PS is compatible with all releases as of 4.5A.
    OCR-fonts and barcode printing is not supported.
    CN85PS
    PostScript device type for Canon laser printer imageRUNNER 8500/7200/85. CN85PS supports character set ISO 8859-1 (Latin 1).
    CN85PS is compatible with all releases as of 4.5A.
    OCR-fonts and barcode printing is not supported.
    CAN400
    PCL5 device type for Canon laser printer imageRUNNER 330/400. CAN400 supports character set ISO 8859-1 (Latin 1).
    CAN400 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CN400PS
    PostScript device type for Canon laser printer imageRUNNER 330/400. CN400PS supports character set ISO 8859-1 (Latin 1).
    CN400PS is compatible with all releases as of 4.5A.
    OCR-fonts and barcode printing is not supported.
    CANC32
    PCL5 device type for Canon color laser printer Color imageRUNNER C3200. CANC32 supports character set ISO 8859-1 (Latin 1).
    CANC32 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    NEW DEVICE TYPES IN RELEASE SAP NetWeaver 04s:
    ARM205
    PCL-5 device type for Sharp laser printer AR-M205. ARM205 uses character set ISO 8859-1 (Latin-1).
    ARM205 is compatible with all releases as of 4.5A.
    OCR fonts are not supported. Barcode printing and OCR fonts are supported with an add-on product (note 733347).
    ARM276
    PCL-5 device type for Sharp laser printer AR-M276. ARM276 uses character set ISO 8859-1 (Latin-1).
    ARM276 is compatible with all releases as of 4.5A.
    OCR fonts are not supported. Barcode printing and OCR fonts are supported with an add-on product (note 733347).
    ARM450
    PCL-5 device type for Sharp laser printer AR-M450. ARM450 uses character set ISO 8859-1 (Latin-1).
    ARM450 is compatible with all releases as of 4.5A.
    OCR fonts are not supported. Barcode printing and OCR fonts are supported with an add-on product (note 733347).
    ARM550
    PCL-5 device type for Sharp laser printer AR-M550U. ARM550 uses character set ISO 8859-1 (Latin-1).
    ARM550 is compatible with all releases as of 4.5A.
    OCR fonts are not supported. Barcode printing and OCR fonts are supported with an add-on product (note 733347).
    ARC262P
    PostScript device type for Sharp color laser printer ARC-262M. ARC262P is compatible with all releases as of 4.5A.
    OCR fonts are not supported.
    CAN2220
    PCL5 device type for Canon laser printer imageRUNNER 2220n/2220i/3320n/3320i. CAN2220 supports character set ISO 8859-1 (Latin 1).
    CAN2220 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CN2220P
    PostScript device type for Canon laser printer imageRUNNER 2220n/2220i/3320n/3320i. CN2220P supports character set ISO 8859-1 (Latin 1).
    CN2220P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CAN5020
    PCL5 device type for Canon laser printer imageRUNNER 5020n/5020i/6020n/6020i. CAN5020 supports character set ISO 8859-1 (Latin 1).
    CAN5020 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CN5020P
    PostScript device type for Canon laser printer imageRUNNER 5020n/5020i/6020n/6020i. CN5020P supports character set ISO 8859-1 (Latin 1).
    CN5020P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC3100
    PCL5 device type for Canon color laser printer imageRUNNER C3100. CNC3100 supports character set ISO 8859-1 (Latin 1).
    CNC3100 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CNC31PS
    PostScript device type for Canon color laser printer imageRUNNER C3100. CNC31PS supports character set ISO 8859-1 (Latin 1).
    CNC31PS is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC3220
    PCL5 device type for Canon color laser printers imageRUNNER C3220/C2620. CNC3220 supports character set ISO 8859-1 (Latin 1).
    CNC3220 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CNC322P
    PostScript device type for Canon color laser printers imageRUNNER C3220/C2620. CNC322P supports character set ISO 8859-1 (Latin 1).
    CNC322P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC6800
    PCL5 device type for Canon color laser printers imageRUNNER C5800/C6800. CNC6800 supports character set ISO 8859-1 (Latin 1).
    CNC6800 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is not supported.
    CNC68PS
    PostScript device type for Canon color laser printers imageRUNNER C5800/C6800. CNC68PS supports character set ISO 8859-1 (Latin 1).
    CNC68PS is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC31E
    PCL5 device type for Canon color laser printer imageRUNNER C3100 with imagePASS-E1 controller. CNC31E supports character set ISO 8859-1 (Latin 1).
    CNC31E is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC31EP
    PostScript device type for Canon color laser printer imageRUNNER C3100 with imagePASS-E1 controller. CNC31EP supports character set ISO 8859-1 (Latin 1).
    CNC31EP is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC322E
    PCL5 device type for Canon color laser printer imageRUNNER C3220/C2620 with imagePASS-C1 V.2 controller. CNC322E supports character set ISO 8859-1 (Latin 1).
    CNC322E is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC322EP
    PostScript device type for Canon color laser printer imageRUNNER C3220/C2620 with imagePASS-C1 V.2 controller. CNC322EP supports character set ISO 8859-1 (Latin 1).
    CNC322EP is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC68E
    PCL5 device type for Canon color laser printers imageRUNNER C5800/C6800 with imagePASS-D1 controller. CNC68E supports character set ISO 8859-1 (Latin 1).
    CNC68E is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CNC68EP
    PostScript device type for Canon color laser printers imageRUNNER C5800/C6800 with imagePASS-D1 controller. CNC68EP supports character set ISO 8859-1 (Latin 1).
    CNC68EP is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    CN2270
    PCL5 device type for Canon laser printers imageRUNNER 2270/2870/3570/4570. CN2270 supports character set ISO 8859-1 (Latin 1).
    CN2270 is compatible with all releases as of 4.5A.
    OCR-fonts are supported. Barcode printing is supported with usage of the optional barcode printing kit.
    CN2270P
    PostScript device type for Canon laser printer imageRUNNER 2270/2870/3570/4570. CN2270P supports character set ISO 8859-1 (Latin 1).
    CN2270P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcode printing are not supported.
    DL3100
    PCL5 device type for DELL color laser printer 3100cn. DL3100 supports character set ISO 8859-1 (Latin 1).
    DL3100 is compatible with all releases as of 4.5A.
    OCR-fonts and Barcodes are not supported.
    DL3100P
    PostScript device type for DELL color laser printer 3100cn. DL3100P supports character set ISO 8859-1 (Latin 1).
    DL3100P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcodes are not supported.
    DL5100
    PCL5 device type for DELL color laser printer 5100cn. DL5100 supports character set ISO 8859-1 (Latin 1).
    DL5100 is compatible with all releases as of 4.5A.
    OCR-fonts and Barcodes are not supported.
    DL5100P
    PostScript device type for DELL color laser printer 5100cn. DL5100P supports character set ISO 8859-1 (Latin 1).
    DL5100P is compatible with all releases as of 4.5A.
    OCR-fonts and Barcodes are not supported.
    HP3700
    Device type for HP color LaserJet 3700. HP3700 supports character set ISO 8859-1 (Latin 1).
    HP3700 is compatible with all releases as of 4.5A.
    HPBI23
    Device type for HP business inkjet 2300. HPBI23 supports character set ISO 8859-1 (Latin 1).
    HPBI23 is compatible with all releases as of 4.0A.
    HP9055
    Device type for HP LaserJet 9055mfp. HP9055 supports character set ISO 8859-1 (Latin 1).
    HP9055 is compatible with all releases as of 4.5A.
    HP9065
    Device type for HP LaserJet 9065mfp. HP9065 supports character set ISO 8859-1 (Latin 1).
    HP9065 is compatible with all releases as of 4.5A.
    I7HP4
    Device type for HP LaserJet printers with "Greek Font DIMM" (add-on module with Greek fonts). Information can be found under www.hp.com/go/sap/drivers. I7HP4 supports character setISO 8859/7 (Greek).
    I7HP4 is compatible with all releases as of 4.6B.
    HP4250
    Device type for HP LaserJet 4250 printer. HP4250 supports character set ISO 8859-1 (Latin 1).
    HP4250 is compatible with all releases as of 4.5A.
    HP1160
    Device type for HP LaserJet 1160 printer. HP1160 supports character set ISO 8859-1 (Latin 1).
    HP1160 is compatible with all releases as of 4.5A.
    HP1320
    Device type for HP LaserJet 1320 printer. HP1320 supports character set ISO 8859-1 (Latin 1).
    HP1320 is compatible with all releases as of 4.5A.
    HP2430
    Device type for HP LaserJet 2430 printer. HP2430 supports character set ISO 8859-1 (Latin 1).
    HP2430 is compatible with all releases as of 4.5A.
    HP3030
    Device type for HP LaserJet 3030 printer. HP3030 supports character set ISO 8859-1 (Latin 1).
    HP3030 is compatible with all releases as of 4.5A.
    HP4650
    Device type for HP Color LaserJet 4650 printer. HP4650 supports character set ISO 8859-1 (Latin 1).
    HP4650 is compatible with all releases as of 4.5A.
    HP5550
    Device type for HP Color LaserJet 5550 printer. HP5550 supports character set ISO 8859-1 (Latin 1).
    HP5550 is compatible with all releases as of 4.5A.
    HP9850
    Device type for HP 9850mfp. HP9850 supports character set ISO 8859-1 (Latin 1).
    HP9850 is compatible with all releases as of 4.5A.
    HPLJ9050
    Device type for HP LaserJet 9050 printer. HP9050 supports character set ISO 8859-1 (Latin 1).
    HP9050 is compatible with all releases as of 4.5A.
    HPOJ9130
    Device type for HP officejet 9130. HPOJ9130 supports character set ISO 8859-1 (Latin 1).
    HPOJ9130 is compatible with all releases as of 4.0B.
    HP4345
    Device type for HP LaserJet 4345mfp. HP4345 supports character set ISO 8859-1 (Latin 1).
    HP4345 is compatible with all releases as of 4.5B.
    HP9040
    Device type for HP LaserJet 9040mfp. HP9040 supports character set ISO 8859-1 (Latin 1).
    HP9040 is compatible with all releases as of 4.5B.
    HP9050
    Device type for HP LaserJet 9050mfp. HP9050 supports character set ISO 8859-1 (Latin 1).
    HP9050 is compatible with all releases as of 4.5B.
    HP9500M
    Device type for HP LaserJet 9500mfp. HP9500M supports character set ISO 8859-1 (Latin 1).
    HP9500M is compatible with all releases as of 4.5B.
    IP2060
    Device type for the IBM Infoprint 2060ES Laser printer with printer language PCL-5. IP2060 supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2060 is compatible with all releases 4.5A and higher.
    IP2060P
    Device type for the IBM Infoprint 2060ES Laser printer with printer language PostScript. IP2060P supports character set ISO 8859-1 (Latin 1).OCR font and bar code printing from SAP are not supported.
    IP2060P is compatible with all releases 4.5A and higher.
    IP2075
    Device type for the IBM Infoprint 2075ES Laser printer with printer language PCL-5. IP2075 supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2075 is compatible with all releases 4.5A and higher.
    IP2075P
    Device type for the IBM Infoprint 2075ES Laser printer with printer language PostScript. IP2075P supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2075P is compatible with all releases 4.5A and higher.
    IP2090
    Device type for the IBM Infoprint 2090ES Laser printer with printer language PCL-5. IP2090 supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2090 is compatible with all releases 4.5A and higher.
    IP2090P
    Device type for the IBM Infoprint 2090ES Laser printer with printer language PostScript. IP2090P supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2090P is compatible with all releases 4.5A and higher.
    IP2105E
    Device type for the IBM Infoprint 2105ES Laser printer with printer language PCL-5. IP2105E supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2105E is compatible with all releases 4.5A and higher.
    IP2105EP
    Device type for the IBM Infoprint 2105ES Laser printer with printer language PostScript. IP2105EP supports character set ISO 8859-1 (Latin 1). OCR font and bar code printing from SAP are not supported.
    IP2105EP is compatible with all releases 4.5A and higher.
    OKI6100
    Device type for OKI laser printer B6100. OKI6100 supports character set ISO 8859-1 (Latin 1). OCR-fonts are supported. Barcode printing is supported with an OKI add-on product.
    OKI6100 is compatible with all releases as of 4.5A.
    OKI8300
    Device type for OKI laser printer B8300. OKI8300 supports character set ISO 8859-1 (Latin 1). OCR-fonts are not supported. Barcode printing is supported with an OKI add-on product.
    OKI8300 is compatible with all releases as of 4.5A.
    OKI9500
    Device type for OKI color laser printer C9500. OKI9500 supports character set ISO 8859-1 (Latin 1). OCR-fonts are supported. Barcode printing is supported with an OKI add-on product.
    OKI9500 is compatible with all releases as of 4.5A.
    OKI4350
    Device type for OKI laser printer B4350. OKI4350 supports character set ISO 8859-1 (Latin 1). OCR-fonts are supported. Barcode printing is supported with an OKI add-on product.
    OKI4350 is compatible with all releases as of 4.5A.
    OKI5400
    Device type for OKI color laser printer C5400. OKI5400 supports character set ISO 8859-1 (Latin 1). OCR-fonts are supported. Barcode printing is supported with an OKI add-on product.
    OKI5400 is compatible with all releases as of 4.5A.
    OKI6300
    Device type for OKI laser printer B6300. OKI6300 supports character set ISO 8859-1 (Latin 1). OCR-fonts are supported. Barcode printing is supported with an OKI add-on product.
    OKI6300 is compatible with all releases as of 4.5A.
    SML1451, SML1451

  • Print Prog-Auto Print Barcode Label for Goods Receipt(MIGO) using Smartform

    Hi Guru's
    I have created a smartform that prints barcodes on a label.
    My tests print successfully to the Printronix thermal label printer.
    Is there perhaps a SAP Standard print program that i can use in my output type that will call my smartform upon goods receipt(MIGO)?
    please bear in mind that i am looking for a print program that calls a SMARTFORM. not a sapscript.
    /SMB40/M07DR does not exist on my system. and I am going to use output type WEE1 - for LABEL Printing
    Awaiting your feedback.
    Thanks in advance geniuses!

    Good luck dude,
    In that same program I noticed We01 that will print a smartform GR. I think if you use form entry_we01 in your output control you should do well.

  • How to print BARCODE in DATAMAX Printer using SAP Script?

    Hi,
    Can anybody guide me how to print BARCODE using DATAMAX Printer?
    I need to develop a SAP Script, through which i need to print the BARCODE.
    Pls. let me know the parameters for Script and how to print using print program.....
    Regards,
    Hemant

    make one form in sapscript with one main window: like this
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1911A1200400005&knmt-kdmat&
    /           1911A0800300005&knmt-postx&
    /           1911A0800100005VS-Nr   :         &KNMT-MATNR&
    /           1911A0800000005Datum   :         &date&
    /           Q0001
    /           E
    in this script   &mseg-matnr&    and    &mseg-charg&    are 2D Barcodes
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1Wc99000001400082000012012&mseg-matnr&
    /           ySPM
    /           1911A1000380055&mseg-matnr&
    /           1Wc99000001501702000012012&mseg-charg&
    /           1911A0800260055&mkpf-budat&
    /           1911A0800140055&mseg-mblnr&
    /           1911A0600020008&makt-maktx&
    /           Q0001
    /           E
    then you need your own printprogram and everything is fine. with open_form ;  start_form ; write_form;  end_form
    you can communicate direct with the Datamax Programming Language  from SAPScript to the Barcode printer.
    i also have the datamax programmers manual as pdf if you want i could send it to you. let me know by PM.
    also have look into HW 490295  the bartender Solution works fine for me to create the SO10 text's
    greetz
    tony
    Edited by: Tony Wienhold on Jul 17, 2009 4:37 PM

  • How to print Barcode in te SAP SCRIPTS?

    Hi All,
    Can anyone of you let me know how to print the Barcode in the SAP SCRIPT? This is the first time I'm working on the Barcode. I've to print many fields data into one barcode. Like PO number, Material Number, Plant, Company code..etc..
    Best Regards,
    Venkatesh Eddala.

    Hello Venkat,
    Creating Bar code:
    -->From trans code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    --> when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    -->Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    -->The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    SAP Barcodes
    -->Barcode solution consists of the following:
    barcode printer
    barcode reader
    mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    for your reference check the below links:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    for smart, please check the below link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    See the below program forbarcode in sapscript for your reference:
    DATA: BAR_CODE1(16) VALUE `ABC01230123A01'
    NEW-PAGE PRINT ON IMMEDIATELY `X'.
    FORMAT COLOR OFF INTENSIFIED OFF.
    If the barcode is the first element on the page, the following Write
    statement is needed (otherwise you get a date in the first print
    control.
    WRITE:/
    Turn on the barcode font, print the data, and switch back to the
    printer's default font. Be sure to use NO-GAP to avoid unwanted
    characters or CR/LF.
    PRINT-CONTROL FUNCTION `BCPFX'
    WRITE: BAR_CODE1 NO-GAP
    PRINT-CONTROL FUNCTION `BCSFX'
    Add a Write statement to prevent insertion of CR/LF into the barcode.
    WRITE:/
    Sample SAPSCRIPT
    Variable BAR_CODE1 contains the barcode data, including asterisks.
    The & is needed to avoid unwanted spaces or CR/LF characters
    /E LINE
    /: PRINT-CONTROL BCPFX
    = &BAR_CODE1&
    /: PRINT-CONTROL BCSFX
    Venkat - Please reward points for previous therad if you feel good answer ...
    Thanks
    Seshu

  • Printing barcode lables in sap script forms

    hi friends,
    i am trying from long time to print barcode on Z4m barcode printer.the folowing is the requirment.
    Application object is : MM07ET
    Text ID : 7001 of the application object
    Layout set: RM07ETIKETT .
    Layout set is i copied from client 000 .
    Folowing is the ZPL code i am using to get barcode print.
    /    ^XA
    /    CWI,U00S8_S2.FNTFS
    /    FO125,10A0N,21,0CI0FRFDAES CARTEGENAFS
    /    CWJ,U00O01JW.FNTFS
    /    FO20,57A0N,27,0CI0FRFDMaterial Number :FS
    /    CWK,T00O01JW.FNTFS
    /    FO19,97A0N,27,0CI0FRFDMatl Desc :FS
    /    CWJ,U00O01JW.FNTFS
    /    FO20,133A0N,27,0CI0FRFDStorage Location :FS
    /    CWJ,U00O01JW.FNTFS
    /    FO20,175A0N,27,0CI0FRFDBin Location :FS
    /    CWJ,U00O01JW.FNTFS
    /    FO19,214A0N,27,0CI0FRFDValuation Type :FS
    /    CWK,T00O01JW.FNTFS
    /    FO19,253A0N,27,0CI0FRFDDoc Number/Item :FS
    /    BY2,3.0FO64,290BCN,64,N,Y,NFRFD>:10.000.006FS
    /    CWL,T00S8_S2.FNTFS
    /    FO144,101A0N,21,0CI0FRFDabcdefghijklmnopqrstuvwxyzFS
    /    CWI,U00S8_S2.FNTFS
    /    FO154,360A0N,21,0CI0FRFD10.000.006FS
    /    CWI,U00S8_S2.FNTFS
    /    FO179,181A0N,21,0CI0FRFDasdf123456FS
    /    CWI,U00S8_S2.FNTFS
    /    FO230,137A0N,21,0CI0FRFD01234FS
    /    CWI,U00S8_S2.FNTFS
    /    FO220,63A0N,21,0CI0FRFD10.000.006FS
    /    CWI,U00S8_S2.FNTFS
    /    FO200,219A0N,21,0CI0FRFDM1FS
    /    CWI,U00S8_S2.FNTFS
    /    FO222,258A0N,21,0CI0FRFD5000000011FS
    /    ^PQ1
    /    ^XZ
    i need clarification on following items.
    1) Weather this zpl code i need to write in MM07ET object.? or in layoutset ZRM07ETIKETT
    2) ABOVE CODE HAS BEEN CREATED BY BARONE.(OTHER WISE I CAN ALSO WRITE MY OWN ZPL LANGUAGE)
    3)HOW TO SEND SEND SAME CODE IN TO PRINTER MEMOREY.(IF IT IS .ITF HOW TO SEND IT THROUGH SAPSCRIPT.)
    (PLS ANSWER ANY ONE AS EARLY AS POSSIBLE).

    Typically I've put the code into the MM07ET object, leaving the layout set as simple as possible.
    The question I pose is how do you transport MM07ET? I have done it in the past in older versions, but it seems my notes are not valid anymore? I know you can upload and download MM07ET, but a transport is preferable.
    I used to manually assign an object to the transport:
    R3TR TEXT MM07ET,MM07ET_ETIKETT,7001,E
    Any ideas?
    Regards,
    Louise Langley

  • Urgent!! Printing Barcode using smartforms

    req: need to print barcode using smartforms.
    &#12304;Settings&#12305;
    The following settings are made already
    1.  Style ( paragraph, character type(Syatem Barcode ) )is created and activated (T-code:Smartforms)
    2.  In the smartform I used the above style to print barcode  .
    &#8251;TEXTTYPE = TEXT ELEMENT.
    &#12304;Execution&#12305;
    1.  I run the smartform in test mode with setting any print parameters
    2.  Trigger print preview
    &#12304;Problem&#12305;
    1. I am getting only BAR's no barcodes.
    The bracodes are not displayed properly.
    If I test the same system barcode in SE73 it displayed properly.
    Is there anyother settings are necessory?
    Plz help me in solving the peoblem

    Hi
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Reward points for useful Answers
    Regards
    Anji

  • Printing barcodes in smartforms

    How to print barcodes in smartfroms

    hey Ganesh,
    welcome to <b>SDN</b>,
    check the below extra info addition to above one
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Details information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research -
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes.
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor.
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    Barcode Standard
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    if u find it useful plz mark the points on the left side
    Regards,
    Naveen

  • What r the steps to print barcode in smartforms

    hi experts,
    can anybody tell me what r the steps to print barcode in smartforms.
    with examples is appreciated.
    points will be rewarded if helpful.

    /people/javier.perez-ullivarri/blog/2007/12/03/create-barcode-in-abap-conversion-to-pdf
    Creating Bar code:
    -->From trans code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    --> when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    -->Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    -->The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    SAP Barcodes
    -->Barcode solution consists of the following:
    barcode printer
    barcode reader
    mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    for your reference check the below links:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    for smart, please check the below link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    See the below program forbarcode in sapscript for your reference:
    DATA: BAR_CODE1(16) VALUE `ABC01230123A01'
    NEW-PAGE PRINT ON IMMEDIATELY `X'.
    FORMAT COLOR OFF INTENSIFIED OFF.
    If the barcode is the first element on the page, the following Write
    statement is needed (otherwise you get a date in the first print
    control.
    WRITE:/
    Turn on the barcode font, print the data, and switch back to the
    printer's default font. Be sure to use NO-GAP to avoid unwanted
    characters or CR/LF.
    PRINT-CONTROL FUNCTION `BCPFX'
    WRITE: BAR_CODE1 NO-GAP
    PRINT-CONTROL FUNCTION `BCSFX'
    Add a Write statement to prevent insertion of CR/LF into the barcode.
    WRITE:/
    Sample SAPSCRIPT
    Variable BAR_CODE1 contains the barcode data, including asterisks.
    The & is needed to avoid unwanted spaces or CR/LF characters
    /E LINE
    /: PRINT-CONTROL BCPFX
    = &BAR_CODE1&
    /: PRINT-CONTROL BCSFX

Maybe you are looking for

  • File Content Conversion pr

    Hi Guys, I have a problem with a file-to-file scenario. It brings up the following error when trying to read the file i.e from the receiver:- Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR consistency check in reco

  • Minisap installation for abap development

    Hi everyone. I'd like to install minisap in order to learn ABAP development. But I didn't manage to install it yet. Could anyone help me or give instructions on intallation or other mean to practise my learning in ABAP. thanks.

  • HT2486 Address book data loss / iMac 10.5.8 / despite backing up on a NAS all data lost, including in the backup. How can I retrieve it? Thanks

    Help! All my address book data disappeared from one day to the next. I entered my NAS back-up but all the address books going back in time are empty. Then I got clever and thought I would sync my contacts from my iPhone 4 to my iMac. Brilliant idea -

  • EMail content missing

    I went to review emails this morning from the Internet and discovered that any eMail in my root folder was missing the content and any attachments plus the date received was changed to December 31, 1969. HELP!

  • SGD V4.5  JSP User load balancing

    We are using the JSP load balancing as follows, we are in a round robin DNS environment , looking for user persistance. // ** List of SGD servers hosts = "https://mydomain.com" // List of SGD servers to be used as potential targets (both modes) hosts