Entering content frameProcedure documentation Printing Labels With Zebra Z4000 Locate the document in its SAP Library structure

Use

This topic tells you how to use the method described under Printing Labels to create and print labels with Zebra Z4000.

Procedure

  1. Create the label: To design the label layout, use the design program BAR-ONE Tool for SAP R/3 label printing of the manufacturer Zebra. For more information see http://www.zebra.com.
  2. As printer, select the printer Zebra Z4000 in BAR-ONE.

  3. Define the R/3 form fields: In BAR-ONE define all those fields as variable fields of type SAP variable field that will later be filled with variable data from the R/3 system.
  4. In the input field Identifier of the field attributes enter the R/3 field name to be used in SAPscript, enclosed in ampersands ("&"), for example &VBAK-KUNNR& .

  5. Select fonts for the text fields: For variable and constant text fields you can use printer-internal fonts as well as TrueType fonts.

For Zebra label printing, SAP has defined two different device types (see 8.). The difference lies in the character set coding for special characters (for example, German umlauts):

  1. Insert bitmap graphics: You can include bitmap graphics (for example, company logo as *.BMP file) into the label definition. The system passes them to the print file during the download.
  1. Download label definition into print file: Choose File ® Create Format for SAP R/3 to convert the printer commands into an ITF file that is suited for import into SAPscript. The Download Stored Format Wizard appears and allows you to choose between two procedures:

For performance reasons you should prefer the first method, since that print files created in R/3 to be sent to the printer have only minimal size. With the second method, even though you avoid keeping the label definition in the printer, you must pass the entire label definition to the printer for each label you print from R/3 (including graphics, fonts, and so on), which is considerably slower.

BAR-ONE in both cases creates a file with the extension ".ITF".

  1. Upload the print file to SAPscript: Start the SAPscript standard text editor (transaction SO10). Create a new standard text. Use Text ® Upload to load the label file; choose ITF as format. Save the file.
  1. Adapt the SAPscript form: To print the label, adapt the SAPscript form you want to use for printing. Choose Utilities ® SAPscript ® Form:
  1. Create an output device: Define the Zebra printer as Structure link Output Device in the SAP System.

The easiest way is to connect the printer to a Windows PC, install any Windows printer driver there, and start the output program SAPlpd. Then define the printer in the spool administration (transaction SPAD) using coupling type "S" or "U".

As device type select LB_ZEB or LB_ZEB2 .

 

 

Leaving content frame