Purpose
_tabrow: This command is used to acquire the specific row details of an SAP or Liquid UI table. Thus improving user readability by enabling actions on individual rows, such as data extraction and event triggering.
Note: The _tabrow command is applicable on both native SAP tables and Liquid UI tables.
Syntax
println("Position of the cursor on table row is>>" + _tabrow);