<?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: Updating fields from table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316096#M507897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to modify the data from internal table to ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i update the user modified data from screen to ztable??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 02:41:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T02:41:04Z</dc:date>
    <item>
      <title>Updating fields from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316093#M507894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement to display the internal table fields in table control and 2 of these fields are editable.&lt;/P&gt;&lt;P&gt;I have created my code till this part.&lt;/P&gt;&lt;P&gt;Now when the user updates one of the editable field and clicks on update field. I need to update the corresponsing ztable.&lt;/P&gt;&lt;P&gt;Please let me know if you have any suggestions for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316093#M507894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Updating fields from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316094#M507895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you used the wizard in creating your table control then it may ask you for a work area and an internal table...data between your table control and internal table are in sync..you can use your internal table to update your ztable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316094#M507895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Updating fields from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316095#M507896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just use code at ur table control,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module mdoify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify db table from table int_table.&lt;/P&gt;&lt;P&gt;&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;this will modify what ever records user modified .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316095#M507896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Updating fields from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316096#M507897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to modify the data from internal table to ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i update the user modified data from screen to ztable??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316096#M507897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Updating fields from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316097#M507898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is ok_code for save ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write down the modify  command under ok-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if enter some data and then will enter,in this case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'ENT1'. Enter button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify table from table int-table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-fields-from-table-control/m-p/2316097#M507898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:48:07Z</dc:date>
    </item>
  </channel>
</rss>

