Application Development 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: 

Pop up after double click on alv

Former Member
0 Kudos

Hello experts.

I want implement pop up in my alv when i push double click in row, example of this case i saw in table VBRK when I was execute and implement double click i get the pop up that i want to implement in my program.

What the function's name that i must to use for the result that i want ?

Tank's for help .

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

it depends on what you want to show in poup. if you want some confirmation popup then you can use

POPUP_TO_CONFIRM Function.

or you want the popup which show the row details.

then you have to use layout.

use option detail_popup of layout. and pass the layout to ALV.

layout-detail_popup = 'X'.

7 REPLIES 7

former_member188685
Active Contributor
0 Kudos

it depends on what you want to show in poup. if you want some confirmation popup then you can use

POPUP_TO_CONFIRM Function.

or you want the popup which show the row details.

then you have to use layout.

use option detail_popup of layout. and pass the layout to ALV.

layout-detail_popup = 'X'.

0 Kudos

hi,

If u want any confirmation kind of pop up screens then go for POPUP_TO_CONFIRM, if u want to display the record on that pop up screen then go for REUSE_ALV_POPUP_TO_SELECT Function Module.

0 Kudos

Yuor answer is good but look in table VBRK and implement double click in alv , this result that i want implement in my alv .

How i can do it like this ?

Thanks for help.

former_member497886
Participant
0 Kudos

Hi,

Use reuse_alv_popup_to_select FM.

All the best.

regards,

Mohamamdi.

0 Kudos

Your answer is good but look in table VBRK and implement double click in alv , this result that i want implement in my alv .

How i can do it like this ?

Thanks for help.

Former Member
0 Kudos

Hi...

same functionality u can find in

report : BCALV_GRID_03

regards

vivek

Former Member
0 Kudos

Hi

Refer the program in below link.

http://saptechnical.com/Tutorials/ALV/Popup/demo.htm

Thanks and Regards,

Syf