<?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: T code to 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/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191339#M1519847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jigar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your tables belongs to the same system then you can copy data faster with TMG (Table Maintenance View)...here you can copy and save multiple lines at one go &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your original and copy table belongs to different system then check this community project [SAPLINK|http://code.google.com/p/saplink/]....here one Plugin is available for transferring Table contents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Aug 2010 09:38:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-03T09:38:56Z</dc:date>
    <item>
      <title>T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191333#M1519841</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;I want copy all data of one table to its copy table. Anyone knows transaction code to copy data from one table to another table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jigar Thakkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191333#M1519841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191334#M1519842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your source and target tables in the same client or different ones?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191334#M1519842</guid>
      <dc:creator>former_member776318</dc:creator>
      <dc:date>2010-08-03T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191335#M1519843</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;PRE&gt;&lt;CODE&gt;
itab1[] = itab2[].
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191335#M1519843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191336#M1519844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can not copy data from one table to another table &lt;/P&gt;&lt;P&gt;but you can copy schema of a table to another table in se11.&lt;/P&gt;&lt;P&gt;If you want you can write a addon prog to do this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191336#M1519844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191337#M1519845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can develop a little program to do that. It shouldn't take much effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191337#M1519845</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2010-08-03T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191338#M1519846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both table is on same client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191338#M1519846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191339#M1519847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jigar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your tables belongs to the same system then you can copy data faster with TMG (Table Maintenance View)...here you can copy and save multiple lines at one go &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your original and copy table belongs to different system then check this community project [SAPLINK|http://code.google.com/p/saplink/]....here one Plugin is available for transferring Table contents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191339#M1519847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191340#M1519848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have'nt you read the comment of Kerem, have you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there'll be no standard tcode..you 've to create your own program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191340#M1519848</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-08-03T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191341#M1519849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. Thanks for your help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 09:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191341#M1519849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T09:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: T code to Copy Data from one table to another table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191342#M1519850</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;Create a small program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extract data from T1 - database table and put it in one internal table - itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop the itab1 data .............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    insert itab1 into tab2.   (tab2 - second database table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it works....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-copy-data-from-one-table-to-another-table/m-p/7191342#M1519850</guid>
      <dc:creator>former_member778253</dc:creator>
      <dc:date>2010-08-03T10:25:04Z</dc:date>
    </item>
  </channel>
</rss>

