‎2010 Aug 04 7:12 AM
Hi all,
I have created one method in my ZClass, in that i need to write code for display a pop-up(ALV) that should contain the internal table records. Also if i double click a cell in that popup then a transaction(say ztest) should be called..
How to do this inside the method?
Thanks,
Ranjith C.
‎2010 Aug 04 7:52 AM
‎2010 Aug 04 8:04 AM
What is the exact problem here? Displaying ALV or displaying ALV in popup? Which approach are you using for alv (reuse, lvc, cl_gui_alv_grid, cl_salv_table)?
‎2010 Aug 04 3:00 PM
Hi,
You can call screen in you class and assign the custum container to the screen, using cl_gui_alv_grid class assing created object to container and create fields catlog and internal table with data to display in alv. call the method set_table_for_first_display to display data.
You can also used the method get_selected_rows to read current selected line data can use call transaction.
For more details you can used the pakage slis there are may program are avaible to resolve your problem.