cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XI Adapter

Former Member
0 Likes
290

What is an XI Adapter? On What situation we need to use an XI

Adapter. Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hi ,

You can use XI adapter for ABAP and Java Proxy also.

Look at these weblogs.....can understand more......

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies /people/siva.maranani/blog/2005/04/03/abap-server-proxies

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

sekhar

Former Member
0 Likes

Hi ,

look at this thread also.....

sekhar

Former Member
moorthy
Active Contributor
0 Likes

Hi,

XI adapter is used to communicate within Integration Engine.

It is mainly used in PCK integrtaion and it is required if you are sending data from IntegrtaioN Engine to any Application system via ABAP proxy. i.e if you are using ABAP proxy as Reciever(Server) then it is required.

For more-

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

Regards,

Moorthy

Former Member
0 Likes

Hi Rohini,

XI Adapter is another mode of communication available in SAP XI.

It is used for:

1. ABAP Proxy - Connection to SAP R/3 systems (where the system is WAS 620 or above)

2. When you have PCK installed in the remote system.

3. Java Proxy - Used to connect to application that can be triggered through a Java code. For eg. Socket connection.

Regards

Vijaya