Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DISPLAY INTERNAL TABLE ON POPUP

Neithan
Participant
0 Kudos
4,245

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 ?

8 REPLIES 8
Read only

vijay_hariharan
Contributor
0 Kudos
4,101

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

Read only

Yasin
Active Participant
4,101

Hi Furkan

Please check ABAP Program BCALV_GRID_AND_POPUP

Thanks

Read only

4,101

i used REUSE_ALV_POPUP_TO_SELECT function , thanks for your help

Read only

RaymondGiuseppi
Active Contributor
4,101

Did you find FM such as REUSE_ALV_POPUP_TO_SELECT or demo report BCALV_GRID_AND_POPUP during your search?

Read only

Sandra_Rossi
Active Contributor
0 Kudos
4,101

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?

Read only

Neithan
Participant
0 Kudos
4,101

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

Read only

Sandra_Rossi
Active Contributor
0 Kudos
4,101

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
Read only

RaymondGiuseppi
Active Contributor
4,101

Or read the documentation of the export parameters, you should find.