Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | SAP Client Services | pub.sap.client:sendIDocLists
 
pub.sap.client:sendIDocLists
Sends a heterogenous list of IDoc lists to a given SAP system. All the IDoc elements in an IDoc list must be of the same IDoc type, but the IDoc lists can contain different types. All IDocs can be processed in a single transaction.
Note:
Install webMethods Adapter for SAP Fix 1 and later to use this service.
Input Parameter
serverName
Alias for the SAP system from which you want to receive the RFC connection specific attributes. The name must match a configured RFC connection alias at Adapter for SAP. Optional. Set to true to reset the performance throughput values to zero
iDocList
Contains the IDoc(s) as object of the com.sap.conn.idoc.IDocDocumentList type.
$tid
ID of the transaction under which the service is executed.
$queueName
Optional. Name of the SAP system IDoc inbound queue. Specify a value in case of an ALE queuing scenario.
$client
Optional. Client for the session. If no client is specified, the client specified in the SAP system alias settings is used.
$user
Optional. User name for the session. If no user is specified, the default user is used.
$pass
Optional. Password for the session. If the password is not specified, then the user and password will be looked up in the SAP User store.
$language
Optional. Language used during the session. If no language is specified, the default language is used.
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.