cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Whats the Exact difference between tRFC & qRFC

When to use tRFC & When to use qRFC

How to create tRFC ad qRFC?

Any useful Blogs?

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

When one system calls an FM in another system, a tRFC(transactional RFC) is used. This tRFC inturn calls a FM that passes the idocs to the target system.

tRFCs enable asynchronous communication, and hence they use the concept of queues.

qRFC acts as an intermediated layer between the tRFC and the application.

The tRFC call, enters the queue(qRFC), and the processes in the queue are executed in first in first out order.

Regards,

Smitha.