setCellFocus()

Select a cell in a table.

Syntax

setCellFocus(
   tableName  STRING,
   columnName  STRING, 
   row  INTEGER)
  1. tableName is the name of the table.
  2. columnName is the name of a column.
  3. row is the index number of a row.

Usage

You can use it to select a cell in a table to test this action in a scenario. For example:

CALL ggc.setCellFocus("items", "description", 100)