cancel
Showing results for 
Search instead for 
Did you mean: 

pls explain usage of proxy.

Former Member
0 Kudos

1) pls explain usage of proxy and what is the abap proxy.

tell me step by step.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ganga,

I think u posted the question 2 times.If satisfied please close the question.

Regards,

Gunasree.

Former Member
0 Kudos

Hi,

All proxies are Adapterless communication.

WAS >=6.2 then you can select proxy communication.

We have two types of proxies- ABAP and JAVA proxies.

Just have a look at these links:

For an example scenario just have a look at this link:

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

Regards,

Gunasree.

Former Member
0 Kudos

Hi!

Check this link:

http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

Proxies are programs that can convert XML to other data or vicevers. ABAP proxies convert abap data to XML or viceversa, depending if they are inbound/server or outbound/client.

Check this weblog for step by step : /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

You create you message interface in XI using Repository. Then you create the proxy objects via SPROXY transaction in your R/3 system and at last, you reference them in your ABAP program. Simply fill the objects with your data and then execute the call asynchronous to trigger the data send to XI. XI will receive them and work as defined in your scenario.

Regards,

Matias.

PD: please reward points if useful.