Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can i use XSD / XML in Abap Programs

Former Member
0 Kudos

Hi friends

I need to validate a xml file against xsd file. Can i validate it in abap program?

Best Regards.

P

5 REPLIES 5

Former Member
0 Kudos

Hi Pedro,

Simple transformations, or ST, is a proprietary SAP programming language that describes the transformation of ABAP data to XML (serialization) and from XML to ABAP data (deserialization).

Check this out...

Simple Transformations - SAP Library

Regards,

Raj

<dead link corrected>

Message was edited by: Manish Kumar

Former Member
0 Kudos

Hi,

it can be done with the help of Transformations which will be in the Canonical form..

Serialization and deserialization of the data...

Regards,

Sampath.

Former Member
0 Kudos

hi

The following link shows how to convert xml file to word doc in abap.

http://www.sap-img.com/abap/xml-file-to-word-document-through-sap.htm

Please reward if it helps

Former Member
0 Kudos

HI

GOOD

YOU GO THROUGH THESE LINKS,I HOPE YOU CAN GET SOME HELP FOR YOUR SOLUTION

http://only4gurus.com/v3/downloadcount.asp?id=6996

/people/morten.wittrock/blog/2006/03/21/validating-messages-in-xi-using-xml-schema

THANKS

MRUTYUN