<?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: multiple row selection on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614820#M1569762</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 a look at sample reports:&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you display the layout of dynpro 100 and display the attibutes of tablecontrol TABLE, you will see that the in attributes &lt;/P&gt;&lt;P&gt;(Line sel.) you have the radiobutton Multiple checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 08:49:32 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2011-01-26T08:49:32Z</dc:date>
    <item>
      <title>multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614813#M1569755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a customer program where,&lt;/P&gt;&lt;P&gt;I have created a global internal table, with a field MARK.&lt;/P&gt;&lt;P&gt;I used this field while generating a table control through wizard, as line selector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still i cant select lines in my table control. i ant even select a single line. i dont understand where i am going wrong. can someone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a test program, generating the same way inmy test program i can select multiple rows. the only difference between customer program and my test program is , in customer program i have created  table control with a subscreen. &lt;/P&gt;&lt;P&gt;I tried searching SDN , but no solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 13:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614813#M1569755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614814#M1569756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can select rows in a table control called inside a sub-screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 13:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614814#M1569756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614815#M1569757</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;I think you did not selected the &lt;STRONG&gt;w/selColum&lt;/STRONG&gt; in table control attributes,&lt;/P&gt;&lt;P&gt;then you can select multiple rows and even no need to create a field for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to declare field for that, check whether you declear it globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 14:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614815#M1569757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614816#M1569758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table control you can add one field as check box. To process the multiple rows, checked the checkbox and click any button. Then do the processing in PAI as per ur logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 19:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614816#M1569758</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2011-01-17T19:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614817#M1569759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the Table Control as &lt;STRONG&gt;Modal Dialog Box&lt;/STRONG&gt; in the Attributes of the Screen then it might work properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614817#M1569759</guid>
      <dc:creator>dhiraj_bhatia1</dc:creator>
      <dc:date>2011-01-19T13:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614818#M1569760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check demo program  &lt;STRONG&gt;demo_dynpro_tabcont_loop_at&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In this program u can select mulitple rows in table control and delete selected rows so this demo &lt;/P&gt;&lt;P&gt;program will help u to how to select multiple rows in table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 06:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614818#M1569760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T06:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614819#M1569761</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;In the Screen Painter, set the Column Sel. attribute of the table control to Multiple as opposed to Single. This will allow multi-row &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection and all those rows will have the 'X' in the mark column of the itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614819#M1569761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row selection on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614820#M1569762</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 a look at sample reports:&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you display the layout of dynpro 100 and display the attibutes of tablecontrol TABLE, you will see that the in attributes &lt;/P&gt;&lt;P&gt;(Line sel.) you have the radiobutton Multiple checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 08:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-row-selection-on-table-control/m-p/7614820#M1569762</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2011-01-26T08:49:32Z</dc:date>
    </item>
  </channel>
</rss>

