cancel
Showing results for 
Search instead for 
Did you mean: 

Rgegarding checkbox?

Former Member
0 Kudos

Hi All,

i have Alv report.in that i have a column of check box ,when user select any of the check box the entire row must be select.How can i get this?when user select a checkbox, that row have to be update in database with action of confirmation button.

so how can i link these chekbox,and row where the checkbox has selected,and confirmation button to update?

Regards,

Ravi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create an action for checkbox .

Related to the selection of row write the coding in action of checkbox.

Former Member
0 Kudos

Hi,

When you create a checkbox( in ROOTUIELEMENTCONTAINER),there is a event handler maintained in the properties: ONTOGGLE: it is event handler where you write the code to work on checkbox.

When we do some action(check or uncheck) on checkbox this method will be triggered and corresponding action will does.

Please dont forge reward points.:-)

Regards,