2007 Dec 26 1:02 PM
I want to display a Tree Structure (may be using an internal table or any other method). Please help me with the required code.Its of high priority.Please help me as soon as possible.
2007 Dec 27 4:47 AM
Hi Hema,
You can use the class CL_GUI_ALV_TREE and method SET_TABLE_FOR_FIRST_DISPLAY.
By performing a where used list on this - it would return sample and demo programs.
SAP also provides demo programs as follows:
BCALV_TEST_SIMPLE_TREE
BCALV_TREE_01
BCALV_TREE_02
BCALV_TREE_03
BCALV_TREE_04
BCALV_TREE_05
BCALV_TREE_06
BCALV_TREE_DEMO
BCALV_TREE_DND
They are easy to follow and if you dont have any complications can even reuse exact code from those programs.
Hope this helps.
Regards,
Aditya
2007 Dec 27 4:47 AM
Hi Hema,
You can use the class CL_GUI_ALV_TREE and method SET_TABLE_FOR_FIRST_DISPLAY.
By performing a where used list on this - it would return sample and demo programs.
SAP also provides demo programs as follows:
BCALV_TEST_SIMPLE_TREE
BCALV_TREE_01
BCALV_TREE_02
BCALV_TREE_03
BCALV_TREE_04
BCALV_TREE_05
BCALV_TREE_06
BCALV_TREE_DEMO
BCALV_TREE_DND
They are easy to follow and if you dont have any complications can even reuse exact code from those programs.
Hope this helps.
Regards,
Aditya
2007 Dec 27 6:16 AM
2007 Dec 28 3:45 AM