Application Development 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: 

what is the difference between IDOC and PROXY

Former Member
0 Kudos

what is the difference between idoc and proxy?

3 REPLIES 3

Former Member
0 Kudos

Hi,

These are not related terms, how can you compare?

In what context are you talking about these?

If its in the context of integration using XI, you should look at my blog

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Regards,

Ravi

Note : Please mark the helpful answers and close the thread if the issue is resolved.

former_member927251
Active Contributor
0 Kudos

Hi Saydulu,

IDOC : When you populate an IDOC and send the IDOC, receiver receives the IDOC and then processes it using a Function Module.

Proxy : Proxy is a structure which is filled by the sender. This structure is placed at a predefined place or directory from where the receiver can pick it up and use it further. There is no processing function module associated with the proxy.

<b>Reward points if it helps.</b>

Former Member
0 Kudos

IDOC :It has Standard Structure,Sender Communication Channel is not required,Used only for asyncronous Communication.

Proxy: Depending upon the requirement have to create the structure,It supports huge volume of data processing,Can be used for both sync & async .