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

problem of alv CHECK_CHANGED_DATA method

Former Member
0 Likes
372

hi,experts

i have created an alv with a checkbox field. i called the GRID_01->CHECK_CHANGED_DATA method to get what the records user selected.

the first time user select 2 records, it works fine and popup an 'E' type message to let user select only 1 record.

the second time user select 1 record, but it still got 2 record after CHECK_CHANGED_DATA, and popup message.

the third time user select 1 record again, and it works fine again, got 1 record and run.

what the problem it is?

hunger for your advice! thanks!

hi,experts

i have created an alv with a checkbox field. i called the GRID_01->CHECK_CHANGED_DATA method to get what the records user selected.

the first time user select 2 records, it works fine and popup an 'E' type message to let user select only 1 record.

the second time user select 1 record, but it still got 2 record after CHECK_CHANGED_DATA, and popup message.

the third time user select 1 record again, and it works fine again, got 1 record and run.

what the problem it is?

hunger for your advice! thanks!

1 REPLY 1
Read only

Former Member
0 Likes
325

Lee,

I wonder how you solved this.

Please share if you don't mind.