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

ALV checkbox

sudhir_uppalapati
Participant
0 Likes
419

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

2 REPLIES 2
Read only

Former Member
0 Likes
401

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

Read only

Former Member
0 Likes
401

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