2009 Apr 20 11:57 AM
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
2009 Apr 22 12:40 PM
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
2009 Apr 22 12:53 PM
2009 Apr 22 1:36 PM
Hello,
Try using a tree structure instead of ALV list. In that you can achieve your result.
cl_gui_column_tree.
Regards,
Vijay
2009 Apr 22 2:22 PM
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.
2009 Apr 22 2:27 PM