<?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: copying internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407758#M196675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nuren,&lt;/P&gt;&lt;P&gt;loop at it_final.&lt;/P&gt;&lt;P&gt;move-corresponding itab1 to it_final.&lt;/P&gt;&lt;P&gt;move-corresponding itab2 to it_final.&lt;/P&gt;&lt;P&gt;append it_final.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 18:13:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-05T18:13:57Z</dc:date>
    <item>
      <title>copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407751#M196668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to copy full contents of one internal table itab1 to another itab2, what is the best method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see,&lt;/P&gt;&lt;P&gt;Loop at itab1.&lt;/P&gt;&lt;P&gt;Append itab1 to itab2.&lt;/P&gt;&lt;P&gt;clear itab1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is ok. Is there any other simpler method using assigning etc?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 17:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407751#M196668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407752#M196669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are exactly the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab2[] = itab1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 17:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407752#M196669</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-05T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407753#M196670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I have a couple of internal tables which I need to copy all of them to one main itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in that case, do I have to use 'loop'?&lt;/P&gt;&lt;P&gt;any other simpler method than that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: nuren hm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407753#M196670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T18:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407754#M196671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;append lines of itab1 to itab_FINAL.
append lines of itab2 to itab_FINAL.
append lines of itab3 to itab_FINAL.
append lines of itab4 to itab_FINAL.
append lines of itab5 to itab_FINAL.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407754#M196671</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-05T18:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407755#M196672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello nuren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Loop at tab1.&lt;/P&gt;&lt;P&gt;    move-corresponing tab1 to tabmain.&lt;/P&gt;&lt;P&gt;    append tabmain.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure user small and big table have same fields name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407755#M196672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407756#M196673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nuren,&lt;/P&gt;&lt;P&gt; 1. One way is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;itab2[] = itab1[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; 2. The other way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab1.
move-corresponding itab1 to itab2.
append itab2.
Endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407756#M196673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T18:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407757#M196674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nuren.  Please remember to award points for helpful answers and mark your post as solved when solved completely.  Please also make sure to visit the other posts you have created today and do the same.  You have gotton some good answers there as well.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407757#M196674</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-05T18:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407758#M196675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nuren,&lt;/P&gt;&lt;P&gt;loop at it_final.&lt;/P&gt;&lt;P&gt;move-corresponding itab1 to it_final.&lt;/P&gt;&lt;P&gt;move-corresponding itab2 to it_final.&lt;/P&gt;&lt;P&gt;append it_final.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407758#M196675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T18:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407759#M196676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;Sorry for being late. Variety of reasons because sometimes I just wait for all my questions and I award points at the end of the day otherwise I tend to forget awarding for some questions. And sometimes very busy working on the tasks and sometimes I would n't be even starting the task related to the question (in this case, I may mistakenly award points to the solutions which may not be right and thus would be a problem for future browsers). So, normally I shall tend not to forget by the end of the day to award points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for reminding me and trying to keeping this place professional. It is just due to one of you guys that these forums are runnning smoothly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nuren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407759#M196676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T01:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: copying internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407760#M196677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you help in keeping this community a good one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-tables/m-p/1407760#M196677</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T01:33:40Z</dc:date>
    </item>
  </channel>
</rss>

