<?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: Copy data from One table to another table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364152#M180382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1572597"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2006 18:33:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-01T18:33:51Z</dc:date>
    <item>
      <title>Copy data from One table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364149#M180379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to copy data from one table to another table for backup , there is around 6 million records .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice the fastest way  to move the data into another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code which i am planing to write . is there any other faster way to update the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select * from dbtab             &lt;/P&gt;&lt;P&gt;          into table itab      &lt;/P&gt;&lt;P&gt;          where ..... &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; insert dbtab1 from table itab accepting duplicate keys.&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;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 18:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364149#M180379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T18:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data from One table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364150#M180380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if the memory will be able to handle so many records in one shot. You might want to break into smaller chunks and do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 18:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364150#M180380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T18:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data from One table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364151#M180381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to use &amp;lt;b&amp;gt;OPEN CURSOR&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;FETCH&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;CLOSE CURSOR&amp;lt;/b&amp;gt; statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 18:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364151#M180381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data from One table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364152#M180382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1572597"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 18:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-data-from-one-table-to-another-table/m-p/1364152#M180382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T18:33:51Z</dc:date>
    </item>
  </channel>
</rss>

