<?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 Re: Convert Deep internal table to XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039532#M1967881</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check if my article on &lt;A href="https://sapintegrationhub.com/abap/transformation/xml-transformation-example-xslt_tool/" target="_blank"&gt;serialization using XSLT_TOOL&lt;/A&gt; would help.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Isuru&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 19:28:06 GMT</pubDate>
    <dc:creator>isuru_fernando24</dc:creator>
    <dc:date>2019-08-05T19:28:06Z</dc:date>
    <item>
      <title>Convert Deep internal table to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039530#M1967879</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;I have a requirement to convert a deep internal table (which is dynamically generated at runtime) to XML. I used the basic CALL TRANSFORMATION ID for this requirement, which gave me the output but not as expected. The table data got converted into an array with tags &amp;lt;item&amp;gt; &amp;lt;/item&amp;gt;. I want to eliminate this tag , as this XML file will be used by the third system. How do I achieve this result?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 10:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039530#M1967879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-05T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Deep internal table to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039531#M1967880</link>
      <description>&lt;P&gt;&amp;lt;item&amp;gt; is generated by the ABAP runtime environment when serializing an internal table (either the serialized variable itself or one of its components), &lt;STRONG&gt;for each row&lt;/STRONG&gt;. To remove it, don't use an internal table (just a structure). Note that if there are several rows, you understand that XML requires that each row is identified by a tag.&lt;/P&gt;&lt;P&gt;To be clear, the so-called ASXML serialization of an internal table gives this kind of XML:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;...
   &amp;lt;TABLE&amp;gt;
      &amp;lt;item&amp;gt; (elements and values describing the row 1) &amp;lt;/item&amp;gt;
      &amp;lt;item&amp;gt; (elements and values describing the row 2) &amp;lt;/item&amp;gt;
      ...
   &amp;lt;/TABLE&amp;gt;
...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039531#M1967880</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-08-05T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Deep internal table to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039532#M1967881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check if my article on &lt;A href="https://sapintegrationhub.com/abap/transformation/xml-transformation-example-xslt_tool/" target="_blank"&gt;serialization using XSLT_TOOL&lt;/A&gt; would help.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Isuru&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 19:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-deep-internal-table-to-xml/m-p/12039532#M1967881</guid>
      <dc:creator>isuru_fernando24</dc:creator>
      <dc:date>2019-08-05T19:28:06Z</dc:date>
    </item>
  </channel>
</rss>

