<?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 display node tree structure in sub-screen of module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-node-tree-structure-in-sub-screen-of-module-pool-program/m-p/726550#M34059</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;I am creating a tree structure in module pool programming. And I want to display tree structure in sub-screen. I am using RS_TREE_LIST_DISPLAY function module for displaying tree structure. But It is not displaying in sub-screen.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/257257-capture1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/257256-capture2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I want to display this screen instead of table control of first screen not in another screen.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
  EXPORTING
    callback_program = sy-repid.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Please, anyone suggest me What should I write instead of callback_program = sy-repid.&lt;/P&gt;</description>
    <pubDate>Sun, 23 Dec 2018 10:24:04 GMT</pubDate>
    <dc:creator>former_member557605</dc:creator>
    <dc:date>2018-12-23T10:24:04Z</dc:date>
    <item>
      <title>How to display node tree structure in sub-screen of module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-node-tree-structure-in-sub-screen-of-module-pool-program/m-p/726550#M34059</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;I am creating a tree structure in module pool programming. And I want to display tree structure in sub-screen. I am using RS_TREE_LIST_DISPLAY function module for displaying tree structure. But It is not displaying in sub-screen.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/257257-capture1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/257256-capture2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I want to display this screen instead of table control of first screen not in another screen.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
  EXPORTING
    callback_program = sy-repid.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Please, anyone suggest me What should I write instead of callback_program = sy-repid.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 10:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-node-tree-structure-in-sub-screen-of-module-pool-program/m-p/726550#M34059</guid>
      <dc:creator>former_member557605</dc:creator>
      <dc:date>2018-12-23T10:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display node tree structure in sub-screen of module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-node-tree-structure-in-sub-screen-of-module-pool-program/m-p/726551#M34060</link>
      <description>&lt;P&gt;Set the parameter USE_CONTROL to the constant &lt;STRONG&gt;stree_use_in_dynpro&lt;/STRONG&gt;, and in your PBO do :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SUBSCREEN your_subscreen_area INCLUDING 'SAPLSEUT' '0703'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It's kind of obsolete now, and I think that all demo programs have been removed so you won't get much help.&lt;/P&gt;&lt;P&gt;So, instead of defining a subscreen area, define a &lt;B&gt;custom control&lt;/B&gt; area, and use one of the tree control classes (CL_GUI_SIMPLE_TREE for instance) which still have demo programs and more answers in the forum.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 11:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-node-tree-structure-in-sub-screen-of-module-pool-program/m-p/726551#M34060</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-23T11:03:46Z</dc:date>
    </item>
  </channel>
</rss>

