<?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 Interactive hierarchical ALV using OO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-hierarchical-alv-using-oo/m-p/7186854#M1519246</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;I'm having a problem using OO ALV to create a complex interactive report. What I would like to do is, using OO, have a hierarchical display in the top half of the screen displaying Documents (Header and Items) which can be reviewed by the business user. Then include a button for the user to post the documents upon which the return messages are displayed in another ALV on the bottom half of the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALV 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doc Header 1&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Doc Header 2&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Doc Header 3&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALV 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doc Header 1 messages&lt;/P&gt;&lt;P&gt;Doc Header 2 messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have achieved this for single line type layouts using ALV class cl_gui_alv_grid but I cannot identify a way to use this class with multi lline type layouts though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module REUSE_ALV_HIERSEQ_LIST_DISPLAY would allow me to create the hierarchical layout but  cannot be used in a screen preventing the use of a second ALV grid at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody identified a way to create this sort of functionality using alv oo or can complex interactive layouts only be created using the function module based ALV's? Or alternatively any suggestions of how I could use the function module based ALV functionality to achieve my requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 22:15:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-01T22:15:54Z</dc:date>
    <item>
      <title>Interactive hierarchical ALV using OO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-hierarchical-alv-using-oo/m-p/7186854#M1519246</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;I'm having a problem using OO ALV to create a complex interactive report. What I would like to do is, using OO, have a hierarchical display in the top half of the screen displaying Documents (Header and Items) which can be reviewed by the business user. Then include a button for the user to post the documents upon which the return messages are displayed in another ALV on the bottom half of the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALV 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doc Header 1&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Doc Header 2&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Doc Header 3&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALV 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doc Header 1 messages&lt;/P&gt;&lt;P&gt;Doc Header 2 messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have achieved this for single line type layouts using ALV class cl_gui_alv_grid but I cannot identify a way to use this class with multi lline type layouts though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module REUSE_ALV_HIERSEQ_LIST_DISPLAY would allow me to create the hierarchical layout but  cannot be used in a screen preventing the use of a second ALV grid at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody identified a way to create this sort of functionality using alv oo or can complex interactive layouts only be created using the function module based ALV's? Or alternatively any suggestions of how I could use the function module based ALV functionality to achieve my requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 22:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-hierarchical-alv-using-oo/m-p/7186854#M1519246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive hierarchical ALV using OO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-hierarchical-alv-using-oo/m-p/7186855#M1519247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;You can do as follows:&lt;/P&gt;&lt;P&gt;For two alvs on a screen, check this: &lt;/P&gt;&lt;P&gt;For tree check the demo BCALV_TREE_DEMO, basically you need to change one of your ALV into tree in the custom container&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Duy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 23:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-hierarchical-alv-using-oo/m-p/7186855#M1519247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T23:41:06Z</dc:date>
    </item>
  </channel>
</rss>

