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: 

Question on Dialog Programming user command

Former Member
0 Kudos
133

Hi Experts,

I have question regarding the dialog programming user command. I need a certain code to be triggered when 'ENTER' key is pressed on the screen and not on any other user command. The problem is when I press 'enter' ther is no user comamnd recorded. so the code i being triggered on any action on the screen.

Can any one pelase let me know if there is any option to capture 'ENTER'

1 ACCEPTED SOLUTION

Former Member
0 Kudos
77

You just need to activate the first standard function on STATUS-GUI.

Give a function code like 'ENTER' to the first button of standard bar, the one like a green button with a positive icon.

4 REPLIES 4

brad_bohn
Active Contributor
0 Kudos
77

You need to assign it in your GUI status...

Former Member
0 Kudos
78

You just need to activate the first standard function on STATUS-GUI.

Give a function code like 'ENTER' to the first button of standard bar, the one like a green button with a positive icon.

0 Kudos
77

Thanks a lot. Solved my Problem. Thanks all for the instant replies.

raymond_giuseppi
Active Contributor
0 Kudos
77

Check documentation ([Using GUI Statuses|http://help.sap.com/saphelp_crm50/helpdata/en/9f/dba99935c111d1829f0000e829fbfe/frameset.htm]) look for "The ENTER Key".

Regards

Raymond