‎2008 Apr 10 3:40 AM
Experts help me..
Im fixing a select and deselect button in an alv list report.Im just wondering why during debugging/debug mode the select all button and deselect button are working fine but if I delete the break-point it didnt work anymore.
I find it weird could you advise me on how to fixed this.
Please help me..im so clueless...
‎2008 Apr 10 4:52 AM
Hi ....
since when u r goin for debugging the select/deselect button is getting triggered
does it reflect the results when debugging is over ... if not then just check ur code ..
WHEN 'SELECT'.
loop at itab.
itab-checbox = 'X'.
modify itab.
endloop.
call grid display again ... .
‎2008 Apr 10 5:03 AM
hi Irzah,
Are you having your select all, de select all button in GUI_STATUS or have added it as a part of ALV toolbar.
Try to have it in ALV tool bar. I hope this should work.
Thanks,
Arun