<?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: Dynamic column deletion...!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818559#M659180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amey..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to delete any columns from the internal table while downloading to a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that you have to declare a separate internal table (without those columns) and MOVE the data from the First internal table in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING ITAB TO ITAB1.&lt;/P&gt;&lt;P&gt;  APPEND ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call the FM GUI_DOWNLOAD and pass ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 03:29:47 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-10-01T03:29:47Z</dc:date>
    <item>
      <title>Dynamic column deletion...!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818557#M659178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SDN folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can delete internal table columns dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have some data in internal table, and before downloading internal table data to excel I would like to delete some columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 02:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818557#M659178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T02:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column deletion...!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818558#M659179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to delete data in colums or the internal table columns?&lt;/P&gt;&lt;P&gt;If you want to delete columns then it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 03:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818558#M659179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T03:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column deletion...!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818559#M659180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amey..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to delete any columns from the internal table while downloading to a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that you have to declare a separate internal table (without those columns) and MOVE the data from the First internal table in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING ITAB TO ITAB1.&lt;/P&gt;&lt;P&gt;  APPEND ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call the FM GUI_DOWNLOAD and pass ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 03:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-column-deletion/m-p/2818559#M659180</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-01T03:29:47Z</dc:date>
    </item>
  </channel>
</rss>

