cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 - SRM Integration

Former Member
0 Kudos

Hi all,

Please guide/help me with following problem:

I have configured R/3 - XI - SRM Integration scenario. When I am trying to send orders IDocs from R/3, in XI message is erroring with 'HTTP Destination not found'.

How to configure Communication Channel using XI adapter, pls guide with detailed steps.

Regards,

Sree

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

pre-configuration reqd for server proxies

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

configuring receiver server proxy

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

Answers (1)

Answers (1)

STALANKI
Active Contributor
0 Kudos

You have to use idoc adapter in case of sending idoc and not the XI ADAPTER..!

Former Member
0 Kudos

Hi Rama,

Are you using pre-built XI content for R/3-SRM integaration ? Are you getting this error while sending a message to SRM system ?

To configure XI adapter you need to provide the following details..

Choose Adapter XI Receiver..

Addressing Type: Choose 'URL address' (You can choose HTTP destination aswell, in that case you need to create HTTP destination(SM59) on XI box and provide all the below mentined details in HTTP destination itself).

Targeet Host: IP address of your SRM system

Service Number: HTTP Port

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

Authentication Type: Choose Logon Data for SAP system..

Also Provide user name, password, langauge and client to logon to SRM system.

The user should have SAP_XI_APPL_SERV_USER autharization.

Reagrds

Anand

Former Member
0 Kudos

I am sorry, XI adapter is on Receiver, SUS (SRM) side.

IDoc is successfully reaching the XI.

Thank you,

Sree

Former Member
0 Kudos

Hi Rama,

For setting up your Application system for receiving Proxies, Please have a look at this blog:

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

For setting up reciver XI adapter:

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

Regards

Vijaya

Former Member
0 Kudos

Thanks Anand for quick reply.

Yes, I am using the preconfigured XI content. While sending message to SUS I am getting this error.

I defined a HTTP destination for R/3 system. This HTTP destination is the Logical System for the SUS Business System. But path seems different. When I test the connection, status code was 500.

While configuring XI Adapter, Business System goes to HTTP Destination field, pls confirm.

Thank you,

Sree

Former Member
0 Kudos

Hi Rama,

As mentioned in the link provided by Vijaya..

Change your path accordingly as mentioned below..

/sap/xi/engine?type=entry

for SAP systems based on SAP BASIS 6.40 (XI 3.0 message protocol).

/sap/xi/engine?type=receiver

for SAP systems based on SAP BASIS 6.20 (XI 2.0 message protocol).

>>I defined a HTTP destination for R/3 system. This HTTP destination is the Logical System for the SUS Business System. But path seems different. When I test the connection, status code was 500.

While configuring XI Adapter, Business System goes to HTTP Destination field, pls confirm

In HTTP destination field you need to provide the HTTP destination created on XI which is pointing to your SUS system. Also when you test your connection what is the 'status_reason' dispalys ?

Regards

Anand