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

ALV Tree

Former Member
0 Likes
397

Hi all,

i want to display a alv tree display.in that the root node contains the custoner number,when i expand a customer node

it should display the list of sales order for the perticular customer.when i expand the sales order it should display the sales order item details.

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
367

Hi Sekar, Check this demo program <b>BCALV_TEST_SIMPLE_TREE</b> We use two class interfaces to implement ALV tree design.

"cl_gui_custom_container
"cl_gui_alv_tree_simple
Thanks Venkat.O

Hi all,

i want to display a alv tree display.in that the root node contains the custoner number,when i expand a customer node

it should display the list of sales order for the perticular customer.when i expand the sales order it should display the sales order item details.

1 REPLY 1
Read only

venkat_o
Active Contributor
0 Likes
368

Hi Sekar, Check this demo program <b>BCALV_TEST_SIMPLE_TREE</b> We use two class interfaces to implement ALV tree design.

"cl_gui_custom_container
"cl_gui_alv_tree_simple
Thanks Venkat.O