Activate the SAP
GUI script recorder. Then enlarge the column in the grid
control a little bit. Save the generated .vbs file. In this file; you will find
a command, e.g.:
session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell").setColumnWidth
"GSTRP",16
The column name is, in this case, "GSTRP", and you can use it in
VBScript:
getCellValue(i,"GSTRP")
|