cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender Channel

Former Member
0 Kudos

Hi Experts,

I am dealing with RFC channel(sender). How can we incorporate Qos in RFC??

It's taking BE by default. But how to make it EO and EOIO?

Please suggest

T& R

Sushama

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member181985
Active Contributor
0 Kudos

You can handle the QOS behavior from Sender R/3 system, using ABAP report.

Regards,

Praveen Gujjeti.

prateek
Active Contributor
0 Kudos

For EO, see this

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

EOIO is not supported for standard RFC sender. An adapter module may help. It would be better to achieve EOIO behavior using ABAP Proxy.

Regards,

Prateek

madhusudana_reddy2
Contributor
0 Kudos

Hi Sushama,

RFC Adapter supports synchronous RFC (sRFC, sometimes also called only RFC) and transactional RFC (tRFC). Queued RFC (qRFC) with inbound queues and asynchronous RFC (aRFC) are not supported. An sRFC will result in a synchronous best effort (BE) message; a tRFC in a asynchronous exactly once (EO) and vice versa.

thanks,

madhu

Former Member
0 Kudos

Hi Sushma,

I think the Qos has to be set from the sender system only, i dont think we have any standart options in RFC sender channel

to specify Qos.

Regards,

Srinivas