clientSendIDocLists
The service sends a heterogeneous list of IDoc lists to an 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.
- Input parameters
-
- 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 SAP® ERP. Optional. Set to true to reset the performance throughput values to zero.
- iDocList
- Contains the IDocs as an object of the com.sap.conn.idoc.IDocDocumentList type.
- $tid
- ID of the transaction under which the service is run.
- $queueName
- Optional. Name of the SAP system IDoc inbound queue. Specify a value in an ALE queuing scenario.
- $client
- Optional. Client for the session. If no client is specified, the client that is 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 must 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 SAP® ERP.
- $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
- A flag that indicates whether pipeline represents a request or response of a function module.
- true for request.
- false for response.