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

F4 pressed on screen field

Former Member
0 Likes
791

Hi Everybody,

Can we somehow know whether on the particular field F4 has been pressed???

One can do GET CURSOR to know the screen field but whether can we know whether F4 been pressed on that field???

Please help me out.

Regards,

Deva.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
750

You can capture this in process on value request.

Set some variable to "X" here and then use it in program.

After usage clear the variable so that it is available for reuse .

3 REPLIES 3
Read only

Former Member
0 Likes
751

You can capture this in process on value request.

Set some variable to "X" here and then use it in program.

After usage clear the variable so that it is available for reuse .

Read only

athavanraja
Active Contributor
0 Likes
750

if F4 is pressed in report selection-screen the following event will get triggered.

at selection-screen on value-request for <selescreen field> .

in the module pool program

<b>process on value-request.</b>

field <screen filed> module <module name>. " within the module you will be writing the logic

Regards

Raja

Read only

0 Likes
750

Can you tell us what exactly you are trying to achieve? Probably a better solution can come.