cancel
Showing results for 
Search instead for 
Did you mean: 

tRFC and qRFC?

Former Member
0 Kudos

what are tRFC and qRFC? what is the difference between them?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

tRFC -transactional RFC-------implemented in asynchronous processing (QOS is Exactly Once).

qRFC-queue RFC----implemented in asynch..processing with predefined order(QOS is Exactly Once Inorder)

sRFC---synchronous RFC --implemented in Synchronous communication(QOS is Best Effort)

Former Member
0 Kudos

hi sekhar,

I wanted to undersand use of different types of rfc in context of XI ?

do u mean to say if i am selecting QOS is Exactly Once , XI will put message in a tRFC .. similarly for other..

Could you explain a bit ?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in case of XI you only use tRFC (<b>asynchronous</b> RFC)

or sRFC - <b>synchronous</b>

you cannot use qRFC in standard with XI

Regards,

Michal

Former Member
0 Kudos

hi michal,

i was reading a blog 'Reprocessing failed xi message'' where the blogger had given three approach for resending failed xi message..

in one case, resending message from qRFC was discussed..

but you are saying that we don't use qRFC?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

Naveen in his blog mentions that qRFC is used <b>in XI</b>

(but it's in XI internally) not in R3-XI link

that's why I said you can only use tRFC and sRFC

the blog you mention relates to XI's internal processing which is

something completely different

Regards,

michal

Former Member
0 Kudos

actually i was trying to understand 'resending functionality of XI'

For achieving the functionality of 'automatic resending failed xi message ' I need to schedule a background jon for reseting the queue status of appropiate queue.

Question;

-


how should i know the which type of queue is involved in the scenario so that i can decide the resending approach as per naveen blog

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can find answers here:

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm

apart from tRFC and qRFc there's also sRFC

which is also described there

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>