<?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 Selection rows in table controls populating problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-rows-in-table-controls-populating-problem/m-p/2393237#M532397</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 have table control wizard with multiple selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select some of the rows with data in my table control wizard,  the selected rows selections needs to be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my itab looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of itab&lt;/P&gt;&lt;P&gt;selx,&lt;/P&gt;&lt;P&gt;infocube,&lt;/P&gt;&lt;P&gt;infocube_&lt;/P&gt;&lt;P&gt;descripition,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i already have data being populated in other 2 fields, but when user selects some rows its selx should become X other wise it should be blank. Can some one guide me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 21:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T21:28:59Z</dc:date>
    <item>
      <title>Selection rows in table controls populating problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-rows-in-table-controls-populating-problem/m-p/2393237#M532397</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 have table control wizard with multiple selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select some of the rows with data in my table control wizard,  the selected rows selections needs to be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my itab looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of itab&lt;/P&gt;&lt;P&gt;selx,&lt;/P&gt;&lt;P&gt;infocube,&lt;/P&gt;&lt;P&gt;infocube_&lt;/P&gt;&lt;P&gt;descripition,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i already have data being populated in other 2 fields, but when user selects some rows its selx should become X other wise it should be blank. Can some one guide me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 21:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-rows-in-table-controls-populating-problem/m-p/2393237#M532397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T21:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection rows in table controls populating problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-rows-in-table-controls-populating-problem/m-p/2393238#M532398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create table control define the property W_SelColumn(Select the checkbox) with value sel_flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab_tc.&lt;/P&gt;&lt;P&gt;    module tab_control.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module tab_control.&lt;/P&gt;&lt;P&gt;  cnt = cnt + 1.&lt;/P&gt;&lt;P&gt;if sel_flag = 'X'.&lt;/P&gt;&lt;P&gt;   itab_tc-sel = 'X'.&lt;/P&gt;&lt;P&gt;   modify itab_tc index cnt.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 21:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-rows-in-table-controls-populating-problem/m-p/2393238#M532398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T21:38:22Z</dc:date>
    </item>
  </channel>
</rss>

