Close SAP Pop up

SAP Pop up are coming randomly when data is filled into the Grid.Is there any way to close this popup’s?

This is causing lot of delay and sometime bot is not able to close it.

The behavior is not consistent.

Option 1:

Capture the Popup screen one time.
Create a check condition if the popup exists.
Click ok if the popup exists to close it.

Add Continue on error for above popup checks.

This will always check for the popup weather or not they exists.

Option2:
Open Open Security Configuration and change the settings as below:

We cannot change the SAP Security Settings.

Is there any way where in we create a parallel activity and close these?

Best option is Option 1:
Capture the Popup screen one time.
Create a check condition if the popup exists.
Click ok if the popup exists to close it.

The above will definitely work, just set the properties to continue on error and timeout to 2000, so that if there is no popup there is no delay in looking for the popup.

This is not consistent. The same approach has been used.