<?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: ERROR IN TABLE CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671333#M1289637</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;thnx for support me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2009 04:04:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-29T04:04:35Z</dc:date>
    <item>
      <title>ERROR IN TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671329#M1289633</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 made table control through wizard and i got their values ex 5 rows .&lt;/P&gt;&lt;P&gt;bt when i scroll down then it add 5 more rows (becoz of pbo and pai calling ) if i scrolled down times it add times in table control . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used thier at pbo starting clear[] bt it also cleared check box which i selected in run time in check box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671329#M1289633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T10:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671330#M1289634</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;Put the initial Check on the table in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In PBO
IF itab[] is inital.
 " Select data into the table
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't check the condiiton every time PBO is triggered the data get's selected and check box also get refreshed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671330#M1289634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T10:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671331#M1289635</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;Check for the initial condition of the internal table and put ur codes within it... If you dont want to clear the check box then use the mark field of teh table control to retain its value..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671331#M1289635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671332#M1289636</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;For your requirement first off all you have to find out how many records are there in your internal table using &lt;STRONG&gt;Describe&lt;/STRONG&gt; statement &amp;amp; then in your table control pass in the field &amp;lt;table_control_name&amp;gt;-lines the same value, this you will do at "PBO".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671332#M1289636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR IN TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671333#M1289637</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;thnx for support me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 04:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-table-control/m-p/5671333#M1289637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T04:04:35Z</dc:date>
    </item>
  </channel>
</rss>

