‎2012 Nov 19 11:53 AM
Hi all,
In one system if i am creating pf status for a screen XXX, under 'Function keys', there we have a 'Recommended Function Key Settings'.
below this we have option "Enter", here i am giving some fcode name.
so whenever i hit ENTER key, my corresponding code will trigger.
but in another system when i am creating pf-status for a screen XXX, i am getting an 'Function key' option "Enter".
pls suggest how can we get function key 'Enter'.
Best Regards,
Venkat
‎2012 Nov 19 12:30 PM
Hello
You have to assign Fcode for ' Enter' Key.
Moreover, for your reference I have attached screen shot for recommended Function Key Settings which is not having 'Enter' Key.
Check your system again.
It is possible you have added manually in previous system in
which you are getting enter key.
Thanks
Sandeep
‎2012 Nov 19 12:30 PM
Hello
You have to assign Fcode for ' Enter' Key.
Moreover, for your reference I have attached screen shot for recommended Function Key Settings which is not having 'Enter' Key.
Check your system again.
It is possible you have added manually in previous system in
which you are getting enter key.
Thanks
Sandeep
‎2012 Nov 20 4:52 AM
Hello Sandeep,
My question is, is it possible to add function key 'Enter' ?
If so, pls suggest how can we add.
Best Regards,
Venkat
‎2012 Nov 20 5:27 AM
Hello
Yes you can capture the 'Enter Key' pressed ny user.
For this you need to declare function Text any name you can give but not the word "enter".
When user press enter key , you will get the value in sy-ucomm.
For example . (See below mentioned Screen Shot) function code name is "ENTE" and Icon name is "ICON_OKAY". I will get "ENTE" as a value of sy-ucomm in PBO.
Also assign Function code to first option that iss green ticked sign.
Enjoy coding
Sandeep
‎2012 Nov 20 6:13 AM