<?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 - select all in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552046#M1429774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In User Command Subroutine of PAI.&lt;/P&gt;&lt;P&gt;if OK_CODE = 'SELALL'.&lt;/P&gt;&lt;P&gt; Loop at Internal table (populated in Tab cntrl).&lt;/P&gt;&lt;P&gt;  table-mark = 'X'.&lt;/P&gt;&lt;P&gt;modify table.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass this table in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 08:44:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T08:44:29Z</dc:date>
    <item>
      <title>Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552044#M1429772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In table control i am providing a Select all icon, if the user selects the icon then&lt;/P&gt;&lt;P&gt;all the records in the table control has to be selected.&lt;/P&gt;&lt;P&gt;Plz let me know how can i do that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;karthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552044#M1429772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552045#M1429773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a recording in BDC and generate a program, see what OK code is being used for select all. Use the OK code statement from the generated program in your original program where it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do repond if it works fine.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Navita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552045#M1429773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T08:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552046#M1429774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In User Command Subroutine of PAI.&lt;/P&gt;&lt;P&gt;if OK_CODE = 'SELALL'.&lt;/P&gt;&lt;P&gt; Loop at Internal table (populated in Tab cntrl).&lt;/P&gt;&lt;P&gt;  table-mark = 'X'.&lt;/P&gt;&lt;P&gt;modify table.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass this table in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552046#M1429774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552047#M1429775</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; When you click on that button, there will be one field in table ctrl  ATTRIBUTES to make row as selected( I did not rember that).So loop at TCTRL and make that filed 'X' for each record and modify the table ctrl, then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Narendra.Somarouthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552047#M1429775</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2010-02-02T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552048#M1429776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the internal table create a field 'SEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in table control screen properties set the 'with selection column multiple option' and give this field name 'WA-SEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when the icon is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pbo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP WITH  CONTROL tab_con.&lt;/P&gt;&lt;P&gt;   MODULE fill_tab_con.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fill_tab_con.&lt;/P&gt;&lt;P&gt;READ TABLE itab into wa INDEX tab_con-CURRENT_LINE&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'ALL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa1.&lt;/P&gt;&lt;P&gt;wa1-sel = 'X'.&lt;/P&gt;&lt;P&gt;modify itab from wa1 transporting sel where sel = space.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552048#M1429776</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-02T08:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - select all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552049#M1429777</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; WHEN 'ALL'.&lt;/P&gt;&lt;P&gt;      LOOP AT I_ITAB.&lt;/P&gt;&lt;P&gt;        I_ITAB-SEL_COM = 'X'.&lt;/P&gt;&lt;P&gt;        MODIFY I_ITAB.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;n in the layout check w/selcolumn for the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 08:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-select-all/m-p/6552049#M1429777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T08:53:46Z</dc:date>
    </item>
  </channel>
</rss>

