cancel
Showing results for 
Search instead for 
Did you mean: 

Read Data Type Structure

Former Member
0 Kudos

Hi,

Is it possible using ABAP to read the schema definition of a data type to provide a list of the elements defined.

Thanks

Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189558
Contributor
0 Kudos

Hello Martin,

Do you want to say If ABAP can parse an XML document or XSD?

ABAP can parse a XML document and return you what you want from that.

For XSD I am not sure..

Thanks,

HImadri

Former Member
0 Kudos

I am wondering if using an interface name I can determine the message type used, then provide a list of the tags showing the true x-path value.

Former Member
0 Kudos

Hi,

In ABAP you can parse xml or xsd using iXML package. Search for that in SDN.

The Message Interface will surely have the Message type name. So your requirement is absolutely possuble.

Need to know in which scenario you will use this? Please post that.

Regards,

P.Venkat

Former Member
0 Kudos

Would you know on what table the relationship between the Interface Name and Message type is stored.

bhavesh_kantilal
Active Contributor
0 Kudos

Martin,

Any special reason to do this? Can you elaborate further what the requirement is?

Regards

Bhavesh