<?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: prob in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312474#M793387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, all the rows visible in the table control gets the run at PAI, so have to handle it saperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 11:22:45 GMT</pubDate>
    <dc:creator>naveenvishal</dc:creator>
    <dc:date>2008-07-07T11:22:45Z</dc:date>
    <item>
      <title>prob in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312472#M793385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i get the row that ive updated in table control..&lt;/P&gt;&lt;P&gt;im using the foolowing code&lt;/P&gt;&lt;P&gt;  loop with control tblctrl_sancm.&lt;/P&gt;&lt;P&gt;    module read_table_control_0110.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to update that record only that ive changes in table control..above loop runs for each row, but i want to trap the updated row only......even flag assigned with it only gets updated when the whole row gets selected..how it can be dealt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 08:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312472#M793385</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2008-02-05T08:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: prob in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312473#M793386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop with control tblctrl_sancm.
module read_table_control_0110.
endloop.

In SE38
module read_table_control_0110.
  MODIFY IT_TC01
     INDEX TC01-CURRENT_LINE. " Check Here

endmodule read_table_control_0110.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312473#M793386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: prob in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312474#M793387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, all the rows visible in the table control gets the run at PAI, so have to handle it saperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prob-in-table-control/m-p/3312474#M793387</guid>
      <dc:creator>naveenvishal</dc:creator>
      <dc:date>2008-07-07T11:22:45Z</dc:date>
    </item>
  </channel>
</rss>

