2022 Jan 03 10:06 AM
Hi Everyone ,
I want to display my internal table on popup to select a line . Then i will delete selected line from my table . Which Popup Structere should help me to do that ?
2022 Jan 03 11:50 AM
Hello,
You may use Function REUSE_ALV_GRID_DISPLAY_LVC to display the table in pop-up.. For a demo on manipulation of PF-Status or Handle User command for this, check SAP Demo program BCALV_TEST_FULLSCREEN_EDIT..
Regards,
Vijay
2022 Jan 03 11:55 AM
Hi Furkan
Please check ABAP Program BCALV_GRID_AND_POPUP
Thanks
2022 Jan 03 12:54 PM
i used REUSE_ALV_POPUP_TO_SELECT function , thanks for your help
2022 Jan 03 12:00 PM
2022 Jan 03 12:37 PM
You have many possibilities, but I'm not sure where you're stuck, which kind of solution you would prefer, obsolete function modules, classes, or is it just about selecting a line, or what?
2022 Jan 03 12:53 PM
Actually i solved half of the problem by using 'REUSE_ALV_POPUP_TO_SELECT'
Now I need to add any line to my table by clicking on a line that appears on the screen. How can I capture the line or columns .
by the way thanks all for your helps

2022 Jan 03 1:04 PM
There are existing snippets in the forum for REUSE_ALV_POPUP_TO_SELECT, that you could reuse:
which line is selected REUSE_ALV_POPUP_TO_SELECT site:sap.com
2022 Jan 03 1:24 PM