‎2007 Feb 22 3:09 PM
Hi All,
In my list display I am using function module REUSE_ALV_HIERSEQ_LIST_DISPLAY to display in Hierarchical format.
How can I keep check boxes at Header level and Child level simultaniously.
Please respond if anybody aware this functionality.
Thanks in Advance,
Raja
‎2007 Feb 22 3:13 PM
Try this ..but not sure
add one more field CHECKBOX of length 1 to ur final internal table
and in layout add this
l_layout-box_fieldname = 'CHCKBOX'.
l_layout-box_tabname = 'TAB_HEADER'.
do this for header and item and checkout if it works
‎2007 Feb 22 3:26 PM
Hi,
Thanks for the response.
Since i am using REUSE_ALV_HIERSEQ_LIST_DISPLAY functiona module.
To which I am passing header_tab & Item_tab, i_layout(Since I_layout is a Structure and we can pass only Header_tab or item_tab to l_layout structure).
So we can have check boxes only at header or child level.
Is there is any possibility to have a check box at header and item level simultaniously.
Thank,
Raja