cancel
Showing results for 
Search instead for 
Did you mean: 

How to search a recursive tree and expand the node

Former Member
0 Kudos

Hi Experts,

I am using a recursive tree (Tree by nesting table column) to display the BOM. I want to add a search facility to this BOM. My requirement is to expand the nodes in which the search item is found and to highlight the searched item.

Any suggestion on how to achieve this highly appreciated.

Thanks in Advance.

Ajith V

Accepted Solutions (1)

Accepted Solutions (1)

former_member194099
Active Participant
0 Kudos

Hi Ajith,

Ar you populating the tree using a internal table? I am asuming, yes.

In that case, search the internal table with your search criteria and reload the tree until you get the selected node/attribute. In this case, the Expand action code can be ignored which is generally called for loading child nodes.

Hope it helps

Sagar

Answers (0)