<?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 Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021400#M1168385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  friends,&lt;/P&gt;&lt;P&gt;am working on modulepool table control.here want to save the data into ztable when i press save.want to select and deselect row in the table control and want to delete the selected row from ztable and internal table.how to get the selected value and how to do select and deselect through coding can any one please provide the code if poosible.i have already tried to get in the forums was unable to get the correct answer.&lt;/P&gt;&lt;P&gt;thanks In advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jan 2009 05:13:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-03T05:13:14Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021400#M1168385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  friends,&lt;/P&gt;&lt;P&gt;am working on modulepool table control.here want to save the data into ztable when i press save.want to select and deselect row in the table control and want to delete the selected row from ztable and internal table.how to get the selected value and how to do select and deselect through coding can any one please provide the code if poosible.i have already tried to get in the forums was unable to get the correct answer.&lt;/P&gt;&lt;P&gt;thanks In advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2009 05:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021400#M1168385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-03T05:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021401#M1168386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;here in PAI section u have to modify internal table from screen structure.&lt;/P&gt;&lt;P&gt;at the time of save u have to update database table.&lt;/P&gt;&lt;P&gt; MODIFY IT_ZMATDISPCERT FROM WA_ZMATDISPCERT&lt;/P&gt;&lt;P&gt;         TRANSPORTING  PROJECT&lt;/P&gt;&lt;P&gt;                       SUBJECT&lt;/P&gt;&lt;P&gt;                       YOUREF&lt;/P&gt;&lt;P&gt;                       LINE1&lt;/P&gt;&lt;P&gt;                       LINE2&lt;/P&gt;&lt;P&gt;                       REMARK1&lt;/P&gt;&lt;P&gt;                       REMARK2&lt;/P&gt;&lt;P&gt;                       REMARK3&lt;/P&gt;&lt;P&gt;                      WHERE REFNO = WA_ZMATDISPCERT-REFNO.&lt;/P&gt;&lt;P&gt;when ok_code = 'save'.&lt;/P&gt;&lt;P&gt;modify table ztab from it_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for deletion ,&lt;/P&gt;&lt;P&gt;when ok_code 'delete'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE IT_ZMATDISPCERT INTO WA_ZMATDISPCERT WITH  KEY SRLNO = WA_ZMATDISPCERT-SRLNO.&lt;/P&gt;&lt;P&gt;DELETE TABLE IT_ZMATDISPCERT FROM WA_ZMATDISPCERT .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2009 05:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021401#M1168386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-03T05:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021402#M1168387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer to below link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2009 05:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5021402#M1168387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-03T05:26:52Z</dc:date>
    </item>
  </channel>
</rss>

