<?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: How to insert one internal table into another internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787261#M338938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  Try to deifne an internal table where you can accomodiate max of your fields , but this may not be the best solution because this may result in comlex seelct statements and other processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So better continue with the program the way are currently doing.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 05:22:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T05:22:38Z</dc:date>
    <item>
      <title>How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787259#M338936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi on the requirement of my report i have developed more internal tables so i want to reduce the usage of number of internal tables so can any one suggest any suggestion for reducing internal tables. Is there any loss by using this many internal tables in a program if yes can any one suggest me how to solve this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787259#M338936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787260#M338937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                There is no loss in Using IT when you require them.But if two internal tables have same data and to be taken from different DBtables then you can use appending the same internal table with the values needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787260#M338937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787261#M338938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  Try to deifne an internal table where you can accomodiate max of your fields , but this may not be the best solution because this may result in comlex seelct statements and other processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So better continue with the program the way are currently doing.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787261#M338938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787262#M338939</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;instead of reducing no of internal table try releasing memory space occupied by internal table once u finished using it.&lt;/P&gt;&lt;P&gt;for freeing memory use&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FREE itab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will help u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787262#M338939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787263#M338940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;already i had defined 5 r 6 internal tables in a program but i think it will increase the complexity of the program so can u say how to define an internal table in another internal table the problem here is i had defined an internal table for alv grid format and after that i had declared so many internal tables but now i have to transfer one of the internal tables into alv grid internal table but it was showing an error in that conversation i had tried like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING IZNEW1 TO RTAB_ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which RTAB_ALV is internal table for alv grid and IZNEW1 is another internal table in which i had transfered ZNEW1 values to the internal table IZNEW1 and ZNEW1 is a database view i had created by comparing two tables EKKO,EKPO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787263#M338940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787264#M338941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;already i had defined 5 r 6 internal tables in a program but i think it will increase the complexity of the program so can u say how to define an internal table in another internal table the problem here is i had defined an internal table for alv grid format and after that i had declared so many internal tables but now i have to transfer one of the internal tables into alv grid internal table but it was showing an error in that conversation i had tried like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING IZNEW1 TO RTAB_ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which RTAB_ALV is internal table for alv grid and IZNEW1 is another internal table in which i had transfered ZNEW1 values to the internal table IZNEW1 and ZNEW1 is a database view i had created by comparing two tables EKKO,EKPO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787264#M338941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787265#M338942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;already i had defined 5 r 6 internal tables in a program but i think it will increase the complexity of the program so can u say how to define an internal table in another internal table the problem here is i had defined an internal table for alv grid format and after that i had declared so many internal tables but now i have to transfer one of the internal tables into alv grid internal table but it was showing an error in that conversation i had tried like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING IZNEW1 TO RTAB_ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which RTAB_ALV is internal table for alv grid and IZNEW1 is another internal table in which i had transfered ZNEW1 values to the internal table IZNEW1 and ZNEW1 is a database view i had created by comparing two tables EKKO,EKPO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787265#M338942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787266#M338943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same structure...&lt;/P&gt;&lt;P&gt;itab1[] = itab2[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different structures....&lt;/P&gt;&lt;P&gt;data: v_tabix like sy-tabix.&lt;/P&gt;&lt;P&gt;sort itab1 by key fields.&lt;/P&gt;&lt;P&gt;sort itab2 by key fields.&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;v_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;read table itab2 with key &amp;lt;keys&amp;gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  itab1-field = itab2-field.&lt;/P&gt;&lt;P&gt;  modify itab1 index v_tabix.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;clear: itab1, itab2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787266#M338943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787267#M338944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  Please rember that move-corrsponding does not work on tables it just works on structure.&lt;/P&gt;&lt;P&gt;So you will have to loop on table , then move corresponding and then anppend..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at IZNEW1 into wa1.
