cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Adapter or ABAP Proxy

Former Member
0 Kudos

Pls suggest me which one to use and why?

Any good blog

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Rachit,

Here is how i can look at the two....

With regard to performance, Proxy communication is better than RFC/BAPI communication..........The biggest advantage of the proxy is that it always by passes the Adapter Engine and will directly interact with the application system and Integration engine - so it will and should give us a better performance.

Proxies communicate with the XI server by means of native SOAP calls over HTTP .RFC does not, so you have to convert from SOAP to RFC calls and vice versa. So XML conversion is required.

RFC/BAPI has its own overhead of function call. If you use ABAP Proxy , you can reduce this overhead of calling the function again and again.

Proxies are used when you have large amount of data coming in and that too if its unstructured, so if it comes from a SAP system we go for a ABAP proxy, if its from a non sap system, we go in for Jjava proxy.

For abap proxy we may use a report to send a proxy data to sap xi.

EOIO quality of service can be obtained with Proxies and not with RFC/BAPI.

RFC/BAPI support BE( Best Effort ) when used synchronously.

Also have a look at Michal's Blog below....

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

Regards,

Abhy Thomas

turmoll
Active Contributor
0 Kudos

Hi,

If you wont to integrate the application system based on WAS >= 6.2 go for ABAP proxy.

Reg. proxy ref this doc: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/content.htm">Proxy Runtime</a>

In other cases (WAS < 6.2) use RFC adapter.

Reg. RFC adapter ref this doc: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm">RFC Adapter</a>

Regards,

Jakub

Former Member
0 Kudos

Hi,

RFC Adapter will be used to use BAPIs or RFCs in R3 integration with sender or reciver side..

ABAP proxys are not for ABove two rest of integration with R3, when WAS is >=6.2 version, and Adapter less communication..

see above link s

Regards

Chilla

former_member201264
Active Contributor
0 Kudos

hi sehgal

for abap proxies see the below links

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

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

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies - ABAP Server Proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Client Proxy

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - ABAP Proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/41e08c90-0201-0010-9197-d8774336...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ae9874-109c-2910-f48a-e91f0cdd...

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

for rfc go to the below links

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Async call

http://help.sap.com/saphelp_nw04/helpdata/en/f6/e002416225f023e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/f6/daea401675752ae10000000a155106/frameset.htm

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983752,00.html

regards

sreeni