Entering content frame

Syntax documentationset_selected_node Locate the document in its SAP Library structure

Use this method to select a particular node within the tree.

You can only use it if you set multiple selection (NODE_SELECTION_MODE = tree->node_sel_mode_single ) when you created the tree control.

CALL METHOD tree->set_selected_node
     EXPORTING  node_key   = node_key
     EXCEPTIONS failed                     = 1
                single_node_selection_only = 2
                node_not_found             = 3
                cntl_system_error          = 4.

Parameters

Description

node_key

Node that you want to select.

The parameter is defined with reference to type tv_nodekey .

 

Leaving content frame