‎2008 Jun 10 11:49 AM
I am displaying the output in ALV grid format.
Now i am using cl_gui_alv_grid->Get_selected_ROWS to get the row index selected by User and on clicking a button it will take us to another screen which will hold the values of the selected row.
Problem Faced: But when we again go back to the first screen and select another row or same rows and click this button the selected rows index remains initial, that value is not getting captured.
I cleared the parameters and refershed grid also.
But the problem is not yet solved.
Please Give me the solution.
Regards,
Balaji.
‎2008 Jun 10 11:54 AM
Hi,
Just check in debug mode if u r getting the correct index ...
‎2008 Jun 10 12:18 PM
Hi Lavanya,
I did debugging also.
First time Get_Selected_rows is working fine.
But Second time it is failed.