<?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 get data from internal table inside a deep structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513978#M1067408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do it without using a field symbol and just using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ table wa_xyz-table1 into lc_tab1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as you know the data type of the internal table at design time you won't need a field symbol to do what you need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 21:15:17 GMT</pubDate>
    <dc:creator>ian_maxwell2</dc:creator>
    <dc:date>2008-09-29T21:15:17Z</dc:date>
    <item>
      <title>how to get data from internal table inside a deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513977#M1067407</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;I have a structure as a exporting parameters from a function module which is a deep structure.&lt;/P&gt;&lt;P&gt;It is having some internal tables as a part of it.&lt;/P&gt;&lt;P&gt;I want to get the data from 2 of the internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'ABC'&lt;/P&gt;&lt;P&gt; Exporting = wa_xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first assign that structure to a field symbol.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign wa_xyz to &amp;lt;fs_xyz&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ table &amp;lt;fs_xyz&amp;gt;-table1 into lc_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other alternative for this ? Or more easy way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 20:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513977#M1067407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from internal table inside a deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513978#M1067408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do it without using a field symbol and just using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ table wa_xyz-table1 into lc_tab1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as you know the data type of the internal table at design time you won't need a field symbol to do what you need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 21:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513978#M1067408</guid>
      <dc:creator>ian_maxwell2</dc:creator>
      <dc:date>2008-09-29T21:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from internal table inside a deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513979#M1067409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 21:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-internal-table-inside-a-deep-structure/m-p/4513979#M1067409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T21:33:50Z</dc:date>
    </item>
  </channel>
</rss>

