cancel
Showing results for 
Search instead for 
Did you mean: 

XSD Validation with ABAP XML Parser?

KayLoehmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello there,

i'm loading xml files into a R/3 System. This all works fine with the standard XML Parser.

The XML Files are based on a .xsd structure that is assigned to each file with a external link.

To be sure that the xml document conforms to this .xsd structure i would like to check against it.

For that i would like to hold a .xsd structure string in my abap programm.

How can this be accomplished? Is this possible anyway?

Greetings and many thanks.

Kay

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

check out the class

CL_XML_SCHEMA

Regards

Raja