cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh an application screen using SAP iRPA - Build Process Automation

SandipAgarwalla
Active Contributor
0 Kudos

Hi

I am currently automating TCode VK11 to create Pricing Conditions using SAP iRPA. This TCode involves multiple screens. If there is a system exception in any of the screeen, I want to refresh the entire screen and start over. I can not seem to find an activity which can do this? 

I tried using refresh screen, but it asks for a screen target. However the issue is, I don't know on which screen the error may happen. Is there a better way to handle this? 

Thanks

Sandip 

View Entire Topic
MartinaKolafova
Explorer
0 Kudos

Hello, the robot always needs to know which page it is working with. If the entire automation is within one try-catch block, it is possible to split it into multiple blocks and handle any errors for each, or by using Exists(Screen) to determine which page is open.

SandipAgarwalla
Active Contributor
0 Kudos
Thanks for your reply. Or, is there a way to refresh the entire application browser?