MOVE-CORRESPONDING wa1 TO wa2. 
append wa2 to RTAB_ALV.
clear wa2.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 05:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787267#M338944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T05:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787268#M338945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HERE ONE ERROR IS COMING LIKE BELOW WHILE TRANSFERING DATA FROM ONME INTERNAL TABLE TO ANOTHER INTERNAL TABLE&lt;/P&gt;&lt;P&gt;KTAB AND RTAB ARE NOT MUTUALLY NOT CONVERTIBLE IN A UNICODE PROGRAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTUALLY WE R HAVING ONE DATABASE VIEW FROM VIEW WE R TAKNIG DATA AND WE WANT TO TRANSFER THAT DATA INTO INTERNAL TABLE &lt;/P&gt;&lt;P&gt;AND IN THIS REPORT WE R ALSO DOING SOME CALCULATION THAT CALCULATION  ALSO NEED IN INTERNAL TABLE ALONG  WITH  VIEW DATA I&lt;/P&gt;&lt;P&gt;MEAN DATA BASE VIEW DATA AND CALCULATION DATA ALSO COMBINE IN ONE INTERNAL TABLE  HOW CAN I DO IT.&lt;/P&gt;&lt;P&gt;SO PLEASE HELP ME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 06:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787268#M338945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T06:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787269#M338946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plzzzzzz any one o ABAP gurus suggest me one solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 06:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787269#M338946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T06:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787270#M338947</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;Try creating dynamic internal table instead of creating 5 or 6 internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2006965"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 06:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787270#M338947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787271#M338948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Vickram keeping aside this internal tables for some time i have a doubt in internal tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i have created a interanl table for the output in the format of rtab_alv and after that i had created another internal table as iznew1 in which i had transfered all the values of a database view into that internal table iznew1 after that while i was trying to move the values of iznew1 to rtab_alv its not accepting it was showing an error  as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rtab_alv and iznew1 are not mutually convertible in a unicode program so can u explain me what is the possible error in this and how to resolve it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787271#M338948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787272#M338949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz can u explain me the possible solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 09:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787272#M338949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787273#M338950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the definition of both the internal table rtab_alv and iznew1..Or can you please paste the structure of both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 10:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787273#M338950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787274#M338951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is for iznew1&lt;/P&gt;&lt;P&gt;DATA: IZNEW1 TYPE VECTOR,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     RTAB_ALV LIKE IZNEW1 WITH HEADER LINE,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ED1  LIKE IZNEW1,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      JTAB LIKE IZNEW1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is for rtab_alv&lt;/P&gt;&lt;P&gt;DATA:BEGIN OF RTAB_ALV OCCURS 30,&lt;/P&gt;&lt;P&gt;             LIFNR  LIKE EKKO-LIFNR,&lt;/P&gt;&lt;P&gt;             EBELN  LIKE EKKO-EBELN,&lt;/P&gt;&lt;P&gt;             VGABE  LIKE EKBE-VGABE,&lt;/P&gt;&lt;P&gt;             EBELP  LIKE EKBE-EBELP,&lt;/P&gt;&lt;P&gt;             BELNR  LIKE EKBE-BELNR,&lt;/P&gt;&lt;P&gt;             MATNR  LIKE EKPO-MATNR,&lt;/P&gt;&lt;P&gt;             TXZ01  LIKE EKPO-TXZ01,&lt;/P&gt;&lt;P&gt;        PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,&lt;/P&gt;&lt;P&gt;             KOSTL  LIKE EKKN-KOSTL,&lt;/P&gt;&lt;P&gt;             NAME1  LIKE LFA1-NAME1,&lt;/P&gt;&lt;P&gt;             NAME2  LIKE LFA1-NAME2,&lt;/P&gt;&lt;P&gt;             WERKS  LIKE EKPO-WERKS,&lt;/P&gt;&lt;P&gt;             NETWR  LIKE EKPO-NETWR,&lt;/P&gt;&lt;P&gt;             KNUMV  LIKE EKKO-KNUMV,&lt;/P&gt;&lt;P&gt;             GJAHR  LIKE EKBE-GJAHR,&lt;/P&gt;&lt;P&gt;             ED1(10) TYPE N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     END OF RTAB_ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 10:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787274#M338951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T10:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787275#M338952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define your JTAB similar to RTAB_ALV, thereby you would be able to move data between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 11:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787275#M338952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T11:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert one internal table into another internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787276#M338953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUT HERE JTAB IS HAVING VALUES OF IZNEW1 SO I HAVE DECLARED JTAB IN IZNEW1 IT SELF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 11:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-one-internal-table-into-another-internal-table/m-p/1787276#M338953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T11:27:51Z</dc:date>
    </item>
  </channel>
</rss>

