Hi
I am using Object Oriented Method for an ALV using
call method alv_grid->set_table_for_first_display
Now i want it to make it interactive. When the user clicks on a row in this ALV, i need a Popup ALV to appear. Is there any method for this. I know that there is a FM for this - 'REUSE_ALV_POPUP_TO_SELECT'. But i want a method for this.
Please Help.