2007 Jul 03 12:52 PM
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.
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.
2007 Jul 03 12:57 PM
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!
2007 Jul 03 1:02 PM
Hi,
Here i have to set the cursor position into the last field in
table control dynamically.
Regards
Navaneeth.
2007 Jul 03 2:45 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |