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

Automatic F8 after input

Former Member
0 Kudos
850

Hi guys,

I'm trying to do an automatic F8 after fill one parameter at selection screen... Is it possible?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
734

Hi,

Do want to do it programmatically? If yes then it is possible. Check the online help of SUBMIT ( VIA SELECTION SCREEN). If you want to do it manually, means filling the parameter and when the filling ends it starts automatically,then it is not possible.

Regards,

R

6 REPLIES 6
Read only

Former Member
0 Kudos
735

Hi,

Do want to do it programmatically? If yes then it is possible. Check the online help of SUBMIT ( VIA SELECTION SCREEN). If you want to do it manually, means filling the parameter and when the filling ends it starts automatically,then it is not possible.

Regards,

R

Read only

Former Member
0 Kudos
734

Yeah, I was trying to do it manually after filling ends. It could be usefull for our users because they will use an optical reader to check a lot of documents...

Do they have any sugestions?

Thanks

Read only

0 Kudos
734

If you are trying to rea the data using optical reader you could try switching the "Automatic Tabbing at the end of the field" on via Customize Local Layout( Available in any screen at the top beside create a shortcut option)-> Options and then go to Cursor tab. Please note this setting will be user specific.

Read only

Former Member
0 Kudos
734

Thanks, but it just change for the next field after complete

Read only

0 Kudos
734

If you have more than one field it may not work. Try putting the input field at last or remove the field from the selection screen which you do not need any input, and see what happens.

Read only

0 Kudos
734

I tried with only one field but it doesn't work... thanks