2013 Aug 19 7:32 AM
Hello.
Thus the task of creating an xml file based on the available (and occasionally changing) xsd schemas. Tell me, is there a simple (standard) loading mechanism (or a reference to a local file) xsd scheme and further work with it? With the condition of minimum correction in the future, subject to change xsd schema.
2013 Aug 19 8:46 AM
Hi,
May be you will have to read the XSD and generate the XML as XSD input is not static so CALL TRANSFORMATION may not help.
Check the demo program SIXML_TEST. Also the main factory class CL_IXML and Interfaces IF_IXML_PARSER, IF_IXML_NODE, etc may help.
Cheers,
Arindam
2013 Aug 19 10:26 AM
Thanks for the reply.XSD schema does not change often (once a month). CALL TRANSFORMATION do not want to use because have to be rewritten for every change the schema.Into classes CL_IXML, IF_IXML_PARSER, IF_IXML_NODE already noticed, but I would like an example (we do not have the program SIXML_TEST). I would like to learn how to solve such problems other developers?
2013 Aug 19 12:29 PM
Hi,
See if this helps:
http://wiki.sdn.sap.com/wiki/display/ABAP/Parse+an+xml+file+and+insert+values+in+ABAP
Cheers,
Arindam
2013 Aug 20 6:15 AM
Hi.
Again, thank you for your reply. But I want to use the XSD scheme as a basis for the creation of XML document. Maybe someone had the experience of implementing such a task?
2015 Dec 15 2:09 PM
Hi Alexander,
I recently wrote a blog on this topic. You can check it out here:
Regards
Antonio
2024 Jul 08 7:21 PM
Hi Antonio,
The link that you shared is not available, can you update it?
Regards.
Gibram Habib,
2024 Jul 08 7:22 PM