Show TOC Start of Content Area

Background documentation getSelectedPathTree  Locate the document in its SAP Library structure

Returns a navigation tree from the top-level nodes to the specified navigation node.

The tree includes the specified node and its siblings, the specified node's parent and its siblings, and so forth, until the tree reaches the top level of the navigation tree for the currently authenticated user.

If the specified navigation node does not exist in the user's navigation tree, then an empty tree is returned.

Parameters

Name

Type

Description

requestParam

SelectedPathTreeRequest

Specifies the node from which to start building the tree.

Response

SelectedPathTreeResponse: The response contains a NavigationTree object, which contains the navigation tree.

 

 

 

 

 

End of Content Area