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

Recommended Function Key Settings

Former Member
0 Likes
1,776

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,170

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,171

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

Read only

0 Likes
1,170

Hello Sandeep,

My question is, is it possible to add function key 'Enter' ?

If so, pls suggest how can we add.

Best Regards,

Venkat

Read only

0 Likes
1,170

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

Read only

0 Likes
1,170

Hello sandeep,

it works. thanks.

Best Regards,

Venkat