Skip to Content
0
Former Member
Dec 08, 2006 at 10:18 AM

SELECT ALL , DESELECT ALL functionality

169 Views

Hi,

I am using AL_LIST_DISPLAY FM to display output. I have added selecta all and deselect all buttons to the application tool bar.

Output contains the checkboxes and if i press selall i need to select all the records and vice versa.

i am handling code in user_command.

case sy-ucomm.

When 'SAL'.

itab-chbox = 'X'.

modify chkbox where chbox = ' '.

sy-lsind = 0.

perform display_data.

endcase.

But select all and deselct all functionality is not still working.

Selecting all checkboxes but when i press back..its going to the previous list,

its not coming to basic list.

Can any one pls help with SAL and DSAL functionality with ALV using functionmodule not by using grid_containers.

Thanks in advance