SAPIDocProcessorInbound Object Reference 
Use
The SAPIDocProcessorInbound object allows you to create and send one or more inbound IDoc(s) from XML document(s).
You can specify that an IDoc be sent to the R/3 system synchronously or asynchronously.
Syntax
SAPIDocProcLib.SAPIDocProcessorInbound
Visual Basic Example
Dim idoc As New SAPIDocProcLib.SAPIDocProcessorInbound
Property Summary
Name |
Description |
| Connection |
Returns or sets a
DCOM-Connector-Logon type object containing the necessary parameters for connecting to the destination R/3 system |
Trace |
Use for tracing errors with using the IDoc Connector for XML. See Tracing Errors and Messages. |
Method Summary
Name |
Description |
Syntax (In Visual Basic) | |
| SendIDocToR3 |
Converts a specified XML document into an IDoc and sends it to the receiving R/3 system. |
SendIDocToR3(rfcfunction As IDOC_RFC_NAME, xmlsource As String) | |
| SetConnectionParameters |
Specifies the connection information for logging onto the receiving R/3 system when sending an inbound IDoc. Uses information from a Destination entry in the
SAP DCOM Connector, allowing you to supplement or override the information in it. |
SetConnectionParameters(Destination As String, [UserID As String], [Password As String], [Client As String], [Language As String]) | |
See Also
For details of the process of sending inbound documents with the SAPIDocProcessorInbound object, see
Using the Component for Creating Inbound IDoc Documents.