Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tree structure report

Former Member
0 Likes
1,398

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.

11 REPLIES 11
Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

This message was moderated.

Read only

Former Member
0 Likes
1,114

Did the example codes solve the issues mentioned in the thread

cheers

Aveek

Read only

Former Member
0 Likes
1,114

Hi,

Go to Transaction Code DWDM.

There you will be find examples on Tree Controls.

Hope it Helps you,

Regards,

Abhijit G. Borkar

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

This message was moderated.

Read only

Former Member
0 Likes
1,114

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.

Read only

Former Member
0 Likes
1,114

Hi,

The sample code and the objects are provided in the link.

cheers

Aveek