2019 Sep 09 2:17 PM
Hi Everyone,
I want to create a alv tree with some of the nodes expand and some of the nodes collapse (unexpand) by default based on the condition. Is it possible to display the output like that.
Ravi.
2019 Sep 09 8:39 PM
Google -> "ALV tree expand nodes" finds many SCN questions and blogs.
Assuming you're using CL_SALV_TREE then through its GET_NODES method you can get to CL_SALV_NODES, then to CL_SALV_NODE for a specific node and it has all kinds of methods including EXPAND.
So I'd assume this is feasible.
2019 Sep 09 8:39 PM
Google -> "ALV tree expand nodes" finds many SCN questions and blogs.
Assuming you're using CL_SALV_TREE then through its GET_NODES method you can get to CL_SALV_NODES, then to CL_SALV_NODE for a specific node and it has all kinds of methods including EXPAND.
So I'd assume this is feasible.
2019 Sep 11 11:09 AM