‎2008 May 10 12:36 PM
Hi friends,
In my program I used OOPS for displaying details in GRID.
There is a check box and it is editable.
what ever the records selected from the grid should be identified if PAI.
How it can be achieved( which method can be used) ?.
Thanks in advance
Archana.
‎2008 May 10 12:40 PM
whenever you mark a checkbox, this will be reflected in the internal table as well.
‎2008 May 12 7:30 AM
refer to this std program
BCALV_EDIT_05
hope it gives some idea.
‎2008 May 12 7:39 AM
Hi Archana,
You can use the method GET_SELECTED_ROWS for identifying all the rows that are selected.
Hope this will be helpfull in resolving your issue.
Thanks,
Kasinath Babu