Sie müssen Javascript aktivieren, um diese Seite korrekt darzustellen.

Support for Jetmobile BarDIMM or BarSIMM (incl. FreeScape)

Click here for downloading the data sheet

Click here for downloading the technical manual

Click here for downloading the demo file

Click here for downloading the windows drivers


Frequently asked questions how to print bar codes out of SAPscript within R/3 (FAQ)

Q: Which system bar codes are defined in the SAP Standard System?
A: As of Release 2.2A, the following are delivered with the standard system:
ARTNR, AUFNR, BARCLVS, KUNAUNR, KUNAUPS, MBBARC, MBBARC1, RSNUM, RSPOS, RUECKNR

As of Release 3.0A, the following are also delivered in the standard system:
BC_CD39, BC_EAN8, BC_EAN13, BC_I25C, BC_I25, BC_CD39C, BC_MSI, BC_MSIC, BC_MSIC1, BC_MSIC2, BC_C128B

As of Release 3.0E, the following are also delivered in the standard system:
BC_EANH, BC_PSN5, BC_PSN9

Q: Which of the HP printers in the SAP Standard System support bar codes?
A: As of Release 2.2A or 3.0A, the named printer bar codes are maintained for the named printers. All other printer types do not support the printing of bar codes.

IMPORTANT NOTE: If you want to print bar codes from R/3 using the device type HPLJ4, HPLJ5, HPLJ5SI or HPLJ4000 on HP LaserJet 4 or higher you need what is known as a SIMM, DIMM, MFC or USB memory flashcard. This module is called "Jetmobile Intelligent Barcode Module" and can be obtained from stethos for most HP LaserJet printers. Other bar code modules for HP LaserJet printers are not supported by SAP!

Q: Table of Relation Bar code to technical bar code type?

As of Release 2.2A:

ARTNR, AUFNR, KUNAUNR, KUNAUPS, MBBARC, RSNUM, RSPOS, RUECKNR code 128 autoswitch
BARCLVS code 39 no chk
MBBARC1 EAN-8

As of Release 3.0A:

BC_CD39 code 39 with no check digit, height 13 mm, no text
BC_EAN8 EAN 8, height 13 mm, no text
BC_EAN13 EAN 13, height 13 mm, no text
BC_I25C interleaved 2of5 with checksum, height 13 mm, no text
BC_I25 interleaved 2of5 with no checksum, height 13 mm, no text
BC_CD39C code 39 with check digit, height 13 mm, no text
BC_MSI MSI with no check digit, height 13 mm, no text
BC_MSIC MSI with single mod-10
check digit, height 13 mm, no text
BC_MSIC1 MSI mod-10 with mod-10
check digit, height 13 mm, no text
BC_MSIC2 MSI mod-11 with mod-10
check digit, height 13 mm, no text
BC_C128B code 128 B, height 13 mm, no text

As of Release 3.0E:

BC_EANH EAN 128, height 13 mm, no text
BC_PSN5 ZIP+4 POSTNET 5, height 3 mm, no text
BC_PSN9 ZIP+4 POSTNET 9. height 3 mm, no text

Q: Rotation of bar codes:
A: As of Release 4.5A the rotation of bar codes is supported via PCL-5 printer driver. There, a system bar code with 000, 090,
180, 270 degrees can be defined. When printer driver HPL2 (with BarSIMM / BarDIMM installed) is used, the output of the bar code is then rotated anti-clockwise by the amount specified.

Q: Definition and processing of barcodes in SAPscript:
A: In SAPscript, the bar codes are basically dealt with as text data (for example, the character string 0123456789), before which the printer must receive a certain control sequence for switching on the bar code printing and AFTER which the printer must receive another control sequence for switching off the bar code printing.

In SAPscript forms, the bar codes are addressed as an attribute of the so-called character formats (sometimes also called character strings). A character format initialises a bar code for the text data marked this way by entering a so-called system bar code in the form for this character format (an identifier with a maximum of eight characters, for example, ARTNR). In the SAPscript editor, character strings are marked as follows:
<BC>12345678</> --BC in this case is the name of the character string. In the SAPscript font maintenance Transaction SE73, you can look at and maintain the list of system bar codes. Customer-specific system bar codes must begin with Z...

The printer-specific conversion to print controls is carried out via another table in SE73, the printer bar codes. There you can allocate an initiating print control, what is known as the bar code prefix and a closing print control, the bar code suffix, to every system bar code (for example ARTNR) for every desired printer type (for example, HPLJ4). The naming conventions for the prefix is SBPxx and SBSxx for the suffix.

These are what are known as print controls and are entered only BY NAME in Transaction SE73 (for example SBP01, SBS01). The actual control commands for the print controls are maintained in the SPOOL management Transaction SPAD.
NOTE: If you want to change the print controls or printer bar codes for an SAP standard device type, NEVER modify the original (for example, HPLJ4). Instead, create a copy of the device type beginning with Z... and modify and use this copy (see Note 3166).

When maintaining the print controls for bar codes (the initiating print controls should be named starting with SBPxx, the closing print controls starting with SBSxx), you have to take the following special features of the SAPscript PCL-5 printer driver into consideration:

Drivers STND, STN2, HPL2 send the bar code data "as-is" to the printer. Thus, all additional specifications required for the bar code printing have to be maintained in the two print controls.

Q: How can the bar code printing be tested in SAPscript?
A: As of Release 2.2A, the SAPscript standard text SAPSCRIPT-BARCODETEST with ID ST, languages D, E, which prints the standard bar codes (Transaction SO10), is delivered. Usually, the test is only available in client 000.

Related notes:

0008928 List of supported printers/device types
0045643 Barcode control sequences for Jetmobile BarSIMM
0094233 MICR font support
0108990 Bar codes on PostScript printers with Tattoo PS

Q: Why is the barcode not readable when printing with the windows driver within MS Word?
A: Microsoft Word reformats the text and always repositions parts of the words, therefore changing the space between characters. This will make any barcode unreadable, and will split it as two barcodes. To fix that problem, you must change a default setting in Word:
- Select the « Tools » menu from the top menu bar
- Choose the « Options… » entry in the Tools menu
- Open the « Compatibility » tab
- Activate the « Use Printer Metrics » option checkbox.

Make sure you define that modification as a permanent default setting by clicking on « Set Default …» button, then close the window.

Q: Why are the special characters of the font OCR-A for cheque printing not correctly printed, even when I installed the DIMM/SIMM enhancement?
A: Version 4.6c and 4.6d have a problem. Please read OSS note 326098 how to overcome.