cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy/XI adapter

Former Member
0 Kudos

Could someone please give me the steps required to have proxy communication..

For example like IDOC's and RFC's does SM59 need to be configured in ECC or XI or Both...

what other things are necessary an what should be done in comm channels?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

for sender xi adapter parameters:

TP: HTTP 1.0

MP:XI 3.0

Adapter engine:integration server

and we have only one parameter:

security check.......

there we have 2 give :HTTP

regards,

phani

prasanthi_chavala
Active Contributor
0 Kudos

Hi,

>>><i>Could someone please give me the steps required to have proxy communication</i>

U need to configure the RFC destinations for ur relevant R/3 n XI system.

It is the executable abap proxies will help u to exchange the message b/n ur application system n integration server of ur XI box.

Refer to the below link and u will get to know : http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/02eff210ef4caa9a1ed4ab875c28e9/frameset.htm

>>>><i>what other things are necessary an what should be done in comm channels?</i>

For ABAP client proxy..no need to create any sender comm channel has the proxy directly hits the integration engine.For ABAP Server proxy u need to use Receiver XI adapter in order to communicate with the local integration engine of ur application system.

I dont have any idea abt java proxies.

Do refer to the below link for info on java proxies:

http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/02eff210ef4caa9a1ed4ab875c28e9/frameset.htm

Hope u r clear.

Regards,

Prasanthi.

Former Member
0 Kudos

Hi,

Befor going with the settings....we should know,what are the types of proxies are there.

<b>

There are two Types of proxies which can be done by ABAP or JAVA</b>

‘<b>client’ proxy</b> is used by an application to send messages outside of the system it resides in (normally to the IS in this context).

<b> ‘server’ proxy</b> is used by an application to receive messages from sources outside itself (again, normally the IS in this context).

<b>To test a connection -</b> /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

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

<b>Server Proxy -</b> /people/siva.maranani/blog/2005/04/03/abap-server-proxies

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

<b>JAVA Proxies:</b>

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/f272165e-0401-0010-b4a1-e7eb8903...

<b>ABAP Proxies:</b>

/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

<b>ON SDN TV</b>

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=abap%20proxy%20xi&cat=sdn_all&start=11#

Get back if u not getting these...

Cheers,

Raghavesh

Message was edited by:

Raghavesh Reddy

Former Member
0 Kudos

Its not really about activating them it is what config needs to be done in order for R/3 to be able to send and receive XI(proxy) calls.. can anyone tell me this please?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in order to send proxy calls from R3 you need to:

1. activate proxy

2. generate your ingterface (class) via TCODE SPROXY

3. call a send method of this class

Regards,

michal

Former Member
0 Kudos

If you want to know to activate the ABAP Proxies..........

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