How do I figure out that a particular RFC is a tRFC?

How do I figure out that a particular RFC is a tRFC?

book

Article ID: KB0091372

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions -
Not Applicable -

Description

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.

Issue/Introduction

How do I figure out that a particular RFC is a tRFC?