Analyzing SAP IDoc Files

We are currently planning to communicate with a partner who works with SAP. The problem is that our ERP does not offer any connection with SAP, and we will need to extract the necessary information from the IDoc files themselves.

Is there an easy way to do this in .NET? How is a library (free / commercial) that does all the grunt work?

I'm just looking for something like "IDocLibrary.Parse (file)" and it will return me a collection of objects that translate directly to orders, etc. in the IDoc file.

I read about some kind of SAP.NET Connector. Is it capable of doing what I want to do?

edit:

The SAP.NET Connector is not an option. According to http://www.dataxstream.com/2009/07/introduction-to-the-sap-net-connector/

In particular, there is no functionality built into the SAP.Net Connector for parsing various field data from IDocs. It depends on getting the program to know what the IDoc format is, and how to extract data from the IDoc.

+3
source share
5 answers

There is a C ++ library from SAP that handles IDocs, but it's pretty old: PDF is described here. Not sure if you can still get the software, and if that helps you today.

Most of the new libraries seem to be developed for Java (one example can be found here ) .. I think this will not help you if you are looking for a .Net solution.

, , XI ( Exchange)/PI (Process Integration) - ( Java) IDoc XML, , " "...

+2

- SAP, SAP.NET Connector:

SAP.NET - , Microsoft.NET SAP. RFC Web , Web , Windows Microsoft Visual Studio.Net. SAP.NET , , Visual . NET, # ++.

SAP.NET - SAP.NET, :

. .NET Windows Web , - SAP (BAPI).

ยท SAP. RFC, HTTP/SOAP/XML ( ).

. RFC- .NET SAP ().

IDoc Windows

+2

IDoc ( DTD) SAP. - , . AFAIK , HTML, C-Header, "" DTD.

, , IDocs (- wedi, we30).

IDocs - , , "" /. IDoc .

0

DataXstream, ( ), , . SAP. , , iDOC , , SAP . , , , , , . .

0

, :

IDoc IDoc-XML, SAP , - SAP Java IDoc Class Library SAP Java Connector. SAP Java Connector https://support.sap.com/jco.

, IDoc SAP Connector Microsoft.NET - , , , SAP.

SAP Business Connector, API IDoc IDoc-XML. , - , Java. SAP, NetWeaver.

, SAP, , SAP ABAP.

0

Source: https://habr.com/ru/post/1724475/


All Articles