System barcode and Printer barcode

Hi All,
I have to create a barcode in SAP SCRIPT  can any one please tell what is the difference between system barcode and printer barcode.
is it possible to create a custom barcode?
Appreciate your answers.
Tnx,
Joe

Printer Bar Codes
u201CPrinter bar codesu201D are bar codes that are specific to a specific printer. These bar codes
actually have the commands and parameters hard coded for each separate bar code
symbology and derivative. This is known as SAPu2019s u201Cold bar code technology.u201D You will
also need to create new u201Cprinter bar codesu201D if you wish to change any parameters such as
ratio, narrow bar width, or height. You should try and avoid this u201Cold technologyu201D if
possible.
System Bar Codes
u201CSystem bar codesu201D can either use the u201Cold barcode technology u201Cand use a specific
u201Cprinter bar codeu201D based on the device type selected, or alternatively use the u201Cnew bar
code technology.u201D We recommend that you use u201Cnew technologyu201D if possible as this has
many advantages:
u2022 Does not require the creation of u201Cprinter bar codesu201D for every single possible
device type being used
u2022 Does not require knowledge of the printeru2019s command language.
u2022 You can preview the bar code (SAP NetWeaver 04 onwards)
u2022 This can also be rendered on non-Zebra printers (although as a graphic)

