<?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: Refresh dynamic internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953953#M945002</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;Use the REFRESH statament: it only clear the data, but not the structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH &amp;lt;TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should unsssign the field-symbols in order to delete the structure too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 14:35:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T14:35:00Z</dc:date>
    <item>
      <title>Refresh dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953949#M944998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to clear the contents of dynamic internal table .Please tell how to do it.The structue of dynamic internal table sould remain intact after clearing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953949#M944998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953950#M944999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REFRESH &amp;lt;itab_name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953950#M944999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953951#M945000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dynamic internal table or any internal table , just use refresh statement. ( refresh itab )&lt;/P&gt;&lt;P&gt;if its a field symbol then use unassign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953951#M945000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953952#M945001</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; Use unassign statement ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unassign &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953952#M945001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh dynamic internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953953#M945002</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;Use the REFRESH statament: it only clear the data, but not the structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH &amp;lt;TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should unsssign the field-symbols in order to delete the structure too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-dynamic-internal-table/m-p/3953953#M945002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:35:00Z</dc:date>
    </item>
  </channel>
</rss>

