cancel
Showing results for 
Search instead for 
Did you mean: 

abt proxies

Former Member
0 Kudos

Hi XIERS,

What is need that we go for proxies and how proxies exactly work

Regards

metha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Metha,

We mainly use proxies for adapter less communication and we use proxies when the working ABAP sys >6.20 version. this helps to direclty communicate with

integration server without using Adapters.

There are two types of proxies

Java Proxy

Abap Proxy

pls do chk this links

*******************************ABOUT PROXIES************************************

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/91/de56456be146e791bf88188306aa57/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

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

http://help.sap.com/saphelp_nw04/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c7d0f7-153d-2a10-5d96-d334b67c...

if found worth pls do the req

Thanx

Sampath

Answers (1)

Answers (1)

former_member182455
Active Contributor
0 Kudos

Hi,

*proxy and rfc adapter

a proxy on the SAP application system should be used while interfacing with a standard BAPI or remote enabled function modules on the application system. the proxy will be invoked by SAP PI/XI and on the application system the proxy will call the BAPI. in SAP systems with WEB AS versions <6.20 the proxy option is not available and hence the RFC adapter should be used insted.

Disadvantage:

pre-built meta data and the mapping that SAP delivers will not be usefull as the BAPI is wrapped with a proxy. so if the pre-defined integration content is not taken into account the proxy should be used insted of configuring the RFC adapter and calling the BAPI / RFC

Advantage:

it bypasses the adapter engine and directly interacts with the application system and integration engine thereby enchancing the performance

  1. All proxies are Adapterless communication method in XI, i mean if you have the WAS >=6.2 then you can select proxy communication in Xi.

  1. We have two types of proxies ,

1)JAVA Proxies 2)ABAP proxies.

And each of which have two types like

1)Server proxies 2)Client proxies.

ABAP proxies are mainly R3 related communication.

pls do chk this links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c7d0f7-153d-2a10-5d96-d334b67c...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/aa989990-0201-0010-c9b6-c477f175...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502a7f0e-e5d9-2910-5aa2-976a8ed8...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30572c6a-d311-2a10-99ab-f646ec3b...

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/change%2binbound%2bproxy%2bstatus

Regards

Srinivasreddy

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

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

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