<?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 Internal table to node in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539862#M576997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody helpme with the following problem : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 in my repport 3 internal tables : itab1 , itab2 ad itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to give the result as a tree with 3 nodes  as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resultaat &lt;/P&gt;&lt;P&gt;Node1&lt;/P&gt;&lt;P&gt;Node2&lt;/P&gt;&lt;P&gt;Node3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the user klicks on a node ,the content of the corresponding internal table will be shown.&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, 18 Jul 2007 08:17:32 GMT</pubDate>
    <dc:creator>adel_adel</dc:creator>
    <dc:date>2007-07-18T08:17:32Z</dc:date>
    <item>
      <title>Internal table to node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539862#M576997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody helpme with the following problem : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 in my repport 3 internal tables : itab1 , itab2 ad itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to give the result as a tree with 3 nodes  as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resultaat &lt;/P&gt;&lt;P&gt;Node1&lt;/P&gt;&lt;P&gt;Node2&lt;/P&gt;&lt;P&gt;Node3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the user klicks on a node ,the content of the corresponding internal table will be shown.&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, 18 Jul 2007 08:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539862#M576997</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2007-07-18T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table to node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539863#M576998</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;U have to use &amp;lt;b&amp;gt;Drill Down report&amp;lt;/b&amp;gt; for this Purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with below links and it help you lot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/drill_down_reports.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/drill_down_reports.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/abap/example-code-for-drill-down-report.htm" target="test_blank"&gt;http://sap-img.com/abap/example-code-for-drill-down-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 08:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539863#M576998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T08:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table to node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539864#M576999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;explore the AT LINE selection event for this purpose....you can display the names of your internal tables and then when the user double clicks on one of them, you can use the at line-selection event to display the contents of the corresponding internal tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 08:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-node/m-p/2539864#M576999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T08:30:33Z</dc:date>
    </item>
  </channel>
</rss>

