Previous Topic: RECIPIENTBCC Statement—Specify Whether to Send a Blind Carbon Copy of the SAP SpoolNext Topic: RECIPIENTEXPRESS Statement—Specify Whether to Send the SAP Spool Using Express Delivery


RECIPIENTCC Statement—Specify Whether to Send a Carbon Copy of the SAP Spool

The RECIPIENTCC statement specifies whether to send a carbon copy (cc) of the SAP spool to spool recipients.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

RECIPIENTCC Y|N
Y

Sends a carbon copy of the SAP spool to spool recipients.

N

Does not send a carbon copy of the SAP spool to spool recipients. This is the default.

Note: If you use a RECIPIENTCC statement and a RECIPIENTBCC statement in a job, only one statement can be set to Y.

Example: Send a Carbon Copy of the Spool File

This example sends a carbon copy of the spool file to the users on the payroll distribution list:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
RECIPIENTTYPE INT
RECIPIENTCC Y
SPOOLRECIPIENT payroll@company1.com
ABAPNAME BTCTEST