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

aboutn Standard Example BCALV_EDIT_05

former_member1137458
Participant
0 Likes
703

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

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

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.

3 REPLIES 3
Read only

Former Member
0 Likes
639

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

Read only

0 Likes
638

The method check_changed_data only return whether grid have changed..

That cannot identify which checkbox is checked....

Any else idea?

Read only

0 Likes
638

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.