To continue reading for free, register below or login
To read more you must become a member of SearchSAP.com
');
// -->

The question of IDoc or not is a question of the strategy. An IDoc creates an additional copy of the sent data in the SAP system. This IDoc can be inspected if need be. However, when connecting to middleware the best practice is to NOT hold redundant transfer files in the connected systems. If you work with middleware (like XI) then your ultimate goal should be that all administration and error tracing takes place there and only there. The performance between IDocs and Proxy will probably be indifferent.
|