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

User-command in alv..

Former Member
0 Likes
413

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...

2 REPLIES 2
Read only

Former Member
0 Likes
365

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 ... .

Read only

Former Member
0 Likes
365

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