cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro abap checkbox property of table control row is getting copied to all other rows

Former Member
0 Kudos

Hi All,

In my requirement, I have added a check box in a table control row. When I perform an action, a line item will get added above the already existing line item. And the checkbox property should get only be assigned to added line item. But in my case, the checkbox property of added line item is getting copied to second line item as well( for already existing line item)

For ex: line item 1 already exists with checkbox unchecked. For line item 2 which is added has the checkbox property checked. So upon some button action, the line item 1 also getting checkbox checked. This should not be the case. Which ever checkbox is getting changed for particular line item, that only should exist ( other line item should not get effected).

Please suggest me how to go about.

Thanks,

Murali.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

Can anybody throw light on this. It is very urgent. Please help me solve this.

former_member213219
Participant
0 Kudos

Hi Murali,

You must have already checked it, but just want to confirm if you have verified the code inside DO_MODIFY method and action method written against the button (on click on which checkbox is get checked).

Is there any code written in above mentioned methods to bring the value from Database or somewhere.

Can you share some screen shots or code snippets so that we can try to address this query.

Regards,

Harish