Tab command for grid control: Is there a way to use the "Tab" command for columns of the SAP Grid Control? I would like to speed up data entry in the grid; our users need to enter data in two columns only.

The tab command does not work for grid controls, only for individual fields and table columns.

An alternative solution is the following:

Add a button "Fast entry" that opens a popup window with a table that contains two input columns. The user inputs the data, then clicks a "Save" button on the popup and you enter the new data into the grid control. This solution requires SAP GUI Scripting via the GuiXT commands ApplyGUIScript or CallVB / CallVBS.