If I understand correctly, you want to make the root node visible. Try with the method SALV_TREE->GET_SELECTIONS( )->SET_SELECTED_NODES( ... ) or SALV_TREE->GET_NODES( )->SET_TOP_NODE( ... ) which both do an "ensure visible" (equivalent method ENSURE_VISIBLE of class CL_GUI_COLUMN_TREE).
Add comment