<?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 Read a Deep Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887559#M52777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers, how can i read a Deep Structure? i mean, read a field inside a table that i'ts inside another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TABLE1 [TABLE2-FIELD] ]  -&amp;gt; I need read the "Field" Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Jan 2005 20:21:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-09T20:21:22Z</dc:date>
    <item>
      <title>Read a Deep Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887559#M52777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers, how can i read a Deep Structure? i mean, read a field inside a table that i'ts inside another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TABLE1 [TABLE2-FIELD] ]  -&amp;gt; I need read the "Field" Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2005 20:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887559#M52777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-09T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read a Deep Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887560#M52778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an approach I believe that can help:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT &amp;lt;i&amp;gt;&amp;lt;main_table&amp;gt;&amp;lt;/i&amp;gt; INTO &amp;lt;i&amp;gt;&amp;lt;main_wa&amp;gt;&amp;lt;/i&amp;gt; .
  LOOP AT &amp;lt;i&amp;gt;&amp;lt;wa&amp;gt;-&amp;lt;inner_table&amp;gt;&amp;lt;/i&amp;gt; INTO &amp;lt;i&amp;gt;&amp;lt;inner_wa&amp;gt;&amp;lt;/i&amp;gt; .
    &amp;lt;i&amp;gt;&amp;lt;var_1&amp;gt;&amp;lt;/i&amp;gt; = &amp;lt;i&amp;gt;&amp;lt;inner_wa&amp;gt;-&amp;lt;field_to_be_read&amp;gt;&amp;lt;/i&amp;gt; .
    ...
  ENDLOOP .
ENDLOOP .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;And as a last thing, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;&lt;/P&gt;&lt;P&gt;- one 10 points (solved)&lt;/P&gt;&lt;P&gt;- two 6 points (very helpful answer)&lt;/P&gt;&lt;P&gt;- many 2 points (helpful answer)&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2005 20:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887560#M52778</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-01-09T20:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read a Deep Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887561#M52779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for a perfect answer, until now i can modify the internal Field that i wanna reach, but i have a new problem, i need to modify that internal FIELD to another value, how i can update the changes to table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2005 21:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887561#M52779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-09T21:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read a Deep Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887562#M52780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've solved the problem ... thanks!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2005 22:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-a-deep-structure/m-p/887562#M52780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-09T22:53:48Z</dc:date>
    </item>
  </channel>
</rss>

