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: 

How to identify the double click on the screen

Former Member
0 Kudos

Hello All,

Can any one tell me How to identify the double click on the screen.

I have a requirement on my screen fields if sone double click on certain fields i need to do certain processing.

Regards,

Lisa

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Function Codes like PICK SEL with Function Key settings F2 are used for Double click, they are triggered when u do double click.[Its similar to AT Line-Selection Event].

One of the way may be:

Just look for component 'SEL' in GUI STATUS of the screen.

Hope this helps.

5 REPLIES 5

Former Member
0 Kudos

Hi.

In PAI

use GET CURSER FIELD <field>.

Former Member
0 Kudos

Hi,

the SY-UCOMM value for Double Click Is &IC1

Capture the SY-UCOMM value and Write Code Accordingly IN PAI.

Regards

Sandipan

Edited by: Sandipan Ghosh on Sep 18, 2008 12:56 PM

Former Member
0 Kudos

Hi

In Reports you can add event

At line-selection.

and use system variable sy-lisel.

Aditya

Former Member
0 Kudos

you couuld use hotspot.

if u use hot spot. it responds to double click.

Former Member
0 Kudos

Hi,

Function Codes like PICK SEL with Function Key settings F2 are used for Double click, they are triggered when u do double click.[Its similar to AT Line-Selection Event].

One of the way may be:

Just look for component 'SEL' in GUI STATUS of the screen.

Hope this helps.