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: 

Switching control in selection screen

Former Member
0 Kudos

Hi,

I have multiple fields to enter comments in the selection screen.

I got a requirement to switch the control to next field automatically without hitting tab button when 1 field is filled completely.

Is there a way to control that in selection screen?Please help.

Thanks in advance,

Anjana.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

After Login > press Alt + F12 then -> options> choose cursor tab-->Check the checkbox " Automatic Tabbing at End of the Field'

also check

http://help.sap.com/saphelp_erp2004/helpdata/en/73/69eb4b55bb11d189680000e829fbbd/content.htm

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Hi,

After Login > press Alt + F12 then -> options> choose cursor tab-->Check the checkbox " Automatic Tabbing at End of the Field'

also check

http://help.sap.com/saphelp_erp2004/helpdata/en/73/69eb4b55bb11d189680000e829fbbd/content.htm

0 Kudos

Thank you so much. It is working!!

Could you please also suggest a way with which I can prevent the words from breaking in between.

In the first line they end with the first few letters of a word and the rest starts at the next ling. Can we prevent this?

I really appreciate your help.

Thanks,

Anjana.

former_member194669
Active Contributor
0 Kudos

If you are using select-options with text field , we don't have functionality of WORDWRAP, If you still want that then you need to create a custom screen and use with class CL_GUI_TEXTEDIT and choose method SET_WORDWRAP_BEHAVIOR