‎2009 Dec 18 3:42 AM
Hi All,
I have requirement to create tree structure report where:-
1> The Folders structure should appear on left side.
2> Once clicking on the particular folder in left pane , it should display a report in right pane.
3> The folder can be nested withing particular folder.
Can anyone help with sample code and direction to proceed in this regard.
‎2009 Dec 18 5:49 AM
Hi,
If you are using Object Oriented Alv grid then you can use the following classes.
cl_gui_column_tree
cl_gui_list_tree
Otherwise
Use block alv or hierarchial alv
‎2010 Jan 08 10:07 AM
‎2010 Jan 11 8:30 AM
Did the example codes solve the issues mentioned in the thread
cheers
Aveek
‎2010 Jan 12 12:53 PM
Hi,
Go to Transaction Code DWDM.
There you will be find examples on Tree Controls.
Hope it Helps you,
Regards,
Abhijit G. Borkar
‎2010 Jan 13 5:22 PM
Hi,
You can check the above link:
cheers
Aveek
Edited by: Aveek Ghose on Mar 5, 2010 10:50 AM
Edited by: Aveek Ghose on Mar 10, 2010 6:38 PM
Edited by: Aveek Ghose on Mar 11, 2010 8:37 AM
‎2010 Jan 21 5:51 PM
Hi,
As mentioned in the previous post, for 00 ABAP the first example is relevant and for Tree structure in non -OO ABAP the second example is relevant
cheers
Aveek
‎2010 Jan 27 7:58 AM
Hi,
For 00 ABAP the first example is relevant ( which delas will PP-PI process messages of Process Control Systems ) and for Tree structure in non -OO ABAP the second example is relevant. For other examples refer to COIO and COID.
cheers
Aveek
‎2010 Feb 05 1:05 PM
Hi,
For 00 ABAP the first example is relevant ( which delas will PP-PI process messages of Process Control Systems ) and for Tree structure in non -OO ABAP the second example is relevant. For other examples refer to COIO and COID.
cheers
Aveek
‎2010 Feb 12 1:38 PM
‎2010 Feb 14 12:41 PM
Hi,
You can have a look at the SLIS Package. It contains a lot of ABAP Tree Control which I guess will meet your requirement. Have a look at the sample codes as that will be very helpful.
Goto SE80 -> Package Explorer -> SLIS
Hope this will help.
Thanks,
Samantak.
‎2010 Feb 28 4:50 PM
Hi,
The sample code and the objects are provided in the link.
cheers
Aveek