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

Double Click on Table control (Sub-Screen)

Former Member
0 Likes
741

HI All,

I have a requirement to call a transaction when user double clicks on table control field. The table control is present in a sub-Screen. I know how double click works for a normal dialog screen but for a sub-screen we can not create a PF-STATUS so how are we going to handle double click on table control present on a sub-screen.

Regards,

Gautham Paspala

HI All,

I have a requirement to call a transaction when user double clicks on table control field. The table control is present in a sub-Screen. I know how double click works for a normal dialog screen but for a sub-screen we can not create a PF-STATUS so how are we going to handle double click on table control present on a sub-screen.

Regards,

Gautham Paspala

2 REPLIES 2
Read only

Former Member
0 Likes
568

HI,

You can use the PF-Status of the main screen in which you are displaying the sub-screen, as you know how to make field double click event to trigger . So when user will double click on the table control field the control will come to main screen user command and you will perform the activity which you want to perform.

Regards,

Madhukar Shetty

Read only

Former Member
0 Likes
568

This message was moderated.