Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions | - |
Not Applicable | - |
Resolution:
The TIB/Adapter for R/3 incorporates Certified publish and subscribe
messaging for all R/3 interfaces (ALE/IDocs, RFC and BAPI).
This guarantees delivery of business events/information
despite network failures.
The <producers> & <consumers> tags in the adapter xml file
would be the area to use to specify "RVCM" related params
like network, session & daemon. A section from xml file is
given below.
<producers>
<rvCmPublisher
name ="idocCMPublisher"
session ="RFCServerCMSession"
subject ="SAP.IDOC"
/>
</producers>
<consumers>
<rvCmSubscriber
name = "idocCMSubscriber"
session = "RFCClientCMSession"
subject = "SAP.MATMAS">
</rvCmSubscriber>
</consumers>