‎2009 Mar 10 12:37 PM
Hi,
I have a screen '100', which has a table control containing 4 fields.
My requirement is , when I double click any of the table control field I want my code to get triggered.I know , we have to write the supporting code in PAI module.
But, what I want to know is how do I catch the DOUBLE CLICK option in PAI module .
We cant use SY-UCOMM option. How shall I proceed further?
Thanks,
Shivaa......
‎2009 Mar 10 12:43 PM
‎2009 Mar 10 12:55 PM
1) double click on field in layout.
2) in attributes----> display you get check box -
responds for double click.
or else in menu painter se41 you get &ic1 -
>fcode for double click .
hope it will be helpful.
‎2009 Mar 10 1:21 PM
I got the solution---
to enable a double click event, you go to the cell and double click on that you will get the attributes pop up, there you set the Respond to Double click.
along with that in the PF-STATUS set the Function F2's function code as 'PICK'.....
But, the problem here is my screen '100' is sub-screen.
We cant maintain PF-STATUS for a subscreen.
What should I do now?