‎2008 Jan 21 9:23 PM
hi gurus,
i have a scenario, where i need to output alv list display,
but i need to give an option on side to choose among the displayed lines in the output,
so that, when the user chooses few lines and presses a button, only those records have to be processed.
any clues, how to give an option of choosing among the records displayed in alv list,
and then reading the lines which are chosen to get those details and process them.
thank you.
‎2008 Jan 21 10:32 PM
You can use the class cl_gui_alv_grid to display a list in ALV.
Use the methods get_selected_rows to get only the selected rows after pressing the buttons in the PAI.
Regards,
Sudhir Atluru
Reward points for helpfull answers
‎2008 Jan 21 11:02 PM