<?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 UPDATING DATABASE TABLE USING THE CHANGED VALUES IN DIALOG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503785#M233009</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;can any one tell me how to update database table with only those fields that have received a new value in the  dialog screen(0100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2006 11:07:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-31T11:07:32Z</dc:date>
    <item>
      <title>UPDATING DATABASE TABLE USING THE CHANGED VALUES IN DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503785#M233009</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;can any one tell me how to update database table with only those fields that have received a new value in the  dialog screen(0100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 11:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503785#M233009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T11:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATING DATABASE TABLE USING THE CHANGED VALUES IN DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503786#M233010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you identify the rows/data changed in your table.. you can use the below statement for updation in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE dbtab FROM TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Mass update of several lines in a database table. Here, the primary key for identifying the lines to be updated and the values to be changed are taken from the lines of the internal table itab . The lines of the internal table must satisfy the same conditions as the work area wa in addition 1 to variant 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system field SY-DBCNT contains the number of updated lines, i.e. the number of lines in the internal table itab which have key values corresponding to lines in the database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code value is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0 All lines from itab could be used to update the database table. &lt;/P&gt;&lt;P&gt;SY_SUBRC = 4 At least one line of the internal table itab in the database table, had no line with the same primary key. The other lines of the database table were updated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 11:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503786#M233010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T11:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATING DATABASE TABLE USING THE CHANGED VALUES IN DIALOG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503787#M233011</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;By using UPDATE you an do this.&lt;/P&gt;&lt;P&gt;For updating particluar value use UPDATE &amp;lt;table&amp;gt; set (valus)&lt;/P&gt;&lt;P&gt;where &amp;lt;use key&amp;gt;. For more information use F1 Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;saleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 12:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-table-using-the-changed-values-in-dialog/m-p/1503787#M233011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T12:11:35Z</dc:date>
    </item>
  </channel>
</rss>

