clientSendIDoc
The service sends an IDoc list to an SAP system. The IDocs in the list must be of the same IDoc type.
- 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 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 for 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 indicating whether pipeline represents a request or response of a function module.
Possible values are:
- true for request.
- false for response.