cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to call a Sap system through abap-proxy form XI ?

Former Member
0 Kudos

As far as i know it is possible to call from a Sap-System (through proxy) an XI system. Is it possible the opposite (with proxy) and how can it implemented;

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonis,

yes it is possible. The terminology is inbound proxy if you call SAP from XI and outbound proxy for the other way round.

If you want to create and outbound proxy in SAP, you need to define your message interface (of type outbound) first in XI. Then you can go to transaction SPROXY in your SAP backend and generate the proxy for that message interface. Now you need to create an abap programm that selects the data to be sent and passes it the proxy. This proxy call is only a call of a method (EXECUTE_ASYNCHRNOUS) of the generated proxy class. Everything else is done automatically by the proxy framework.

best regards

Christine

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

yes of course:

just have a look at this weblog:

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

it shows your scenario:)

Regards,

michal

Former Member
0 Kudos

Hi,

Check this weblog on inbound proxy...

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Regards

Anand