cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies

Former Member
0 Kudos

1. waht is the advantage of proxies comparing to adapters? one of the advantage is Adapterless communication, eventhough we will tell proxies are adapter less communication, we will use xi adapter? may i know the reason for this?

Accepted Solutions (0)

Answers (5)

Answers (5)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Take a look at this blog too,

<a href="/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems">Choose the Right Adapter to integrate with SAP systems</a>

Regards,

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

it's not always <b>advantage thing</b>

adapters are more or less for data change

(structure - flat to xml , jdbc to xml etc)

and proxies are more or less

a replacement for idocs, RFC connections

so you can still use both:

SAP - ABAP Proxy - XI - adapter

Regards,

michal

Former Member
0 Kudos

Hi ,

Adapters can covert non XML to XML messages where as proxies cannot.XI will communicate in native language with SAP systems via proxies.

Sekhar

Shabarish_Nair
Active Contributor
0 Kudos

The above thread should give you a pretty good idea.

former_member192798
Active Contributor
0 Kudos

Hi Rakesh,

Applications based on SAP WEB AS version 6.20 or higher can communiate with the XI in the native XI-SOAP format via proxies. All other applications, including "legacy" SAP systems (those on the Basis releases lower than version 6.20), communicate with the XI via Adapters.

ABAP Proxy Scenarios:

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

Java Proxy Scenarios:

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

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

Go thro' the above scenarios to feel how advantageous is proxy within the SAP landscape.

I hope this helps.

Regards.

Praveen