cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy To XI

Former Member
0 Kudos

Hi All,

I hope i can get an answer to lingering problem that we have currently.

We manage to configure to have XI --> ECC 5.0 (through Proxy / XI Adapter)

We have another scenario where we are using ECC 5.0 through ABAP proxy to send messages to XI. However, we are facing the following error message :

-


<SAP:Code area="INTERNAL">DESTINATION_NOT_FOUND</SAP:Code>

<SAP:Stack>HTTP Destination_Receiver missing (system , transaction SM59)</SAP:Stack>

-


1. SM59 ECC --> XI HTTP Connection Test is Ok

2. SCIF T-Code. XI services all activated

3. SM59 XI --> ECC HTTP connection test was ok

4. XI --> ECC (via XI Adapter Scenario --This is ok)

5. SM59 - Deleted and recreate the connection

6. Regeneration of the Message Interface in ECC

Thank you

Sulaiman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

hi asari,

ABAP proxy objects can only be generated for SAP systems that are based on SAP Web Application Server 6.40.

The proxy generation retrieves the WSDL description of the interface from the Integration Repository using HTTP. The address of the appropriate server is taken from the exchange profile (parameters 1, 2, and 3 u2013 see below). Queries to the Repository are subject to authentication. The user and password for these queries are also taken from here (parameters 5 and 6). Information used to navigate from the ABAP Proxy Generation to the initial page of the Integration Builder is also taken from the exchange profile (parameters 1, 2, and 4).

Example configuration for accessing

interfaces in the Integration Repository (exchange profile)

check link

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/frameset.htm

reward points if helpfull

regards

kummari