2010 Nov 03 1:57 PM
Based on the Standard Example BCALV_EDIT_05
how to add single click event on Checkbox??
because when user check on checkbox, the internal table does not change to 'X'.
so when user click on Save_Button(my customize) cannot get which row is checked.
2010 Nov 03 2:06 PM
Hi,
You need to use the method "check_changed_data" this will modify your final internal internal where check box = 'X' with a single click.
Let me know in case of any.
Regards,
Srinivas
2010 Nov 03 2:06 PM
Hi,
You need to use the method "check_changed_data" this will modify your final internal internal where check box = 'X' with a single click.
Let me know in case of any.
Regards,
Srinivas
2010 Nov 04 2:11 AM
The method check_changed_data only return whether grid have changed..
That cannot identify which checkbox is checked....
Any else idea?
2010 Nov 04 4:12 AM
Hi,
The method Check_changed_data can identify which checkbox is checked in the Gird....
Pls check it by Debugging program BCALV_EDIT_05
Thanks.