Previous Topic: PSOPRID Statement—Specify Operator ID for a PeopleSoft ReportNext Topic: QUOTEDEFAULT Statement—Specify Whether to Quote Resolved Expressions in Default Values


PUTINOUTBOX Statement—Specify Whether to Save Outgoing Documents to the SAPoffice Outbox

The PUTINOUTBOX statement specifies whether to save outgoing documents to the SAPoffice outbox of the SAP user associated with the job.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PUTINOUTBOX Y|N
Y

Saves outgoing documents to the outbox of the SAP user.

N

Does not save outgoing documents to the outbox of the SAP user.

Example: Save Outgoing Mail to the SAPoffice Outbox

This example sends outgoing mail to the SAPoffice outbox of the SAP user J01Prod:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
RECIPIENTTYPE SU
SPOOLRECIPIENT CA
PUTINOUTBOX Y
ABAPNAME RSPARAM