<?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: modifying DB table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651685#M611259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use modify &amp;lt;db tab name&amp;gt; while looping the valies from itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 01:15:47 GMT</pubDate>
    <dc:creator>kishorepallapothula</dc:creator>
    <dc:date>2007-08-28T01:15:47Z</dc:date>
    <item>
      <title>modifying DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651682#M611256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im populating the internal table from DB table. and deleting one record from that internal table. and also im changing one record in that internal table. so the same should be updated to DB table also.&amp;lt;b&amp;gt;ie.,&amp;lt;/b&amp;gt; deleted record should be deleted in DB table and also modified record should be modified in DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 00:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651682#M611256</guid>
      <dc:creator>former_member671224</dc:creator>
      <dc:date>2007-08-28T00:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: modifying DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651683#M611257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you displaying internal table from DB table or modifying the internal table? Are you using any Table control in screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 00:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651683#M611257</guid>
      <dc:creator>former_member192429</dc:creator>
      <dc:date>2007-08-28T00:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: modifying DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651684#M611258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi here is what the code should look like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : tab1 type standard table,
         tab2 type standard table.

select * from DBTAB into table tab1.

tab2[] = tab1[].

*** change table one!

loop at tab2 into wa_tab2.

read table tab1 with key....
if sy-subrc ne 0. " record was deleted from tab2
delete DBTAB where KEY
endif.
endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 00:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651684#M611258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T00:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: modifying DB table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651685#M611259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use modify &amp;lt;db tab name&amp;gt; while looping the valies from itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 01:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-db-table/m-p/2651685#M611259</guid>
      <dc:creator>kishorepallapothula</dc:creator>
      <dc:date>2007-08-28T01:15:47Z</dc:date>
    </item>
  </channel>
</rss>

