SAP Message BRAIN524 - Breakpoint - Read Data for Hierarchies

Breakpoint - Read Data for Hierarchies
This breakpoint results in a halt in several methods that can be calledto read hierarchy nodes. These methods are:

  • if_rsmd_rsh~get_initial_nodes( )

  • ,,This method is called when the hierarchy is initially built.
    • if_rsmd_rsh~get_children( )

    • ,,This method reads the child nodes that are requested when the hierarch
      y is expanded. This method is also called for each level all the way tothe start level when the hierarchy is initially built.
      • if_rsmd_rsh~get_node( )

      • ,,This method reads a node whereby the hierarchy is built up to the root
        node.
        • if_rsmd_rsh~get_searchtree( )

        • ,,This method makes it possible to search the hierarchy and returns therelevant nodes.
          By entering "me" in the variable quick display and then double-clickingit, you can use the attribute for the object to display the settings for
          the input help.