cancel
Showing results for 
Search instead for 
Did you mean: 

.NET IDOC Class Library

Former Member
0 Kudos

I read sometimes ago in this forum that a .NET IDOC Class Library was about to be released, similar to the "C++ IDoc Class Library" that has been available for years.

The .NET IDOC class library would work using serialization to transform an IDOC into an object and viceversa.

Does anyone know if it has been released or when it will be ?

Without this library, it is very difficult to process IDOCs under .NET

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Such a library is still planned, but there is no release date (not even for a beta program) planned nor known.

What you can do today (also as a good preparation for the library) is to use the XML schema of the IDOC from ifr.sap.com, create an XML serializer of it (with XSD.EXE) and use XI server to convert from XML-IDOC to Text IDOC.

Former Member
0 Kudos

If i remember correctly, XSD.exe had some problems with the schemas on the IFR. Particularly those that have a maxoccurs=999999 instead of maxoccurs=unlimited?

Or perhaps thats when i was using JAXB