<?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: how to clear data in Table Control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386841#M813201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;delete all the data in itab you are passing to tab ctrl in the pai module of the screen and check whether it is again updated by some select querry in any module called after the module for CLEAR push button in PAI or any module in PBO.&lt;/P&gt;&lt;P&gt;It mioght be that it again gets updated in PBO modules as PBO is always called after PAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 05:53:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T05:53:03Z</dc:date>
    <item>
      <title>how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386833#M813193</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;&lt;STRONG&gt;How to clear the data in table control&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Table control which displays column A data from the previous screen and allows to enter column B and column C and i have a &lt;STRONG&gt;button CLEAR&lt;/STRONG&gt;, when i click CLEAR button the Data displaying in table control has to be cleared. how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 03:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386833#M813193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T03:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386834#M813194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete all the data in the itab that u r passing to table control............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 03:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386834#M813194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T03:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386835#M813195</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;Loop over the internal table of table control &amp;amp; clear data from table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at tctab.
clear tctab.
modify tctab.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 03:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386835#M813195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T03:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386836#M813196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just refresh the itab assigned to the table contriol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 04:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386836#M813196</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-02-11T04:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386837#M813197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH CONTROL ctrlname FROM SCREEN scr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 04:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386837#M813197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T04:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386838#M813198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!  Kamini Rawat    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386838#M813198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386839#M813199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!  Kamini Rawat    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but that syntax is to clear the variable not for Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me other option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386839#M813199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386840#M813200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!  jose    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried it but its not working can you give me other options plz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i tried my loop . . . too its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386840#M813200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386841#M813201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;delete all the data in itab you are passing to tab ctrl in the pai module of the screen and check whether it is again updated by some select querry in any module called after the module for CLEAR push button in PAI or any module in PBO.&lt;/P&gt;&lt;P&gt;It mioght be that it again gets updated in PBO modules as PBO is always called after PAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386841#M813201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386842#M813202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can initialize ur table control.&lt;/P&gt;&lt;P&gt;before this stmt.&lt;/P&gt;&lt;P&gt;free ur internal table used to pass data to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also refer to f1 help  abt refresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 05:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386842#M813202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T05:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386843#M813203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a module in ur screen's PAI write like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Func code for clear button'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refresh itab.  (itab is the int table u r passing to table control.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386843#M813203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386844#M813204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use refresh&lt;/P&gt;&lt;P&gt;refresh it_tab.&lt;/P&gt;&lt;P&gt;Plzz reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386844#M813204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear data in Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386845#M813205</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;&lt;/P&gt;&lt;P&gt;before clear ,we should select which row we need to delete.so &lt;/P&gt;&lt;P&gt;assign name for selection cell as "sel".&lt;/P&gt;&lt;P&gt;if sel = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write delete logic here.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards.&lt;/P&gt;&lt;P&gt;JNJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-data-in-table-control/m-p/3386845#M813205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:24:26Z</dc:date>
    </item>
  </channel>
</rss>

