<?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 Re: transaction code to learn for sample codes about trees and containers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560967#M856866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 13:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-24T13:30:51Z</dc:date>
    <item>
      <title>transaction code to learn for sample codes about trees and containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560965#M856864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trnasaction code to learn for sample codes about trees and containers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 13:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560965#M856864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code to learn for sample codes about trees and containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560966#M856865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try tcode DWDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 13:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560966#M856865</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-03-24T13:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code to learn for sample codes about trees and containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560967#M856866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 13:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560967#M856866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: transaction code to learn for sample codes about trees and containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560968#M856867</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;REPORT  Ztree_TEST_PGM.&lt;/P&gt;&lt;P&gt;Type-pools : fibs,stree.&lt;/P&gt;&lt;P&gt;data : t_node type snodetext.&lt;/P&gt;&lt;P&gt;data : node_tab like t_node occurs 0 with header line.&lt;/P&gt;&lt;P&gt;clear : node_tab, node_tab[].&lt;/P&gt;&lt;P&gt;node_tab-type = 'T'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Earth'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '01'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '5'.&lt;/P&gt;&lt;P&gt;node_tab-color = '4'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 3.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Europe'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '02'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '6'.&lt;/P&gt;&lt;P&gt;node_tab-color = '1'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 4.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Germany'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '03'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '7'.&lt;/P&gt;&lt;P&gt;node_tab-color = '4'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 4.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Berlin'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '04'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '6'.&lt;/P&gt;&lt;P&gt;node_tab-color = '4'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 3.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Asia'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '02'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '4'.&lt;/P&gt;&lt;P&gt;node_tab-color = '1'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 3.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'India'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '03-'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '5'.&lt;/P&gt;&lt;P&gt;node_tab-color = '1'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 3.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;node_tab-type = 'P'.&lt;/P&gt;&lt;P&gt;node_tab-name = 'Bombay'.&lt;/P&gt;&lt;P&gt;node_tab-tlevel = '04-'.&lt;/P&gt;&lt;P&gt;node_tab-nlength = '6'.&lt;/P&gt;&lt;P&gt;node_tab-color = '1'.&lt;/P&gt;&lt;P&gt;node_tab-text = 'Hello'.&lt;/P&gt;&lt;P&gt;node_tab-tlength ='5'.&lt;/P&gt;&lt;P&gt;node_tab-tcolor = 3.&lt;/P&gt;&lt;P&gt;append node_tab.&lt;/P&gt;&lt;P&gt;clear node_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_TREE_CONSTRUCT'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    NODETAB                  = node_tab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: type_mapping TYPE stree_ctl_type_mapping_tab.&lt;/P&gt;&lt;P&gt;  DATA: wa_type TYPE stree_ctl_type_mapping.&lt;/P&gt;&lt;P&gt;  CLEAR: type_mapping[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_type-type = 'A'.&lt;/P&gt;&lt;P&gt;    wa_type-icon = '@BL@'.&lt;/P&gt;&lt;P&gt;    APPEND wa_type TO type_mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_TREE_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   USE_CONTROL                     = 'L'.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;A list of other function modules that can also be used to construct tree reports: &lt;/P&gt;&lt;P&gt;SEUT,                            Hierarchy framework&lt;/P&gt;&lt;P&gt;RS_TREE_ADD_NODE                 Insert nodes&lt;/P&gt;&lt;P&gt;RS_TREE_AUTOMATIC_REFRESH&lt;/P&gt;&lt;P&gt;RS_TREE_COMPRESS                 Hide subtree(s)&lt;/P&gt;&lt;P&gt;RS_TREE_CONSTRUCT                Construct new hierarchy or insert subtree&lt;/P&gt;&lt;P&gt;RS_TREE_CONTROL_PREPARE&lt;/P&gt;&lt;P&gt;RS_TREE_CREATE                   Create hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_DELETE_NODE              Delete node with associated sub-tree&lt;/P&gt;&lt;P&gt;RS_TREE_EXPAND                   Expand subtree&lt;/P&gt;&lt;P&gt;RS_TREE_GET_CURRENT_LAYOUT       Get layout information for displayed hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_GET_CURRENT_NODE         Get node at which cursor is positioned&lt;/P&gt;&lt;P&gt;RS_TREE_GET_CURRENT_ROOT         Get current root node&lt;/P&gt;&lt;P&gt;RS_TREE_GET_CURRENT_TREE         Get structure information for displayed hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_GET_INPUT                Get entires from input fields&lt;/P&gt;&lt;P&gt;RS_TREE_GET_MARKED_NODES         Get selected nodes&lt;/P&gt;&lt;P&gt;RS_TREE_GET_MODIFICATION_LOG     Get change log for hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_GET_NODE                 Get nodes for specified ID&lt;/P&gt;&lt;P&gt;RS_TREE_GET_NODE_BY_NAME         Get node for specified node name&lt;/P&gt;&lt;P&gt;RS_TREE_GET_PREDECESSOR          Get preceding node&lt;/P&gt;&lt;P&gt;RS_TREE_GET_SEARCHSTRING         Get last search strinng&lt;/P&gt;&lt;P&gt;RS_TREE_LIST                     Simulate hierarchy or subtree display&lt;/P&gt;&lt;P&gt;RS_TREE_LIST_DISPLAY             Display hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_LIST_DISPLAY             Display hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_MODIFY_NODE&lt;/P&gt;&lt;P&gt;RS_TREE_MOVE                     Reassign node with subtree&lt;/P&gt;&lt;P&gt;RS_TREE_POP                      Get hierarchy from the stack and restore&lt;/P&gt;&lt;P&gt;RS_TREE_PUSH                     Place hierarchy on the stack&lt;/P&gt;&lt;P&gt;RS_TREE_RESET_LOCK               Deselect node&lt;/P&gt;&lt;P&gt;RS_TREE_SET_CURRENT_LAYOUT       Set layout with marked cursor position&lt;/P&gt;&lt;P&gt;RS_TREE_SET_CURRENT_TREE         Set other hierarchy&lt;/P&gt;&lt;P&gt;RS_TREE_SET_LOCK                 Select node&lt;/P&gt;&lt;P&gt;RS_TREE_SET_NODE                 Change Nodes&lt;/P&gt;&lt;P&gt;RS_TREE_SET_SCROLL_POS           Position node at the beginning of the page&lt;/P&gt;&lt;P&gt;RS_TREE_SLEEP&lt;/P&gt;&lt;P&gt;RS_TREE_SORT_CHILDREN&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;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 13:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-to-learn-for-sample-codes-about-trees-and-containers/m-p/3560968#M856867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T13:31:55Z</dc:date>
    </item>
  </channel>
</rss>

