Question
Infosys Limited
IN
Last activity: 4 Jun 2020 13:58 EDT
SAP GUI interrogation in Pega Robotics
Hi all,
I have been trying to automate a Sales Order creation process in SAP Application. (Snap1.png)
I was able to interrogate the controls in the login screen and initial screens. But not in the Sales Order screen. When I try to interrogate the text box in the Sales Order form, I get an error pop-up (Snap2.png) and the SAP Client closes abruptly. So I have interrogated the entire Sales Order form and used SendKeys method to fill the fields (Snap3.png). But the SendKeys method is slow. I have tried SetValueByOCR, but it always returns False.
Kindly, let me know if there is any other way to automate the SAP Client. I would like to if I have missed something.
Thanks