<?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: Nested Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927184#M940536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If I am not wrong, nested Itab are the internal tables defined as a component of another Internal table along with other components of second Itab, but the above link and example code was normal internal table data holding and processing.&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 17:46:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T17:46:12Z</dc:date>
    <item>
      <title>Nested Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927180#M940532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;   What are Nested Internal Tables? When we can use them ? What are the performance effects when we use them ? How can we declare them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards ,&lt;/P&gt;&lt;P&gt;      V.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vikram kagada on May 28, 2008 7:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 17:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927180#M940532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927181#M940533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4985318"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 17:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927181#M940533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T17:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927182#M940534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read this: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/internal%2btables].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 17:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927182#M940534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927183#M940535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;chk this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ztest.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;tables:pa0002.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;      pernr like pa0002-pernr,&lt;/P&gt;&lt;P&gt;      vorna like pa0002-vorna,&lt;/P&gt;&lt;P&gt;      nachn like pa0002-nachn,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: begin of itab1 occurs 0,&lt;/P&gt;&lt;P&gt;      pernr like pa0008-pernr,&lt;/P&gt;&lt;P&gt;      begda like pa0008-begda,&lt;/P&gt;&lt;P&gt;      stvor like pa0008-stvor,&lt;/P&gt;&lt;P&gt;      ansal like pa0008-ansal,&lt;/P&gt;&lt;P&gt;      end of itab1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data :begin of itab2 occurs 0,&lt;/P&gt;&lt;P&gt;      pernr like pa0021-pernr,&lt;/P&gt;&lt;P&gt;      favor like pa0021-favor,&lt;/P&gt;&lt;P&gt;      fanam like pa0021-fanam,&lt;/P&gt;&lt;P&gt;      end of itab2.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data:begin of itab3 occurs 0,&lt;/P&gt;&lt;P&gt;     pernr like pa0041-pernr,&lt;/P&gt;&lt;P&gt;     dar01 like pa0041-dar01,&lt;/P&gt;&lt;P&gt;     dat01 like pa0041-dat01,&lt;/P&gt;&lt;P&gt;     end of itab3.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data:begin of final occurs 0,&lt;/P&gt;&lt;P&gt;      pernr like pa0002-pernr,&lt;/P&gt;&lt;P&gt;      vorna like pa0002-vorna,&lt;/P&gt;&lt;P&gt;      nachn like pa0002-nachn,&lt;/P&gt;&lt;P&gt;      begda like pa0008-begda,&lt;/P&gt;&lt;P&gt;      stvor like pa0008-stvor,&lt;/P&gt;&lt;P&gt;      ansal like pa0008-ansal,&lt;/P&gt;&lt;P&gt;       favor like pa0021-favor,&lt;/P&gt;&lt;P&gt;      fanam like pa0021-fanam,&lt;/P&gt;&lt;P&gt;     dar01 like pa0041-dar01,&lt;/P&gt;&lt;P&gt;     dat01 like pa0041-dat01,&lt;/P&gt;&lt;P&gt;     end of final.&lt;/P&gt;&lt;P&gt;select-options:s_pernr for pa0002-pernr.&lt;/P&gt;&lt;P&gt;select pernr&lt;/P&gt;&lt;P&gt;       vorna&lt;/P&gt;&lt;P&gt;       nachn&lt;/P&gt;&lt;P&gt;       from pa0002&lt;/P&gt;&lt;P&gt;       into table itab&lt;/P&gt;&lt;P&gt;       where pernr in s_pernr.&lt;/P&gt;&lt;P&gt;select pernr&lt;/P&gt;&lt;P&gt;       begda&lt;/P&gt;&lt;P&gt;       stvor&lt;/P&gt;&lt;P&gt;       ansal&lt;/P&gt;&lt;P&gt;       from pa0008&lt;/P&gt;&lt;P&gt;       into table itab1&lt;/P&gt;&lt;P&gt;       for all entries in itab&lt;/P&gt;&lt;P&gt;       where pernr = itab-pernr.&lt;/P&gt;&lt;P&gt;select pernr&lt;/P&gt;&lt;P&gt;       favor&lt;/P&gt;&lt;P&gt;       fanam&lt;/P&gt;&lt;P&gt;       from pa0021&lt;/P&gt;&lt;P&gt;       into table itab2&lt;/P&gt;&lt;P&gt;       for all entries in itab1&lt;/P&gt;&lt;P&gt;       where pernr = itab1-pernr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;select pernr&lt;/P&gt;&lt;P&gt;       dar01&lt;/P&gt;&lt;P&gt;       dat01&lt;/P&gt;&lt;P&gt;       from pa0041&lt;/P&gt;&lt;P&gt;       into table itab3&lt;/P&gt;&lt;P&gt;       for all entries in itab2&lt;/P&gt;&lt;P&gt;       where pernr = itab2-pernr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;final-pernr = itab-pernr.&lt;/P&gt;&lt;P&gt;final-vorna = itab-vorna.&lt;/P&gt;&lt;P&gt;final-nachn = itab-nachn.&lt;/P&gt;&lt;P&gt;read table itab1 with key pernr = itab-pernr.&lt;/P&gt;&lt;P&gt;final-begda = itab1-begda.&lt;/P&gt;&lt;P&gt;final-stvor = itab1-stvor.&lt;/P&gt;&lt;P&gt;final-ansal = itab1-ansal.&lt;/P&gt;&lt;P&gt;read table itab2 with key pernr = itab1-pernr.&lt;/P&gt;&lt;P&gt;final-favor = itab2-favor.&lt;/P&gt;&lt;P&gt;final-fanam = itab2-fanam.&lt;/P&gt;&lt;P&gt;read table itab3 with key pernr = itab2-pernr.&lt;/P&gt;&lt;P&gt;final-dar01 = itab3-dar01 .&lt;/P&gt;&lt;P&gt;final-dat01 = itab3-dat01.&lt;/P&gt;&lt;P&gt;append final.&lt;/P&gt;&lt;P&gt;clear final.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   loop at final.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   write:final-pernr ,&lt;/P&gt;&lt;P&gt;final-vorna ,&lt;/P&gt;&lt;P&gt;final-nachn ,&lt;/P&gt;&lt;P&gt;final-begda ,&lt;/P&gt;&lt;P&gt;final-stvor ,&lt;/P&gt;&lt;P&gt;final-ansal ,&lt;/P&gt;&lt;P&gt;final-favor ,&lt;/P&gt;&lt;P&gt;final-fanam ,&lt;/P&gt;&lt;P&gt;final-dar01 ,&lt;/P&gt;&lt;P&gt;final-dat01 .&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;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 17:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927183#M940535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927184#M940536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If I am not wrong, nested Itab are the internal tables defined as a component of another Internal table along with other components of second Itab, but the above link and example code was normal internal table data holding and processing.&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 17:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-internal-table/m-p/3927184#M940536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T17:46:12Z</dc:date>
    </item>
  </channel>
</rss>

