Previous Topic: PRINTCOPIES Statement—Specify the Number of Copies to Print (Oracle E-Business Suite Jobs)Next Topic: PRINTCOVER Statement—Specify the SAP Cover Page Text


PRINTCOPIES Statement—Specify the Number of Print Copies (SAP Jobs)

The PRINTCOPIES statement specifies the number of print copies for the reports associated with the ABAP specified in the job.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTCOPIES num
num

Specifies the number of print copies for the reports associated with the ABAP specified in the job. The value corresponds to the SAPGUI Number of copies field on the Background Print Parameters dialog.

Limits: 1-255

Notes:

Example: Specify Number of Print Copies

This example prints three copies of each report associated with the ABAP BTCTEST:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   PRINTCOPIES 3