cancel
Showing results for 
Search instead for 
Did you mean: 

How to implemen Provider Proxies in ABAP and Java

Former Member
0 Kudos

Hello, I have been searching for some hours (w/o success) for a documentation with examples on how to implement a provider proxy in the backend system. I mean an example implementing the interface generated in ABAP. If someone knows also documents about implementing Java proxies, it is also welcome. But I am more interested in ABAP Provider proxies implementations.

Thanks

Marcelo

Accepted Solutions (0)

Answers (2)

Answers (2)

sunil_singh13
Active Contributor
0 Kudos

Marcelo,

Provider proxy is also known as the Server proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

Thanks,

Sunil Singh

Former Member
0 Kudos

Hi,

Check these links..

How to Activate Proxy.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Inbound Proxy (Server Proxy)

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

OutBound Proxy (Client Proxy)

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Proxy with attachements..

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

Generating java proxies..

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

Regards,

Sarvesh