cancel
Showing results for 
Search instead for 
Did you mean: 

Double click a table to open a popup window

Former Member
0 Kudos

Hi all,

is it possible to open a popup window by clicking on a row of a table?

I want to change the data of the row in the popup window.

ATM I do it over a button.

Thx for answers!

Regards,

Marcel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Marcel,

You need to drag the output and VC will prompt you for many Options. Select POP UP and give your IVIEW which needs to be a pop up iview.

Use the Select event (CUSTOM Event) and send the selected data to pop up iview.

Regards

Ajay

Former Member
0 Kudos

Thx for the answer Ajay, but I've tried it out and some other things, but it didn't work.

Have you tried it and did it work?

Thx for your replies!

former_member193545
Active Participant
0 Kudos

Hi

One method to do this is to add a coloumn to the table with a push button, this "edit" button will be available for each row, you can then use the event on this button to open the popup.

Jarrod Williams

Former Member
0 Kudos

Thx for the answer. I know the buttons, but I think 200 rows with 200 buttons looks not so good. There are some features, which are not implemented yet in tables. I hope SAP will implement it in the future.

My solution is atm a toolbar button, then the user select a row and click on this toolbar button to open the popup for changing data.

Regards,

Marcel