<?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 Tree structure in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256911#M1016147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;              we have product hierarchical level for materials ........... we want that in selection screen for the Product hierarchy we get tree structure on F4 so that the user can select the level in which he is interested to spool the data for the report......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how we can do the same.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 07:30:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T07:30:49Z</dc:date>
    <item>
      <title>Tree structure in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256911#M1016147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;              we have product hierarchical level for materials ........... we want that in selection screen for the Product hierarchy we get tree structure on F4 so that the user can select the level in which he is interested to spool the data for the report......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how we can do the same.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256911#M1016147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tree structure in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256912#M1016148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Implement a class which should do the following things:&lt;/P&gt;&lt;P&gt;create a CL_GUI_DIALOGBOX_CONTAINER&lt;/P&gt;&lt;P&gt;create a CL_GUI_ALV_TREE (or some other tree_control), referring to the dialogbox_container&lt;/P&gt;&lt;P&gt;modify the fieldcatalog for using hotspots / layouts etc&lt;/P&gt;&lt;P&gt;implement event-handler for hotspot, node_click, etc.&lt;/P&gt;&lt;P&gt;declare a public data-structure for the selected data.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;any functionality for classes and the events of cl_gui_alv_tree is possible, also drag 'n drop and so on.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;You have to define something like this in your report:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN
  ON VALUE-REQUEST FOR +your_fieldname+.
  SUPPRESS DIALOG.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Insert code to create an instance / call a method in your class&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;At F4 or click on the select-icon, the dialogboxcontainer will appear and shows your tree-control. The user is been able to select one (or some, depending on the value for sel_mode in the layout-structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I use this construct for an alv_grid to implement user-define f4-helpscreens, it works very good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 10:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256912#M1016148</guid>
      <dc:creator>ingo_barschow</dc:creator>
      <dc:date>2008-07-30T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tree structure in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256913#M1016149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="724345"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 10:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256913#M1016149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tree structure in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256914#M1016150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;          Thanks a ton for suggesting me the resolution .....the gap is closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 08:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tree-structure-in-selection-screen/m-p/4256914#M1016150</guid>
      <dc:creator>kaushik_choudhury2</dc:creator>
      <dc:date>2008-08-08T08:59:31Z</dc:date>
    </item>
  </channel>
</rss>

