Use this method to ensure that a particular node is visible.
CALL METHOD tree->ensure_visible
EXPORTING node_key = node_key
EXCEPTIONS failed = 1
node_not_found = 2
cntl_system_error = 3.
Parameters |
Description |
node_key |
Node that you want to ensure is visible. The parameter is defined with reference to type tv_nodekey . |