‎2008 Dec 27 10:32 AM
Dear EXperts,
In my codings,
parameter : a type i,
b type i,
c type i.
By default the cursor position is on a i want to change it to c how to do this can one help me solve this issue.,
Thanks and Regards,
Thirukumaran. R
‎2008 Dec 27 10:43 AM
Hi,
Put below code.
AT SELECTION-SCREEN OUTPUT.
SET CURSOR FIELD 'C'.
Thanks,
Vinod.
‎2008 Dec 27 10:43 AM
Hi,
Put below code.
AT SELECTION-SCREEN OUTPUT.
SET CURSOR FIELD 'C'.
Thanks,
Vinod.