For one of my project, we are migrating SAP VBScript into java code.
The script will extract SAP GUI grid and preform some tasks for each rows.
The method bellow is how Retrieve a cell value from the grid. Regarding the documentation, the method GetCellValue expecting a long and a string.
Regarding what I have in the library, the method Invoke which is needed to call SAP GUI methods does not support String Long String as parameters...
Do you have any idea how to manage this case?
I tested with the 4th invoke possible which expect String, String, Int. It's not working..
