<?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: Reading Deep internal table data from work area in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349333#M6740</link>
    <description>&lt;P&gt;Just use some code like 'LOOP AT nxl_s_return-nxl_t_resource_attr ASSIGNING &amp;lt;fs&amp;gt;.' &lt;BR /&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2016 06:25:32 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-12-23T06:25:32Z</dc:date>
    <item>
      <title>Reading Deep internal table data from work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349332#M6739</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I am having internal table nxl_t_return ,it is having deep internal table.&lt;/P&gt;&lt;P&gt;My requirement is &lt;/P&gt;&lt;P&gt;loop at nx_t_return into nxl_s_return where type = 'E'&lt;/P&gt;&lt;P&gt;Here nxl_s_return has deep internal table nxl_t_attribute_attr.&lt;/P&gt;&lt;P&gt;Endloop&lt;/P&gt;&lt;P&gt;How to read values in internal table nxl_t_attribute_attr from workarea nxl_s_return.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/12378-error-sap3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/12380-error-sap4.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 18:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349332#M6739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-22T18:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Deep internal table data from work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349333#M6740</link>
      <description>&lt;P&gt;Just use some code like 'LOOP AT nxl_s_return-nxl_t_resource_attr ASSIGNING &amp;lt;fs&amp;gt;.' &lt;BR /&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 06:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349333#M6740</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-12-23T06:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Deep internal table data from work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349334#M6741</link>
      <description>&lt;P&gt;Hello Raymond&lt;/P&gt;&lt;P&gt;I need to loop nxl_t_return(contains multiple records) based on Type 'E'&lt;/P&gt;&lt;P&gt;As per u r suggestion Loop at nxl_s_return ,becomes loop inside loop,it is  raises performance issue..&lt;/P&gt;&lt;P&gt;Any other different logic?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 17:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349334#M6741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-23T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Deep internal table data from work area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349335#M6742</link>
      <description>&lt;P&gt;If the data object is supplied as an internal table containing a nested internal table, then I don't see how you can do it differently than a loop in a loop; there's no issue with performance in that case!&lt;/P&gt;&lt;P&gt;In other words, the time for reading the internal table is less thant the time for writing it, so I would first analyze the way the internal table is defined (its type) and written (append, insert, index), and if you can't change it (if it's standard), then don't bother with the nested loop).&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 19:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-internal-table-data-from-work-area/m-p/349335#M6742</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-12-23T19:52:33Z</dc:date>
    </item>
  </channel>
</rss>

