cancel
Showing results for 
Search instead for 
Did you mean: 

XI Adapter

Former Member
0 Kudos

Hi I am using XI adapter to send data to R/3 system,i have created proxies on the target R/3 system, Now inorder for me to send data to the target i am using the XI adapter and when i use the Addressing type as URL Address.

What would be the values of the service number and path? is this something the basis guys give us? i assume the entry in the target host is nothing but the ip address of the target r/3 system.

Thanks

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

HI,

Path Prefix and Service no, you will get from SM59->Http Destination

Path Prefix- /sap/XI/engine/?type=entry

Service no http port (8xxx)

Refer this -

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

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

Hope this helps,

Regards,

Moorthy

Regards,

Moorthy

Former Member
0 Kudos

Thanks for the answer Moorthy, I have another question, So all we need to do in XI to use proxies is create a http destination? or does that Http destination need to point to something? I mean my question is how does the target system know that it needs to use the corresonding proxy that has been created.

Thanks

Venkat

Former Member
0 Kudos

Hi,

Here is how you configure your reciver channel:

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

The steps are:

1.First you configure your target system to get connected to the SAP XI server. This is described in the weblog given above.

2. Then you do configurations in the Integration repository by creating all the objects.

3. Now go to transaction SPROXY and create a proxy out of MI that is inbound (for server proxy) .

4. Once you have generated proxy you will get a class in which you need to write your code.

5. NOw in the Integration directory you will do all the config and receiver agrement also. This will have the message intrface name and the proxy detail to get connected. SAP system will know from the message Interface which proxy needs to be triggered.

Regards

Vijaya

Former Member
0 Kudos

Vijaya-

Can you give me the blog you mentioned in your post.

Thanks

Venkat

Former Member
0 Kudos

Hi,

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

Regards

Vijaya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venkat,

Target Host : IP address of target R/3 system

Service Number : Http port no.<8xxx>

Path : /sap/xi/engine?type=receiver

Note that the path is /sap/xi/engine?type=entry if you use message Protocol XI3.0 & /sap/xi/engine?type=receiver if you use message protocol XI2.0

Regards,

Jai Shankar.