TableEntry 

long TableEntry (long Table, long Column, long Row)

Parameters

Table

Index of SapTable control containing table entry.

Column

Column number of desired table entry. This applies to row selector and fixed columns.

Row

Row number of desired table entry. The number of the first data row in a table is 0.

Return Value

Returns the index of the control that is in the appropriate column and row within the given SapTable control. Returns -1 if no such control found.

Comments

Column and row numbers are based on the order in which the SAP application sends table data to the SAP presentation server, and may not match the layout that appears on the screen if data has been rearranged.