cancel
Showing results for 
Search instead for 
Did you mean: 

Abap client proxy

Former Member
0 Kudos

1. where abap client proxy will execute? weather in XI

r client side.. if its a client side means which engine it will exute..

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Rakesh, You need to start the processing from the Client / R3 system in client ABAP proxies.

Your ABAB report / code will generate the data and send it to XI.

Take a look at this blog,

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Bhavesh

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

where abap client proxy will execute? weather in XI

>>>>

neither client nor server proxies are executed at XI. its always the R3 tht triggers the Proxy. In case of the client proxy usually a report will call the method and execute. And in case of the server proxy the interface triggers the proxy in R3.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

- client

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