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

list display using REUSE_ALV_HIERSEQ_LIST_DISPLAY function module

Former Member
0 Likes
371

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

2 REPLIES 2
Read only

Former Member
0 Likes
339

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

Read only

0 Likes
339

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