Friday 15 March 2013

.net - Parsing SAP IDOC files -


We are currently planning to communicate with a partner running SAP. The problem is that our ERP does not offer any way to communicate with SAP and we will need to remove the necessary information from IDOC files.

Is there an easy way to do this in .NET? Like all the library (free / commercial), does all the hard work?

I'm just the 'IDC Library. Purse (file) 'and it will take me back a collection of such objects which translates directly to the order etc. in the idoc file.

I had read about some types of SAP .NET Connector. Is it able to do what I want to do?

Edit:

SAP .NET Connector is not an option that looks like

Specifically, different data from IDOC SAP to parse the field Net connector has no functionality. To know whether the format of IDOC, and how to extract data from IDOD, is the program to receive.

There is a C ++ Library from SAP which handles IDox, but this is very Old: Not sure if you can still get the software and if you are going to help today.

Most new libraries are being developed for Java (one example can be found) .. I think if you are looking for Net Natal then this will not help you.

However, as I have suggested in your comment on your question, you may be able to get IDO (Exchange Integration) / PI (Process Integration) - Infrastructure (which is Java based). In an XML format it should be very easy to deal with "plain text" ...


No comments:

Post a Comment