Previous Topic: RECIPIENTCC Statement—Specify Whether to Send a Carbon Copy of the SAP SpoolNext Topic: RECIPIENTFORWARD Statement—Allow Forwarding of SAP Spool


RECIPIENTEXPRESS Statement—Specify Whether to Send the SAP Spool Using Express Delivery

The RECIPIENTEXPRESS statement specifies whether to send the SAP spool using express delivery.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

RECIPIENTEXPRESS Y|N
Y

Sends the spool using express delivery. Recipients receive a message instantly if they are logged into SAP.

N

Does not send the spool using express delivery. This is the default.

Note: The RECIIENTEXPRESS statement applies only when the RECIPIENTTYPE statement is set to DLI or SU.

Example: Send the Spool File to an SAP User Using Express Delivery

This example sends the spool file to the SAP user J01Prod using express delivery. If J01Prod is logged into the SAP system, J01PROD will receive a message that the spool file has been sent.

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
RECIPIENTTYPE SU
RECIPIENTEXPRESS Y
SPOOLRECIPIENT J01Prod
ABAPNAME BTCTEST