2008 Apr 28 8:12 AM
Hi all,
I am working with an ALV hierarchical report in which i have a number of records to be displayed and each record has a checkbox and when i select the SELECT ALL button all the checkboxes of the records should get selected and when Deselecting all the records should be deselected.
Regards,
Sudhir
Hi all,
I am working with an ALV hierarchical report in which i have a number of records to be displayed and each record has a checkbox and when i select the SELECT ALL button all the checkboxes of the records should get selected and when Deselecting all the records should be deselected.
Regards,
Sudhir
2008 Apr 28 7:40 PM
Hi,
When you click on SELECT ALL button , Modify internal table and set the checkbox value 'X' in Loop. I hope it helps u.
Regards,
Kinjal
2008 Apr 28 7:45 PM
hi ,
use the user command &ALL for this...if you included this pf-status then automatically you will able to do this..
or
loop at itab where itab-check = 'X'.
endloop.
regards,
venkat
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |