Checking SAP Cell for Value

I am looking for advise to the best way to check a cell in a SAP table and determine IF its blank or has text/numbers in it. i am currently using a ‘Get Text’, storing as a variable and then using an IF condition of ‘ERPActTyp.Equals(“”)’. this works but its a bit slow. i have tried to use a ‘Check App State’ but this activity can not determine of the cell is empty or not. it always thinks the target appears.

any suggestions?

Depending on the use case, it might be faster to just extract the whole SAP table into a datatable and do the checking for empty “cells” in the datatable.

Using VBA macro could be faster of all. To use this option you can use Record option of the SAP and use the same VBA code with minor changes to VBA code.

Thanks,
Ashok :slight_smile: