Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions | - |
Not Applicable | - |
Resolution:
tRFC is always used if a function is executed as a Logical Unit of Work (LUW). Within an LUW, all calls are
1) Executed in the order in which they are called.
2) Executed in the same program context in the target system.
3) Run as a single transaction: they are either committed or rolled back as a unit.
Implementation of tRFC is recommended if you want to guarantee that the transactional order of the calls is preserved.