Hi Team,
I have SAP screen like below. I need to check if column “Posting date” contains “system date-2” or not. How to check that without exporting data to excel
Hi Team,
I have SAP screen like below. I need to check if column “Posting date” contains “system date-2” or not. How to check that without exporting data to excel
Hi @Sirisha_Siri ,
Maybe there is a Way to Filter that Particular Column with a Value in that SAP Table and get the filtered rows.
So after you Filter the Column with your value and there is one or more rows available, it would mean that the value is present.
how to check if rows exist after filtering?
@Sirisha_Siri , Use Element Exists
Activity and Indicate on the First Row. This Should be enough to Check if there is a Single Row present.