<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic convert XML data into ABAP internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133873#M1189930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to convert XML data into internal table. My code is given below.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;call transformation ('ID_INDENT')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;SOURCE xml  &amp;lt;xml string&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;RESULT &amp;lt;internal table&amp;gt;  = &amp;lt;internal table&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   I got dump, there I found that may be because of these reason&lt;/P&gt;&lt;P&gt;   1. The basic structure of the document was incorrect - for example, the &lt;/P&gt;&lt;P&gt;       root tag &amp;lt;abap&amp;gt; must be in the XML namespace                            &lt;/P&gt;&lt;P&gt;       "http://www.sap.com/abapxml".                                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, my XML string has no root tag &amp;lt;abap&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to convert my XML string with out any changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 13:35:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-28T13:35:51Z</dc:date>
    <item>
      <title>convert XML data into ABAP internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133873#M1189930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to convert XML data into internal table. My code is given below.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;call transformation ('ID_INDENT')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;SOURCE xml  &amp;lt;xml string&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;RESULT &amp;lt;internal table&amp;gt;  = &amp;lt;internal table&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   I got dump, there I found that may be because of these reason&lt;/P&gt;&lt;P&gt;   1. The basic structure of the document was incorrect - for example, the &lt;/P&gt;&lt;P&gt;       root tag &amp;lt;abap&amp;gt; must be in the XML namespace                            &lt;/P&gt;&lt;P&gt;       "http://www.sap.com/abapxml".                                           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, my XML string has no root tag &amp;lt;abap&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to convert my XML string with out any changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 13:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133873#M1189930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T13:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: convert XML data into ABAP internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133874#M1189931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try these fm's&lt;/P&gt;&lt;P&gt;SWF_XML_TO_ABAP&lt;/P&gt;&lt;P&gt;HR_PT_XML_TO_TABLE&lt;/P&gt;&lt;P&gt;HR_MX_DAQ_XML_TO_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 13:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133874#M1189931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: convert XML data into ABAP internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133875#M1189932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check out these threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1275910"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="96971"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 13:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-data-into-abap-internal-table/m-p/5133875#M1189932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T13:50:38Z</dc:date>
    </item>
  </channel>
</rss>

