‎2007 Oct 09 7:36 AM
Hi Experts,
I am doing validation for selection screen fields.if any wrong entry made to any filed i will display error message.Up to this it is working fine.But after displaying error message i want to place the cursor in the same field.How can we do that?
Regards
‎2007 Oct 09 7:38 AM
Use AT SELECTION-SCREEN ON <fieldname>.
write ur validation code within this event..
‎2007 Oct 09 7:38 AM
Use AT SELECTION-SCREEN ON <fieldname>.
write ur validation code within this event..
‎2007 Oct 09 7:39 AM
hi,
If it is an error message then that will not go back to the transaction which will be reset convert it to the information message.
Regards,
Himanshu Verma
‎2007 Oct 09 7:39 AM
‎2007 Oct 09 7:40 AM
Hi,
You can use the SET CURSOR fieldname statement.
Thanks,
Muthu.
‎2007 Oct 09 7:43 AM
use at selection screen on field in conjunction with setcursor ...................it will work