cancel
Showing results for 
Search instead for 
Did you mean: 

Launch a popup when table row selected

Former Member
0 Kudos

Hi!

I'd like to know how to launch a popup when selecting a row in a table.

I know how to do it when clicking on a push button but I'd like not use it.

Can you help?

Thanks a lot.

Regards,

C.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Drag mouse from the table and select 'Open Popup' and add a new popup. Set the event between table and popup as 'select'.

Regards

Basheer

Former Member
0 Kudos

Hi...

When I want to set the "select" event, I cannot do it.

In my drop down list, I only have a custom event for a button... That's all.

Thx.

Regards,

C.

kiran_jakkaraju
Contributor
0 Kudos

Hi

Drag the mouse from the output of the table design and when droping your mouse select FORM. then put all your controls on that what you want to display for your user.

the event , you need to select as "SELECT" and you can even give "Guard Conditions" for showing the form.

hope this will help you.

[VC HELP|http://help.sap.com/saphelp_nw70/helpdata/en/43/f4fab876eb7062e10000000a1553f6/frameset.htm]

Former Member
0 Kudos

Hi,

maybe you can use the event "select", so that when you click on a row the select event is raised and it opens a pop up.

Fabien.