Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is abap proxy classes?

Former Member
0 Likes
4,613

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,302

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,302

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

Read only

Former Member
0 Likes
2,303

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

Read only

0 Likes
2,302

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.

Read only

prasanthi_chavala
Active Contributor
0 Likes
2,302

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.