Previous Topic: RECIPIENTPRINT Statement—Specify Whether to Allow Printing of the SAP SpoolNext Topic: REMOTECLASSNAME Statement—Specify a Remote Class Name


RECIPIENTTYPE Statement—Specify the Recipient Type for the SAP Spool

The RECIPIENTTYPE statement specifies the recipient type for the SAP spool.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

RECIPIENTTYPE SU|DLI|INT
SU

Specifies SAP user as the recipient type.

DLI

Specifies SAPoffice distribution list as the recipient type.

INT

Specifies email address as the recipient type. You can also use the operand MAIL.

Example: Specify SAP User as the Recipient Type

This example specifies that the SAP user J01Prod receives the spool file upon job completion:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
RECIPIENTTYPE SU
SPOOLRECIPIENT J01Prod
ABAPNAME BTCTEST