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

Question on Dialog Programming user command

Former Member
0 Likes
704

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
Read only

Former Member
0 Likes
648

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
Read only

brad_bohn
Active Contributor
0 Likes
648

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

Read only

Former Member
0 Likes
649

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.

Read only

0 Likes
648

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
648

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

Regards

Raymond