SAP Automation - Issue

Hello @UiPath_Community

I am working on one of the UiPath automation use case, where I need to open SAP and then open one of the SAP system. There we have load data available and need to check if all data is in running state. If data is in green color then it is in running state, if red its failed. If it is red we need to restart the load data.
This load data is no visible in tabular format. Also UiPath is treating it as image. I tried using CV Screen scope but its not working accurately.
Can anyone please help on this, how to read all load data also identify the color of load data
Also I am attaching screenshot how load data is visible in SAP.

Thanks in advance

@Vaibhav_Shukla

If it is not getting identified…then generally almost all sap pages will have export option see if you can export the data to excel …if so you can read from there

And try to use image activities and try to indicate green tick and red cross…it would identify those

Cheers