<?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: Big problem with Table Control and single column selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082701#M1506207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;according to your description i got the feeling that somehow you messed up rows and columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 12:40:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T12:40:11Z</dc:date>
    <item>
      <title>Big problem with Table Control and single column selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082700#M1506206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I have on a dynpro a Table Control where i set Column Sel. to 'Single' and w/SelColumn I attach to my field&lt;/P&gt;&lt;P&gt;My Table control shows 10 lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The swich of columns by clicking on the selection column works well as soon I do not have more thant 10 lines in my table and I do not have to scroll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When for ex. I mark the 1st line and then I scroll down until my 1st line is not shown anymore, and then i select another line, the 1st line remains marked. When I scroll up, I see that then both lines are marked!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082700#M1506206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Big problem with Table Control and single column selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082701#M1506207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;according to your description i got the feeling that somehow you messed up rows and columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082701#M1506207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Big problem with Table Control and single column selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082702#M1506208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, i would have better written that the row selection is not ok...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what I need to have is that only a single row can be checked. And as I described, when you scroll away of the actual row, and check another one, this one remains selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082702#M1506208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Big problem with Table Control and single column selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082703#M1506209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Herbert,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;      In PAI, inside the LOOP.. check the code used for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      There index should be table ctrl-top line + tbl ctrl-currentline - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082703#M1506209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Big problem with Table Control and single column selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082704#M1506210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this is what you are looking for &lt;SPAN __jive_macro_name="message" id="8557346"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 14:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-problem-with-table-control-and-single-column-selection/m-p/7082704#M1506210</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-08T14:48:57Z</dc:date>
    </item>
  </channel>
</rss>

