Application Development 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: 

Set cursor position

Former Member
0 Kudos

Hi gurus,

In the transaction COIB (creation of serialized assemblies).I need to do the following... Program name (SAPLCOIB - Standard program in module pool)

After i give the material no and serial no (in serialized assembly) by a barcode scanner, when i press enter i have to call EXPLODE in Application toolbar and my cursor position should come to serial no(in Assigned serialized components).

After i give all the serial no by a bar code scanner i have to call TRANSFER button.

After that my cursor should come to serial no ( in Serialized assembly).

can you help me regarding this requirement....

Urgent please...

Thanks in Advance,

Navaneeth.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check out this syntax:

1. SET CURSOR FIELD f.

2. SET CURSOR LINE lin.

3. SET CURSOR col lin.

Effect

Sets the cursor dynamically in display (screen program or list).

Reward if useful!

0 Kudos

Hi,

Here i have to set the cursor position into the last field in

table control dynamically.

Regards

Navaneeth.

Former Member
0 Kudos

You can set the codes below :-

1. SET CURSOR FIELD f. ---> It will set the cursor at the begining of the field f

You can use the additions :- OFFSET off

LINE lin (In step loop )

Regards

Srikanta Gope