<?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 multiple selection restriction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599132#M1084196</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;restict the selection mode of your table control to single selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 10:11:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T10:11:23Z</dc:date>
    <item>
      <title>table control multiple selection restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599131#M1084195</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; how to restrict the table control for selecting not more than two rows of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used a loop , if the user selects the 3 rows and says enter. it popups a message to select only 2 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now i don't want to allow the user to select 3rd rows. the user must be able to select  2 rows only and no 3rd row selection and also no popup message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankyou.&lt;/P&gt;&lt;P&gt;kat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599131#M1084195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T10:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: table control multiple selection restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599132#M1084196</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;restict the selection mode of your table control to single selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599132#M1084196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control multiple selection restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599133#M1084197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;during pai &lt;/P&gt;&lt;P&gt;in between &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use counter for say &lt;/P&gt;&lt;P&gt;if itab-sel = 'X'.&lt;/P&gt;&lt;P&gt; counter = counter + 1.&lt;/P&gt;&lt;P&gt;if counter = '3'.&lt;/P&gt;&lt;P&gt;clear counter.&lt;/P&gt;&lt;P&gt; messag e(00) with 'Only 2 rows allowed'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599133#M1084197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: table control multiple selection restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599134#M1084198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi alpesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used the same logic now. i need no information or error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after selecting the two rows all other fields should diable. so no 3rd selection is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599134#M1084198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T10:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: table control multiple selection restriction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599135#M1084199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;query solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 11:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-multiple-selection-restriction/m-p/4599135#M1084199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T11:38:04Z</dc:date>
    </item>
  </channel>
</rss>

