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: 

Is There any Double click event in SAP GUI Screen?

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

Is There any Double click event in SAP GUI Screen?

If YES please suggest me how to do it?

Thanks In Advance,

vishnu pallamreddy.....

1 ACCEPTED SOLUTION

Former Member
0 Kudos

yes, you have to use the *respond to double click feature in screen painter - when you double click on the screen object, use the Display tab to access the 'respond to double click' feature

you can use the pai pbo/pai screen flow to trap the double click and take appropriate action. "Get cursor " is also syntax for you to explore

2 REPLIES 2

Former Member
0 Kudos

yes, you have to use the *respond to double click feature in screen painter - when you double click on the screen object, use the Display tab to access the 'respond to double click' feature

you can use the pai pbo/pai screen flow to trap the double click and take appropriate action. "Get cursor " is also syntax for you to explore

raymond_giuseppi
Active Contributor
0 Kudos

In your status (SE41) just affect a function code to F2 key. The in the USER_COMMAND module use GET CURSOR and check OK_CODE value.

Regards,

Raymond