<?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: Internal table conver to XML file problem ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647516#M1444390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si yo fuera tu haría la conversión talcomo la estás haciendo y luego haría un ciclo  "LOOP AT it_datatab INTO wa_datatab." dentro del cual con un IF verifico la condición que me interesa, en este caso que al linea sea , y en ese IF hago DELETE it_datatab INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Espero te sirva de ayuda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimas Salazar&lt;/P&gt;&lt;P&gt;Caracas-Venezuela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 13:56:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T13:56:25Z</dc:date>
    <item>
      <title>Internal table conver to XML file problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647514#M1444388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  I used to  &lt;A href="http://www.sapdb.info/abap-programs-upload-excel-to-internal-table/" target="test_blank"&gt;http://www.sapdb.info/abap-programs-upload-excel-to-internal-table/&lt;/A&gt;      example code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XML output file&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Subscriber&amp;gt;&lt;/P&gt;&lt;P&gt;u2212&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;u2212&lt;/P&gt;&lt;P&gt;&amp;lt;CUSTOMERBIS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CUSTOMER_ID&amp;gt;ornek data 1&amp;lt;/CUSTOMER_ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;EXTERNAL_ID&amp;gt;ornek data 2&amp;lt;/EXTERNAL_ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NAME&amp;gt;ornek data 3&amp;lt;/NAME&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ADDRESS&amp;gt;ornek data 4&amp;lt;/ADDRESS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;TOWN&amp;gt;ornek data 5&amp;lt;/TOWN&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;POSTCODE&amp;gt;ornek data 6&amp;lt;/POSTCODE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;STATE&amp;gt;ornek data 7&amp;lt;/STATE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONTACT_NAME&amp;gt;ornek data 8&amp;lt;/CONTACT_NAME&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONTACT_PHONE&amp;gt;ornek data 9&amp;lt;/CONTACT_PHONE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONTACT_POSN&amp;gt;ornek data 10&amp;lt;/CONTACT_POSN&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONTACT_EMAIL&amp;gt;ornek data 11&amp;lt;/CONTACT_EMAIL&amp;gt;&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;................&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Howto delete &amp;lt;item&amp;gt; &amp;lt;/item&amp;gt;   tag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Burhan KARADERE on Feb 22, 2010 1:47 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Burhan KARADERE on Feb 22, 2010 1:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 12:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647514#M1444388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table conver to XML file problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647515#M1444389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use call transformation, and instead of literal ID create your own XSLT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 13:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647515#M1444389</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2010-02-22T13:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table conver to XML file problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647516#M1444390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si yo fuera tu haría la conversión talcomo la estás haciendo y luego haría un ciclo  "LOOP AT it_datatab INTO wa_datatab." dentro del cual con un IF verifico la condición que me interesa, en este caso que al linea sea , y en ese IF hago DELETE it_datatab INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Espero te sirva de ayuda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimas Salazar&lt;/P&gt;&lt;P&gt;Caracas-Venezuela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 13:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647516#M1444390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T13:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table conver to XML file problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647517#M1444391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do the same you are doing and after taht  I would do "LOOP AT it_datatab INTO wa_datatab." and inside of it a sentence IF to verify what I want, in that case that line is equal to &amp;lt;item&amp;gt; or &amp;lt;/item&amp;gt;, if taht's true I can doo DELETE it_datatab INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimas Salazar&lt;/P&gt;&lt;P&gt;Caracas-Venezuela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Excuse me, I wrote in spanish first that is my mother language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 14:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-conver-to-xml-file-problem/m-p/6647517#M1444391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T14:11:28Z</dc:date>
    </item>
  </channel>
</rss>

