cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter vs Proxy? Kindly help!

gopalkrishna_baliga
Participant
0 Kudos

Hi experts,

When to use RFC adapter and Proxy? Which is better and why?

Kindly give examples.

Thanks

Gopal

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

RFCs-

-Useful when it is already in place.

-No effort required to recode in the ABAP proxy.

-Overhead of function calls.

Proxies-

-Helpful when large volume of data is processing.

- Need to code it .

-Skillset and Effort is required.

More on these threads-

Go thru these blogs-

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

Moorthy

Former Member
0 Kudos

Hi,

RFC

1. less volume

2. Standard BAPI

3. sync message

Proxy

1. High volume

2. better error handling

2. sync/async

Regards

Vijaya

Former Member
0 Kudos

Hi Gopal

Use Idoc adapter if standard Idoc is available to meet the business requirements.

Use RFC adapter if the data volume is less and there are standard BAPI’s available to achieve the functionality otherwise we face critical performance bottlenecks.

Best option is to use a proxy while handling large volumes and developing a custom business processes.

Cheers,

Nagesh....