Application Development 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: 

Need a function module to display a tree on the ALV GRID

Former Member
0 Kudos

Hi All,

I need a function module to display a tree on the ALV GRID other than RS_TREE_LIST_DISPLAY

and I also don't want to create a screen in my report.

Even classes would do provided I dont have to create a screen in my report.

Internally if the class uses its own screen I have no issues with it.

But I should not create any screen in my report

Thanks,

Siddarth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Siddarth,

Refer to this

hope it helps you.

Thanks!

Edited by: Prasanth on Mar 6, 2009 6:37 PM

4 REPLIES 4

Former Member
0 Kudos

HI Siddarth,

Refer to this

hope it helps you.

Thanks!

Edited by: Prasanth on Mar 6, 2009 6:37 PM

0 Kudos

Hi,

Thanks for your quick reply!!!

But that was not meeting my requirement as I have already mentioned what I dont require and both these links contains the answers which I don't require.

Thanks

Siddarth

uwe_schieferstein
Active Contributor
0 Kudos

Hello

If you want to display the combination of tree + ALV grid then you need to use class CL_GUI_ALV_TREE.

Regards

Uwe

0 Kudos

Hi All,

Thanks for your support, I could support myself by using the class

cl_salv_tree which helped me solve my problem without creating a screen and also displaying the tree in the GRID form.

Thanks

Siddarth