<?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: Table control issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047621#M1501585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; if u want single line to be selected at a time then goto table control properties and select the   SINGLE LINE property in the LINE SEL, and check tat u have defined w/selcolumn with the internal table field IT-SEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 05:30:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-12T05:30:29Z</dc:date>
    <item>
      <title>Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047619#M1501583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on table control, It is working when we selects one row at atime. But it is seleceting multiple rows when we scroll up or down.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;if i ahve selected first row, if a select the another row in the smae page it will not allow. it is working fine here.&lt;/P&gt;&lt;P&gt;But when i scroll up and i will have new set of rows if i select any one of them it is selecting two rows. It should not happen.&lt;/P&gt;&lt;P&gt;I want it should work as, if user selects in next page it should deselect earlier selected row in the previous page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me on this regard........&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Akkash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 02:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047619#M1501583</guid>
      <dc:creator>aakash_chalasani</dc:creator>
      <dc:date>2010-07-12T02:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047620#M1501584</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;You must have given option &lt;STRONG&gt;w/SelColumn&lt;/STRONG&gt; in the screen painter for table control.&lt;/P&gt;&lt;P&gt;Define an internal table for this table control with the additional column identifier like pick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in PAI of the screen check the OK_CODE of the scroll up and in  the PAI loop of this table controread the internal table of the table control with this identifier  (pick = 'X' ) and modify  this internal table for this selected row with (pick = ' ') .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 04:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047620#M1501584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T04:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047621#M1501585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; if u want single line to be selected at a time then goto table control properties and select the   SINGLE LINE property in the LINE SEL, and check tat u have defined w/selcolumn with the internal table field IT-SEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047621#M1501585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T05:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047622#M1501586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  AAkash chalasani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well come to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per ur requirement,  set  the w/set column field to null  in PAI module after the calling of ur next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Abhilash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047622#M1501586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T05:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047623#M1501587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="8557346"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/7047623#M1501587</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-12T09:24:57Z</dc:date>
    </item>
  </channel>
</rss>

