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

multi level hierarchical ALV list

Former Member
0 Likes
2,117

Please suggest how to display multi level hierarchical ALV list .. i.e ...

header

Item

sub Item

by definig IS_KEYINFO in reuse_alv_hierseq_list_display, we can display header and item but how to display sub item.

Regards

Rahul

Please suggest how to display multi level hierarchical ALV list .. i.e ...

header

Item

sub Item

by definig IS_KEYINFO in reuse_alv_hierseq_list_display, we can display header and item but how to display sub item.

Regards

Rahul

5 REPLIES 5
Read only

Former Member
0 Likes
1,030

as i know this function module have only two tables in its parameters list

TABLES

T_OUTTAB_HEADER

T_OUTTAB_ITEM

so i dont think that it can produce three level hierarchical alv list

because we cant pass the third table data to it

Read only

Former Member
0 Likes
1,030

This message was moderated.

Read only

Former Member
0 Likes
1,030

Hello,

Try using a tree structure instead of ALV list. In that you can achieve your result.

cl_gui_column_tree.

Regards,

Vijay

Read only

Former Member
0 Likes
1,030

Hi Rahul,

Multilevel Hierarchical ALV Display cannot be achieved through Reuse_ALV_grid_display. This function has been made for use of only two tables one acting as the header and the other as the item.

You need to either use ALV Trees or SALV.you can see through the SDN tutorials in case you have any difficulty doing any one of the two ways.Hope this Solves your difficulty.

Read only

Former Member
0 Likes
1,030

hi,

check with this code..

Edited by: katigiri linganna on Apr 22, 2009 3:28 PM