‎2010 Aug 12 1:26 PM
Hi,
I have developed a TREE ALV program using SALV classes. Now I have got a problem like
I kept check boxes for header and item. If I select Header checkbox all the item checkboxes should be selected.
Can anyone helpme in this..
example;
Header--
delivery
checkbox------ 1022 -
checkbox----
2568223
checkbox----
2568224
checkbox----
2568225
Let us suppose If i select shipment level all delivery levels should b
‎2010 Aug 12 4:34 PM
Get the Events of the Tree by using the method GET_EVENT of the SALV tree. Handle the event CHECKBOX_CHANGE. Inside the event handler, you will have an access to Node using NODE_KEY. Get all the child belong to that node and set the field checkbox based on the value of CHECKED.
Regards,
Naimesh Patel