<?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 How to visualize deep structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792914#M1880094</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;iam facing the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an internal table which has fieldA, fieldB, fieldC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldC is an other internal table&amp;nbsp; which fieldD, fieldE, fieldF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldF is another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is the question how to browse this table. I thought to display it by a tree view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 11:51:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-25T11:51:08Z</dc:date>
    <item>
      <title>How to visualize deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792914#M1880094</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;iam facing the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an internal table which has fieldA, fieldB, fieldC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldC is an other internal table&amp;nbsp; which fieldD, fieldE, fieldF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldF is another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is the question how to browse this table. I thought to display it by a tree view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792914#M1880094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T11:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792915#M1880095</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;In debugging you double click the field that is also an internal tabel and you see the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not do something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792915#M1880095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792916#M1880096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this via hierarchical sequential lists.&lt;/P&gt;&lt;P&gt;check: SALV_DEMO_HIERSEQ_SIMPLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792916#M1880096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T12:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to visualize deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792917#M1880097</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;You can access by using hyphen.&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;itab-fieldc-fielda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAYUS_RESULT structure&amp;nbsp; is similar to what you are telling as deep.&lt;/P&gt;&lt;P&gt;Use where used list to check the function module&amp;nbsp;&amp;nbsp; PYXX_READ_PAYROLL_RESULT which uses similar structures in changing parameter and then you can refer the program for understanding how it is referred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 12:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-visualize-deep-structures/m-p/10792917#M1880097</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2014-11-25T12:41:42Z</dc:date>
    </item>
  </channel>
</rss>

