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.ALE:OutboundProcess
 
pub.sap.transport.ALE:OutboundProcess
Sends an IDoc to an SAP system.
Important:
If $action is set to 4, this service behaves the same as service pub.sap.client:confirmTID.
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:
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.
iDocList
Optional. Contains the IDoc(s) as an object of the type com.sap.conn.idoc.IDocDocumentList.
$tid
Optional. The TID of the transaction.
$action
One of the following transaction codes:
*1 - Execute (default)
*4 - Confirm
Run the service in the following order:
1. With $action set to 1 or empty to send the IDoc to the SAP system.
2. For the same value of $tid and $action set to 4 to inform the SAP system that the transaction is complete.
$queueName
Optional. Name of the SAP system IDoc inbound queue. Specify a value in case of an ALE queuing 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.