Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Tree challenge

Former Member
0 Likes
682

Friends,

I have a requirement where I need to create a filter and sorting for ALV tree. Based on the investigation so far, there seems to be no filter /sorting supported in ALV Tree.

Did any one achive this by any other means ? any pointer/help is very much appreciated.

Regards,

Kartik

Friends,

I have a requirement where I need to create a filter and sorting for ALV tree. Based on the investigation so far, there seems to be no filter /sorting supported in ALV Tree.

Did any one achive this by any other means ? any pointer/help is very much appreciated.

Regards,

Kartik

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
479

Hello Kartik

Class <b>CL_GUI_ALV_TREE</b> has a method <b>CHANGE_NODE</b> with an IMPORTING parameter IS_NODE_LAYOUT (of type LVC_S_LACN). If you set <b>is_node_layout-hidden = 'X' </b>and <i>update </i>the tree then, I assume, this node will no longer be displayed.

Regards

Uwe

Read only

0 Likes
479

Uwe,

Thanks for the reply. I am looking for Filter dialog box the user can filter dynamically also sortting feature just like ALV Grid.

I was unable to find anythig to acomplish that.

Thanks,

Kartik