2011 Nov 04 12:15 PM
Hi all,
I just wanted to know if it's possible to display my tree, created with RS_TREE_CONSTRUCT and displayed with
RS_TREE_LIST_DISPLAY into a custom container into my dynpro.
I allready use alv_tree with abap OO but I prefer the rendering of RS_TREE_LIST_DISPLAY so I am lokking for a way to integrate it into a custom dynpro with other ALV OO.
Thanks for your help.
Olivier.
2011 Nov 04 12:59 PM
Hi
As far as i know it is not possible to use this FM and display the tree within a Container as this function uses list processing to display the tree.
If you are using a ModulPool application you need to use LEAVE TO LIST PROCESSING to display the tree but it can not be used in any type of container.
Regards
2011 Nov 04 12:59 PM
Hi
As far as i know it is not possible to use this FM and display the tree within a Container as this function uses list processing to display the tree.
If you are using a ModulPool application you need to use LEAVE TO LIST PROCESSING to display the tree but it can not be used in any type of container.
Regards
2011 Nov 04 1:06 PM
Hi,
Indeed this FM cannot work with containers... If you prefer his rendering, you could also have a look to class CL_GUI_SIMPLE_TREE which is quite similar. Check program SAPSIMPLE_TREE_CONTROL_DEMO.
Kr,
Manu.