tags:

views:

121

answers:

1

Hi Friends,

I have a situation where in we need to send IDOC things to SAP XI from .NET application. It is like both sending and receiving. I guess that it is having something connected to translate IDoc to XML and vice versa and then communicate. Can you just some technical knowledge on how to achieve this communication between SAP XI and .NET for IDOCs

Many thanks, Ravi Kota

A: 

Since you're not really specific about what you want to do, here are some generic pointers: http://help.sap.com/saphelp_NW04/helpdata/en/79/d0b51753406d4d86470debdf027c68/frameset.htm for the client side and http://help.sap.com/saphelp_NW04/helpdata/en/9e/7b562de2cce14da8bb5af01c73de0b/frameset.htm for some samplets that contain both a windows service to process incoming IDOCs and a form to submit an IDOC.

You might also want to take a look at http://stackoverflow.com/questions/1831464/parsing-sap-idoc-files

vwegert