<?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: Need to modify Internal table from table control (screen) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570384#M1078486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;move-corresponding itab to dbtab.&lt;/P&gt;&lt;P&gt;modify dbtab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 11:41:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T11:41:23Z</dc:date>
    <item>
      <title>Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570380#M1078482</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 some data in ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This data , I am displaying in a scree-table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen, I am changing some fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I press SAVE, I need to modify the ITAB with values from the Table Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can U plz write the solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 11:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570380#M1078482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570381#M1078483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you used the wizard to create the table control, then all is taken care of (and you don't need to press SAVE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 11:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570381#M1078483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570382#M1078484</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;Take a look on this: [Table Control|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1499ec90-0201-0010-769f-860989655f7e]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 11:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570382#M1078484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570383#M1078485</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;You write a module in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at your itab into wa..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa-contains modified values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify itab from wa transporting fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 11:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570383#M1078485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T11:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570384#M1078486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;move-corresponding itab to dbtab.&lt;/P&gt;&lt;P&gt;modify dbtab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 11:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570384#M1078486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to modify Internal table from table control (screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570385#M1078487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Loop at table_control.&lt;/P&gt;&lt;P&gt;   MODULE UPDATE_DATA.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE UPDATE_DATA INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY itab INDEX table_control-current_line.&lt;/P&gt;&lt;P&gt;&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;This will update your internal table with the table control contents whenever the PAI gets triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 13:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-modify-internal-table-from-table-control-screen/m-p/4570385#M1078487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T13:58:27Z</dc:date>
    </item>
  </channel>
</rss>

