Click some specified button on the SAP to start download the data from it.
If download is succeeded, then edit the downloaded file.
But now I have one problem.
The problem is that in above process 1), the SAP has time out.
So if the robot leaves the SAP screen while downloading, then SAP will make time out and logged out…
By the way, the time for the downloading is about 1hour or 2hours, and for now, the operator is clicking the SAP screen while downloading to avoid time out.
However, while the downloading, the windows pointer icon becomes waiting mode(circle icon), so as far as I tried, the robot couldn’t click any UI element for avoiding time out.
Could anybody please tell me how to extend SAP time out?
or Could anybody please tell me how to click any UI element on the SAP screen even though the pointer icon is waiting mode?
Hi @dekochan85,
sorry to hear that this solution will not work for you. Would it help to “stimulate” SAP using hotkeys? Can you add some “innocent” hotkey, that would wake up SAP from time to time, and which wouldn’t affect your download? E.g. F8 = execute doesn’t seem to affect my executed reports.
I am new to SAP automation using UiPath. I also want to tackle the same problem i.e. not letting the SAP application to log the user out during automation.
So I just want to request you that if you figured out a solution apart from what PAD suggested then please share it. That would be really kind of you.
In my case, I found another way to download a data file from SAP without GUI locking.
Means, I changed downloading method from previous one to “Backgroud mode”.
#Sorry, I don’t know whether the mode name is formal(correct) #or not. #Anyway, the SAP mode makes the background downloading #possible.
The mode didn’t lock any GUI on the SAP screen, so my robot could access some UI element periodically, so that it avoided logging the user out.
@dekochan85
Thank you so much for your reply. Actually I haven’t got any use case yet where I had to download a large file but I am sure I’ll come across that in future and when I do, your answer will surely help me.