‎2011 Mar 31 3:42 PM
Hai All,
When i am doing the module pool program i have faced an issue that i have a screen which have some fields and if i have filled
the field in screen and when i give the 'ENTER' the cursor should go to the next field without using the TAB key. Pls let me know.Thanks in Advance.
Thanks,
Pradeep.
Edited by: PRADEEP AMUTHAN on Mar 31, 2011 4:43 PM
‎2011 Mar 31 4:10 PM
Hi,
Please check the following link.
http://help.sap.com/saphelp_470/helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/frameset.htm
Regards,
Ernesto
‎2011 Mar 31 5:10 PM
Helpful, but not quite dynamic enough.
Use the LOOP AT SCREEN processing in PBO in addition to the SET CURSOR command. LOOP AT SCREEN happens in the same order as the screen tab order, so you can dynamically check fields in order for a value and determine the 'next' input-able field for cursor positioning after a PAI event was triggered.
‎2011 Apr 01 1:54 PM
Hai,
I am getting ur point and pls let me know how to use the SET CURSOR and where to use this.
‎2011 Apr 01 3:33 PM
‎2011 Apr 01 3:41 PM
‎2011 Apr 01 3:45 PM
‎2011 Apr 01 3:51 PM
ya..sure... is it available in SDN?
Seriously? You can't find the help files?
‎2011 Apr 01 4:04 PM