Hi all,
I've a problem using to get the Scripting engine of a running SAP app. I need to get this in Python and I have followed the instructions / hints in this blog:
https://blogs.sap.com/2017/09/19/how-to-use-sap-gui-scripting-inside-python-pr...
Hi all,
I've been trying to get notified by events in SAP in python. For this I wanted to the comtypes module (I cannot use the win32com module). I can retreive the scripting engine of SAP as follows:
import comtypes.client
SapGui = comtypes.cl...
Hi Stefan,Sorry for the late response. I work at a company where we do not have a test enviroment for SAP so I rarely have the opportunity to work on the screen reader addon (for NVDA) for which I need this.Currently I have a machine that uses SAPGUI...
Thanks for the responses,I have just obtained the corresponding SAP note where all requirements are stated. I think it might be something on the server side that is not correctly implemented. I will read through that first and then continue.If I stil...