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

cursor positioning

Former Member
0 Likes
315

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

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
294

Hi,

Put below code.

AT SELECTION-SCREEN OUTPUT.

SET CURSOR FIELD 'C'.

Thanks,

Vinod.

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
295

Hi,

Put below code.

AT SELECTION-SCREEN OUTPUT.

SET CURSOR FIELD 'C'.

Thanks,

Vinod.