2007 Mar 15 1:02 PM
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
2007 Mar 15 4:37 PM
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
2007 Mar 15 4:56 PM
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