Thanks for your reply. Macro will work, macro is much more easier than manual entry.
When I tried from the macro, its working for the first line of item in the SOP windows. When I move to next line of items the value is changed. While creating macro first line of items details stored in the macro, when its move to next items macro apply the stored value which is not correct. Please check the following macro and error message:
# DEXVERSION=9.00.0068.0 2 2
CheckActiveWin dictionary 'Adsani Customization' form 'SOP_Entry' window 'SOP_Entry'
# Key 1:
MoveTo line 1 scrollwin 'Line_Scroll' field 'QTY To Invoice'
CommandExec form BuiLtin command cmdEditSelectAll
CommandExec form BuiLtin command cmdEditCopy
# Key 1: 'ROM056798', '2', '0', '114688'
TypeTo line 1 scrollwin 'Line_Scroll' field 'QTY To Invoice' , '0'
# Key 1: 'ROM056798', '2', '0', '114688'
MoveTo line 1 scrollwin 'Line_Scroll' field 'QTY Canceled'
CommandExec form BuiLtin command cmdEditSelectAll
CommandExec form BuiLtin command cmdEditPaste
# Key 1: 'ROM056798', '2', '0', '114688'
TypeTo line 1 scrollwin 'Line_Scroll' field 'QTY Canceled' , '100'
# Key 1: 'ROM056798', '2', '0', '114688'
MoveTo line 1 scrollwin 'Line_Scroll' field 'Scroll Next Button'
# Key 1: 'ROM056798', '2', '0', '114688'
ClickHit line 1 scrollwin 'Line_Scroll' field 'Scroll Next Button'
# Key 1: 'ROM056798', '2', '0', '131072'
MoveTo line 1 scrollwin 'Line_Scroll' field 'QTY To Invoice'
Error message:
1. Windows not active(Line # 18)
2. Quantity option cannot exceed total Items quantity. Please enter neq quantity.