former_member741893
Discoverer
Member since ‎2021 Apr 20

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

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...