cancel
Showing results for 
Search instead for 
Did you mean: 

SPROXY- connection to different integration builders

Former Member
0 Kudos

Hi guys,

I have an issue related with ABAP proxy generation. I want to generate an ABAP proxy in a R/3 system for connecting to the integration builder of the XI 3.0 system, but my problem is that such system is already connected to the integration builder of another system XI 2.0. For some reasons I have to generate two abap proxies in the same SAP R/3 system for both XI systems, is such thing possible to achieve? Maybe there is a way to make a connection from the transaction SPROXY to both integration builders..

Thank you very much for your help,

Luis

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

SPROXY gets its connection details from the XI configuration set up in SXMB_ADM and SLDAPICUST in the application system. This is also true at runtime.

This is not physically possible to do.

you need to find out which XI system this R/3 system needs to be connected to, correct it if necessary in the R/3 system then generate the proxy.

SPROXY list is obtained from the interface list defined in the Integration Repository of the relevant Integration Server.

not sure why you would ever need to do what you are suggesting yu need to do.

What is the explanation for needing to do this ?

Cheers

Colin.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

and how will R3/ERP know with which XI it should work?

(during outbound communication for example)

I don't think it's a good idea

don't try to do it if possible

Regards,

michal

henrique_pinto
Active Contributor
0 Kudos

Hey Michal (and any other ABAP experts),

what about transaction (and table) SPROXSET?

Couldn't it be used for this?

Regards,

Henrique.

MichalKrawczyk
Active Contributor
0 Kudos

hey Henrique:)

SPROXSET has a key field - NAME

so you can only have ONE <b>IFR_ADDRESS</b>

inside I believe

Regards,

michal

henrique_pinto
Active Contributor
0 Kudos

where will this IFR_ADDRESS be used?

Regards,

Henrique.