<?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: Selecting Multiple cells in a table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800379#M1779779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;Thanks Eitan for your reply. The program name you sent is very useful in case i am using Alv Grid and i want to thanks you again for it. But actually i want to implement the same concept in Table control(Module pool). I don't even know if it is possible.Looking for some insight from you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 08:29:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-04T08:29:24Z</dc:date>
    <item>
      <title>Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800375#M1779775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I have a requirement where i need to select multiple cells (and not multiple rows) from different row and columns of the table control. Is it possible?? If yes how?? I have attached the screen short of my requirement.&lt;/P&gt;&lt;P&gt;In second case what if all the cells have checkbox in it, is it possile to select multiple cells in this scenario too??&lt;/P&gt;&lt;P&gt;Thanks in advance. Your efforts and answers will be vry much appreciated.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 06:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800375#M1779775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T06:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800376#M1779776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Before some days same issue discussed in this thread.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3401345"&gt;http://scn.sap.com/thread/3401345&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this ,it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 07:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800376#M1779776</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-10-04T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800377#M1779777</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;Have you consider using CL_GUI_ALV_GRID ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can you will be able to use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_SELECTED_CELLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_SELECTED_CELLS_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_SELECTED_ROWS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See program BCALV_TEST_GRID_INDEX&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 07:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800377#M1779777</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2013-10-04T07:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800378#M1779778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;Thanks for your reply.The link you suggest shows how to select multiple row which i guess i know. My requirement is to select multiple cells (&lt;STRONG&gt;NOT ROWS&lt;/STRONG&gt;), randomly from table control. Please suggest some clues to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800378#M1779778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800379#M1779779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;Thanks Eitan for your reply. The program name you sent is very useful in case i am using Alv Grid and i want to thanks you again for it. But actually i want to implement the same concept in Table control(Module pool). I don't even know if it is possible.Looking for some insight from you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800379#M1779779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T08:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800380#M1779780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I always use CL_GUI_ALV_GRID for full screen entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never bother with "table control" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you maintaining an existing program ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;If not &lt;/STRONG&gt;&lt;/SPAN&gt;what stopping you for using CL_GUI_ALV_GRID ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800380#M1779780</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2013-10-04T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple cells in a table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800381#M1779781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;having check boxes in all the columns and rows would fix your problem. That way, you can only ask user to check/uncheck the boxes as per his need and get the data in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not using check boxes, and you need to do this for data inputs, I don't think it is possible in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-multiple-cells-in-a-table-control/m-p/9800381#M1779781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-04T11:23:40Z</dc:date>
    </item>
  </channel>
</rss>

