Micro Focus QTP (UFT) Forums
Unable to record pop-up from SAP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Unable to record pop-up from SAP (/Thread-Unable-to-record-pop-up-from-SAP)



Unable to record pop-up from SAP - leeki - 07-15-2010

Hi
We have QTP version 10 with add-in (Licensed in Java SAP Web ActiveX Visual Basic / normal loads are SAP Java Web).
I am trying to write a script that is dowloading files/reports generated from SAP sessions. (i.e. running transaction "SQ03 -> Environment -> Transports -> Download" to download SAP Queries).
QTP is recordng all except where a pop-up dialog box that is asking "Save As" to designate path and the file-name.
QTP resume to record after I had click on [Save] button.
Is there any way to make QTP recognize that pop-up dialog box?

Thanks
Leeki


RE: Unable to record pop-up from SAP - sreekanth chilam - 07-15-2010

Hi Leeki,

"Save As" pop-up is not a SAP standard Object and it is a Windows level object.
It is an Integration issue between SAP & Windows level Objects in QTP.

We raised a ticket for the same with HP Support and got the below as WorkAround solutions:
1. Go with Low level recording on these windows level objects. ( We have used this, it worked fine for us)
2. Go with Windows Script Host (WSH) objects,methods.

Note: we were using QTP 9.5V, I assumed it would be fixed in QTP 10V but it seems unchanged.


RE: Unable to record pop-up from SAP - leeki - 07-16-2010

Thanks Sreekanth. It works....