<?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: update the database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416531#M820559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for updating the records in ITAB we can use the MODIFY or UPDATE keyword .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 09:57:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T09:57:31Z</dc:date>
    <item>
      <title>update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416530#M820558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i update the database table from the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers,&lt;/P&gt;&lt;P&gt;Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 09:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416530#M820558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416531#M820559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for updating the records in ITAB we can use the MODIFY or UPDATE keyword .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 09:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416531#M820559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416532#M820560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haresha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can update a database table using Modify or update statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modify:&lt;/STRONG&gt; It inserts one or several lines specified in source in target or overwrites the existing lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY target FROM source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg., modify z_employee from table it_employee[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where z_employee is the database (custom) table &amp;amp; it_employee is the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; The statement UPDATE changes the content of one or more lines of the database table specified in target. The entries in source determine which columns of which lines are changed, and how they are changed. If no records in the target system are found, a new record will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update target source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sayee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416532#M820560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: update the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416533#M820561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using update and modify we can update the database table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 14:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-the-database-table/m-p/3416533#M820561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T14:35:33Z</dc:date>
    </item>
  </channel>
</rss>

