Previous Topic: RECIPIENT Statement—Specify Recipient Name for SAP Cover PageNext Topic: RECIPIENTCC Statement—Specify Whether to Send a Carbon Copy of the SAP Spool


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

The RECIPIENTBCC statement specifies whether to send a blind carbon copy (bcc) 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:

RECIPIENTBCC Y|N
Y

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

N

Does not send a blind carbon copy of the 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 Blind Carbon Copy of the Spool File

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

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