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

ENTER on webconsole program

Former Member
0 Likes
295

Hi all. I'm developing programs to be used by sap webconsole. Is there a way to set a button as default when the user press ENTER??

Also, this program will be accessed on a barcode reader, is there a way to automatically do a TAB (pass to another field) when the user reads a value? is this donde by the barcode reader or the program itself?

Thanx in advance.

Jesus

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
267

You can assign a function code to sap standard enter function in GUIstatus definition and use the fcode in the program.

Auto tabing can be enabled in webconsole administrator Console tab.

Regards

Sridhar

1 REPLY 1
Read only

sridhar_k1
Active Contributor
0 Likes
268

You can assign a function code to sap standard enter function in GUIstatus definition and use the fcode in the program.

Auto tabing can be enabled in webconsole administrator Console tab.

Regards

Sridhar