cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy and multi client

Former Member
0 Kudos

Hi all,

is it possible to send data to more clients, through an Abap Server Proxy, or does the abap proxy not support multi client?

thanx

/Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

It sure is possible.

Create a WebASABAP Business System for each client of the R3 system to which you want to send the data to.

In XI, add the Corresponding Business System as the Receiver Business System.

The Activation of ABAP Proxy should be done on both the clients though.

Regards

Bhavesh

Former Member
0 Kudos

So I can send data to multible clients using one abap proxy?

Is there a way to address the right client in the XI adapter or how?

thank you

/Thomas

Former Member
0 Kudos

>>So I can send data to multible clients using one abap proxy?

No. Actually proxies are created only in Application server and not in XI server.

XI only calls the proxy in the application server at run time. So you can have n number of proxies for the same interface across the n clients in the application server.

In XI you need to configure a communication channel with the client details you need to call.

Regards,

Jai Shankar

bhavesh_kantilal
Active Contributor
0 Kudos

This is where your receievr Business System would play a role.

Using the logical system name, the corresponding Client will be located and data sent to the corresponding Client.

Also, you provide the log one details in the XI adapter including the Client to which the data needs to be sent to

Regards

Bhavesh