The error popup


capture elements with studio,when indicate editor popup,the error popup may apper and the error can let the bot desk stuck

@Carey Welcome to community!

Correct me if my understanding is wrong.

You want to handle the pop that may comes sometimes and some times not.
For this use Check app state activity, and indicate this pop up, in target appears section use click activities to click on continue or cancel based on requirement. and other branch you can leave it as empty or you can add a log message.

let me know if this works.
Happy Automation

  1. Add a Parallel Process/Monitor workflow to continuously check for the SAP exception popup.
  2. Use Check App State or Element Exists to detect the popup window.
  3. If detected, automatically click OK (or Cancel, based on business requirements).
  4. Wrap SAP activities inside Try Catch blocks to handle unexpected popups gracefully.
  5. Use Global Exception Handler to recover from SAP frontend errors.
  6. Configure Retry Scope for activities that fail due to temporary SAP popup interruptions.
  7. Before interacting with SAP elements, check if the exception window exists and close it first.
  8. Enable SAP scripting and use stable SAP selectors to reduce frontend crashes during spying/indicating.
  9. Log popup occurrences for troubleshooting and root-cause analysis.
  10. If the SAP popup appears frequently, work with the SAP team to investigate frontend version compatibility or SAP GUI crashes.