Show TOC

Background documentationDocument Maintenance Locate this document in the navigation structure

 

You use this activity to define production-related documents such as labels and travelers that can be printed for an SFC number, shop order, process lot, container, or inventory records.

This activity allows you to specify the information that is available for printing and also the information needed to print the document to a third-party printing package. For more information, see Setting Up ADS Printing.

Fields

The following tables describe fields requiring explanation:

Main Tab

Field

Description

Template

The document template used to print this document

You can use an .xdp file for ADS printing.

Document Type

Document: Specifies that this document is not a label or traveler, but any other type of document, such as a packing list, or a container document

Label: Specifies that this document is a bar code label

Traveler: Specifies that this document is a traveler

Print Method

Automatic: Specifies that this document will be printed automatically

Manual: Specifies that this document will be printed manually

Reprint: Specifies that this document will be available to print via Document Reprint only

All: Specifies that this document will be available to print automatically, manually, and via Document Reprint

Enabled

If selected, allows the system to use this document.

Print Integration Tab

Field

Description

Data Acquisition

The name of the Java class that must be executed to acquire the data for this document (see Referencing SAP ME Variables in Printing Template)

User Argument (Data Acquisition)

The user-defined data that is passed to the Data Acquisition class for this document

Note Note

For ADS Document Print, define the following user arguments:

  • PRINT_FORMAT with one of the supported values (ZPL, PDF, PS, PCL) for Formatting (for example, PRINT_FORMAT=ZPL).

  • ME data fields for Transport (SHOP_ORDER;SFC)

End of the note.

Formatting

The name of the Java class that must be executed to format this document for the third-party printing package

Note that the system supports the Adobe and Loftware printing packages, other formats require customization.

Note Note

For ADS Document Print, use com.sap.me.document.impl.ADSFormat formatting value.

End of the note.

Transport

The name of the Java class that must be executed to transport the formatted data to the third-party printing package

Note Note

For ADS Document Print, use com.sap.me.document.impl.ADSTransport for Transport.

End of the note.

Write Error Log

If selected, it writes errors to the PRINTING_LOG table as these Java classes are executed.