Hi All,
I want to provide a expand all nodes functionality in a standard program.Currently the standard program is only expanding the parent node and the childnodes are not expanded.
Child nodes are expanding only when I click on the childnode.
I check the standard program code, and the program populating only the Parent node data in the final internal table and calling the EXPAND_NODE method.
When on CLICK event is triggered on any child node, then only the selected childnode data is populated into the final internal table and further calling the EXPAND_NODES method.
Is it possible to expand all the parent and child/subchild nodes on the inital display.
Thanks,
Vicky.