cancel
Showing results for 
Search instead for 
Did you mean: 

XI adapter as a sender adaptor

Former Member
0 Kudos

Hi Gurus,

I am new to XI, I want to use XI adapter as a sender. Can any one explains how to use the XI adapter as a sender and what are the steps needs to be followed in configuration. Do i create ABAP proxy for this XI adaptor. Give me in detail.

Thanks.

Ramalakshmi.G

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

You dont need XI adapter in sender while using a Client Proxy.

But It will be needed when your message is coming frm a XI system.

Former Member
0 Kudos

Hi,

Thanks Gurus. I am clear now. When i use XI Adapter as sender there is an ABAP program in the corressponding R/3 server to initiate the proxy call.

Thanks.

Ramalakshmi.G

Former Member
0 Kudos

Hi,

Activate the ABAP Proxy,

Refer

ABAP Proxy configuration:

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

File to Inbound Proxy:

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

Debugging Inbound Proxy:

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

SPROXY not working:

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff875...

http://help.sap.com/saphelp_nw04/helpdata/en/4f/0a1640a991c742e10000000a1550b0/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

Hi,

Thanks for your replies. I have mentioned the XI adapter in the sender communication channel. I want to know the how it picks data and send to receiver. Kindly send any blog link. I couldnt see the link which you sent.

Thanks.

Ramalakshmi.G

Former Member
0 Kudos

Hi,

Basically we use XI Adapter in case of to communicate XI IS with the any IE and vice versa,

This will come into the picture while we are deling with Proxies

In Case of Client Proxies

Source application can directly interact with the XI by executing the report in SAP R/3 & will be able to send the XML data to IS,

So no need of the XI Adapter in this case to post xml to XI.

In Case of Server Proxies

Now XI has to post the xml data to the Target Application, here some thing shld be there to establish the medium with the Target System. So we use XI adapter here.

In the receiver case, we need XI Adaper to communicate XI integration Server with the Local Integration Engine( Which we made in SAP R/3's Business system as local IE) to post the data

Basically XI adapter will be used in normal scenarios also to communicate Adapter Engine with Integration Server internally while delivering the msg.

Check this Msg Flow how the XI Adapter is used in Normal Scenarios

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

Former Member
0 Kudos

in simple it is native communication with integration engine hence could be with proxy or PCK...

Former Member
0 Kudos

Hi,

XI Adapter is used to exchange messages between SAP Exchange Infrastructure and the Partner Connectivity Kit (PCK).

Also Reffer this

http://help.sap.com/saphelp_nw04s/helpdata/en/e1/091640a991c742e10000000a1550b0/frameset.htm

REgards

Seshagiri

former_member859847
Active Contributor
0 Kudos

Hi,

If you have any integration between PCK to XI,

then also we can plan XI adapter as sender adapter.

warm regards

mahesh.

Former Member
0 Kudos

Hello,

U dont need to configure XI sender adapter & sender Aggrement.

Check this for configuring a client proxy scenario:

http://www.saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm

Thanks,

Mahi

prateek
Active Contributor
0 Kudos

XI adapter at sender is automatically used when u configure client proxy scenario. Check any client abap proxy blog

Regards,

Prateek