Similar Messages

  • Solutions for creating and printing barcode for MII application

    Hi all,
    We need some help on solution about barcode creating and printing for MII applications. Would be greatly appreciated for any suggestions about the best option.
    Our client is running MII 12.x. They also use Crystal Report. They don't have a lot of SAP resources and hence don't want to create Barcode using SAP smart forms. The new application requires reports to be printed out with barcode attached to it. The following are some options that we have identified:
    1. Using Bartender software. MII will provide a XML file and feed to the software. The software can print out the content with the label.
    2. Create a customized action block to create and store barcode on the server. Using a HTML page to display all the content with the jpeg/png version of the barcode. Print out through IE.
    Any other options will be good too. Thanks in advanced for your responses.
    Best regards,
    UMeng

    Thanks for the suggestion.
    One concern I have is this package is developed for v12.0. According to SAP, these action blocks will work in 12.1 but not in 12.2. I've tried to install it on 12.2. The configuration dialog are not working properly.
    Have anybody succefully implemented this package on 12.2?
    Best regards,
    Arnold
    Edited by: Brad Arnold on Mar 2, 2012 11:53 PM
    Edited by: Brad Arnold on Mar 2, 2012 11:55 PM

  • Primary Barcode and Secondary Barcode

    Hi Experts ,
    Please let me know if its a good practice to have a Primary Barcode with with product number and a secondary barcode with fields of batch number,Expiration date and quantity in the product label.
    Also<b> i would like to know</b> if we need to have a <b>secondary barcode </b>if we have a Storage unit number Barcode on the pallet . Will the storage unit barcode give the information of materials or will the fields get populated in the RF device once we scan the SU barcode .
    If its possible to populate the fields (material number,batch,quantity and expiration date ) once we scan the SU Barcode then i ll just give a <b>proposal </b>to have only a primary barcode and a SU barcode.
    Your advise will be appreciated.
    Regards
    Albert.

    Then I'm going to stick with my original response.
    Looking at the documentation:
    http://www.oracle.com/pls/db102/print_hit_summary?search_string=%22secondary+index%22
    the term "secondary index" seems to be used primarily in conjunction with index-organised tables (where the primary key / primary index is part and parcel of the table) and with xpath.

  • Windows 7 64-bits Crystal report and Azalea (barcode)

    Hello,
    We use Crystal Report XI and Azalea (barcode) to print barcode from our Windows application for many years.
    Now we want to use Windows 7 64-bits. The barcode printing desn't work. Azalea answers they don't have any 64 bits library.
    What is the Crystal Report solution for printing barcode with Windows 7 64-bits ?
    Best regards.

    If Azalea doesn't have a 64 bit library your only option is to stay 32 bit.
    Crystal Reports is a 32 bit application so 64 bit is not an issue. Everything must be in 32 bit version to work with CR. And the only versions of CR supported on Windows 7 is CR XI R2 with Service Pack 6 and CR 2008 with Service Pack 2. No other versions will be test nor supported on Windows 7, best effort only.
    Thank you
    Don

  • Font for Print out and Print Preview

    Hi all,
    I am working in SAP R/3 4.6C and using SmartForm.I have a trouble :
    I uploaded  Arial Font into System Font and Printer Font and i want to use this font for print out and print preview.But this font is only applied for print out and the print preview uses still  Courier Font not Arial as I want.
    So, anybody tell me why and give some idea to solve this problem.
    Thanks .

    Hi,
    There is no  arial font option in 4.6..but it 4.6 scriptforms arial option is there,but  it will not work..it will give some other font...
    Mainly  4.6 version does not support ARAIL font..
    4.6 does not support all the fonts which are avilable in MS-WORD..only few fonts are uploaded into SAP 4.6 syatem...this is the problem
    Regards
    Kiran
    Edited by: Kiran Saka on Feb 11, 2009 8:19 AM

  • How to print Barcode in development system as well as in Sandbox?

    Hi All,
    We want to print barcodes in development system.
    However, barcodes EAN13 and EAN 8 are displayed in Sandbox but not development system.
    Are there any specific settings to be maintained?
    Thanks,
    AP

    Hello, you didnt provide enough information to catch on. To ease printing of barcodes I can recommend moving to Adobe forms.

  • Our organization uses an Oracle database hosted on a Unix platform and one of our data processing outputs is a "stuffer" document that has a barcode, and Unix jobs automatically send the document to a printer.   Is there a way, or does Adobe have a produc

    Our organization uses an Oracle database hosted on a Unix platform and one of our data processing outputs is a “stuffer” document that has a barcode, and Unix jobs automatically send the document to a printer.
    Is there a way, or does Adobe have a product or solution, to create a PDF version of the document including the barcode, before it’s sent to a printer?

    What format is the document that is printed? Or what technology is used to format the printer? There isn't a standard way of doing things in Unix.

  • Barcode and PDF document printing in SAP MII

    Hi All,
    I am using SAP MII 15.0, one of my requirement is to print the Barcode and PDF file automatically.
    I have came across the link below which tells to print the label
    http://scn.sap.com/community/manufacturing/mii/blog/2014/08/17/industrial-label-printing-with-mii
    In the above document, I can send only the string as a message in the PCo query CALL SEND(address=’127.0.0.1’, port=’20000’, message=’Hello World’);
    Is that possible to send the document to the printer?
    I am using the PDF action block.Can any one tell me how to print the document automatically?
    Also, if my printer is connected to client, how it can be printed from client PC?
    Regards
    G.P

    Hi chris,
    I have to do via SAP MII and their is no other option.
    In the above document, I can send only the string as a message in the PCo query
    CALL SEND(address=’127.0.0.1’, port=’20000’, message=’Hello World’);
    Is that possible to send the document from MII?
    Is there any command like below for pushing the document to the printer so that it will be useful?
    CALL SEND(address=’127.0.0.1’, port=’20000’, message=’Hello World’);
    Also please let me know any idea of printer used, which will help ?
    Regards
    G.P

  • How to generate and print 20x20 datamatrix barcode using labview?

    Along with the barcode certain datas are to be added to the right of it.

    Since you started a duplicate thread - I'm going to continue in here.
    We have given you a number of different options to generate/print a barcode using LabVIEW.
    Do you have the Bartender software installed with the Automation (ActiveX) option? Can you print a label from within the Bartender Software? Do you know how to call ActiveX functions in LabVIEW? For the latter, if you Google 'calling ActiveX LabVIEW' you will get a lot of results. Once you know how to do that, you just need to know which Bartender ActiveX functions to call.
    I've attached a couple of screenshots from some quick code my colleague put together before to initialise Bartender, open a label template, fill in a field and print a label. Don't forget the close the references when your application exits. For more information you'll need to read the Bartender documentation.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • HT3952 How do I format and print envelopes on a MacBook Pro. Print them with the destination Barcode.

    How do I formay and print an envelope on a new MacBook Pro, also print the envelope with delivery point barcode?

    Install Aperture on the MBP. Then it's a simple process:
    Export the Event as an Aperture Library. Copy it to the iMac. Import the Library to the main one there.

  • How do I re-size and print a barcode in Adobe Illustrator?

    I know this is a very, very simple thing to do, however I have no experience in AI.  My barcode vendor generated barcode files that were in AI, so I have no choice but to work from them (I think.  I can choose from several file types but I chose jpeg and it generated the images in AI)  I need to re-size the barcode to fit a very small label: 1/2" X 3/4"- Avery 5418. 
    Please help.   Thanks

    Jane,
    You need to create vector artwork to create and adapt/resize/edit barcodes properly.
    You may have a look at the Illustrator forum where we have quite a few threads about different aspects of the subject.
    Illustrator
    You may type in barcode in the box called Type to filter by text and wait for the relevant ones to turn up. I have done it here:
    Illustrator
    This should show a number of threads, such as this one;
    I am having trouble with scaling strokes in Illustrator CC 2014.
    if you need help, I believe it is best to start a new one there.

  • Unable to print barcode in xml publisher

    Hi All,
    I tried to print the barcode using xml publisher but i am not able to do so.
    Will you please guide me on this !
    I follow the below steps, please correct me if i am wrong.
    Step1: I downloaded the IDAutomationSC128L.ttf and paste in c:\Windows\Fonts.
    Step2: I move to xdf.cong file ( C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config) and edit the file with the below code
    <font family="IDAutomationSC128L" style="normal" weight="normal">
    <truetype path="C:\Temp\IDAutomationSC128L.ttf" />
    </font>
    Step3: I change the field font the respective ttf. Here i am able to see the barcode.
    Step4: When i preview the report in pdf at client system i am not able to view the barcode but where as in rtf i am able to view.
    Step5: When i run the report from SRS window i am not able to view the barcode..
    Please guide me if i am wrong.
    Regards,
    Zaheer.

    Hi,
    What is your application release?
    Please see if these docs help.
    Obtain BARCODE128.class for Advanced Barcode Usage in Oracle Applications 11i with XML Publisher 5.6.3 [ID 1072226.1]
    How To Implement An AFM / PFA Barcode or MICR Font Within A UTF8 EBS Instance [ID 466531.1]
    How to setup, map, and print custom reports with a barcode / MICR font [551630.1]
    In XML Publisher Bursting Barcode Font is Ignored [ID 1136423.1]
    Thanks,
    Hussein

  • Printing barcodes on 10g server running on Solaris OS

    Hi,
    We are using Reports 10g (10.1.2) on Solaris Operating System (SPARC 32-bit).
    We wanted to print barcodes using Java bean method. It prints fine in windows, but giving below error when run on web using rwservlet. Actually we are using virtual display using xvfb.
    My question is: Do we need to have physical display by setting up another machine like in 6i ?
    Can we achieve the rendering of barcode image using virtual display ?
    What are the setup steps needs to be followed if rendering is possible with out using physical display ??
    Thanks somuch!!!
    The ERROR is:
    REP-108: MSG-00100: < No Exception Message >
    MSG-00100:
    java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274)
    MSG-00100: java.awt.Frame.<init>(Frame.java:401)
    MSG-00100: java.awt.Frame.<init>(Frame.java:366)
    MSG-00100: oracle.apps.barcode.BarCodeMaker.renderBarCode(BarCodeMaker.java:84)
    MSG-00100: oracle.reports.engine.EngineImpl.CRunReport(Native Method)
    MSG-00100: oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
    MSG-00100:
    oracle.reports.engine._EngineClassImplBase._invoke(_EngineClassImplBase.java:90)
    MSG-00100:
    com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    MSG-00100: com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
    MSG-00100:
    com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81
    MSG-00100:
    com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:10
    6)
    REP-0108: File '/tmp/srw002114024' not found.

    Thanks Sooooomuch!!!!!!
    we are running Xvfb located at /usr/openwin/bin/
    In particular, we are starting the Xvfb server with the following command:
    nohup Xvfb :1 -screen 0 1600x1200x32 &
    We are then setting the DISPLAY on the command line and in the reports.sh
    script using: DISPLAY=10.25.3.123:0.0; export DISPLAY
    We verify that it recognizes the display using "xset -q"
    In reports.sh file We entered below line:
    ## REPORTS_DEFAULT_DISPLAY=NO; export REPORTS_DEFAULT_DISPLAY
    DISPLAY=10.25.3.123:0.0; export DISPLAY
    But still we are getting java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274) Errors.
    Is there anything wrong in the above setup ?
    Please advice.
    Thanks Soomuch,
    Ram.

  • 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.

Maybe you are looking for