Previous Topic: RETURNXML Statement—Specify an XML TypeNext Topic: RUNCONTROLARGS Statement—Specify the Arguments for a PeopleSoft Run Control Table


RFCDEST Statement—Specify SAP Destination

The RFCDEST statement specifies the destination value for the Remote Function Call (RFC) connection and gateway information.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

RFCDEST destination
destination

Specifies the destination for the RFC connection and gateway information for an SAP R/3 system. This is the destination specified in the connection properties file during installation.

Limits: Up to 20 valid SAP characters; case-sensitive

Note: Enclose values that contain delimiters (such as spaces) in double quotation marks.

Example: Specify the SAP Destination

This example runs the BTCTEST ABAP at the SAP destination, CTR3:

SAPJOBNAME SAPTEST
RFCDEST CTR3
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   RECIPIENT Recipient1