Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Transport Services | pub.sap.transport.RFC:OutboundProcess
 
pub.sap.transport.RFC:OutboundProcess
Invokes an RFC on an SAP system.
This service can handle both RFC and tRFC calls.
Input Parameters
This service requires the following input parameters:
serverName
Optional. Alias of the SAP system to which the connection is established. The name must match a configured RFC connection alias at Adapter for SAP.
If serverName is set, it will override the value of transportParams/serverName.
transportParams
A document with the following key/value pair.
Key
Description
serverName
SAP system alias for the SAP system on which invoke the RFC. The alias must match a configured RFC connection alias at Adapter for SAP.
$tid
Optional. TID of the transaction.
If you want to process the RFC call asynchronously using tRFC, specify the transaction ID. If you would like to perform a synchronous RFC call, do not specify this parameter.
$action
Optional. Transaction state. Specify one of the following codes:
*1 - Execute (default)
*4 - Confirm
$rfcname
Optional. RFC that is called.
$queueName
Optional. Name of the SAP system inbound queue. Specify a value in case of a qRFC scenario.
Return Values
$runtime
Total invocation time (ms), including processing time within Adapter for SAP.
$rfctime
Time (ms) spent within the RFC library to complete the invocation.
$encoding
MIME-compliant character set corresponding to the session's SAP code page.
$call
Flag indicating whether pipeline represents a request (true) or a response (false) of a function module.