‎2006 Dec 04 9:21 AM
Hi all,
I am new beginner for ABAP object.Can anybody tell me what is abap proxy classes?and what is it's use.
Thanks in advance
‎2006 Dec 04 9:38 AM
Hi Manish,
Tcode for ABAO Proxy : Sproxy
This is used to communicate the XI system without any adapters (Basically HTTP communication). This will be allowed the systems greater than or equal to WAS 6.20.
It provides commuication between SAP R/3 and Intergration Server.
Regards
Bhupal Reddy
‎2006 Dec 04 9:24 AM
Hi Check the following links :
http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm
Hope this helps,
Erwan
‎2006 Dec 04 9:27 AM
When you have a interface in XI, that you want to trigger from SAP, ABAP Proxies are one of the ways of doing it.
You write a Client Proxy in your application system (SAP R/3) and pass the data that the interface is expecting, which will in turn do the mapping and pass the data to the target system.
The Proxy can be called from use exit, report or any where.
Proxies does not use adapters to communicate to XI.
Regards,
Ravi
note - Please mark all the helpful answers
‎2006 Dec 04 9:38 AM
Hi Manish,
Tcode for ABAO Proxy : Sproxy
This is used to communicate the XI system without any adapters (Basically HTTP communication). This will be allowed the systems greater than or equal to WAS 6.20.
It provides commuication between SAP R/3 and Intergration Server.
Regards
Bhupal Reddy
‎2006 Dec 04 9:59 AM
Please refer the below blog. These two blocks more into Technical.
/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments href="/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments: RFC or ABAP Proxy</a>
<a href="/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation ABAP Proxy</a>
<a href="/people/achim.bangert/blog/2006/08/02/dynamic-proxies-in-abap Proxy</a>
Regards,
Ramki.
‎2006 Dec 18 5:28 AM
hai manish,
When WebAs >= 6.2( at this point adapters cannot be used) then we go for creating proxies. we define our own proxies in Tcode--> sproxy.
It use is it to provide communication between SAP R/3 and integration server.
Just have a luk at the below links:
http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm
The below link explains abt the Communication between SAP System & Webservice Using Proxies
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1684. [original link is broken] [original link is broken] [original link is broken] [original link is broken]
Regards,
Prasanthi.
Reward all helpful answers.