Selecting a table column: In transaction LT03 ("Create Transfer order for Delivery Note") I'm trying to make it easier for the user to sort by a specific table column. I need to select a table column in my InputScript. Is this possible?
Yes, use row index 0, i.e.

Set cell[tablename,columnname,0] "X"