Now I'm developing a listener tool with python and now I'm a bit confused with SAP GUI. It was easy to make an event listener for Excel with win32com.client.WithEvents()
. So the same I can use to SAP GUI but I'm in need of list or examples of possible SAP GUI events. Looks like there is no appropriate documentation, but I'm sure there must be.
So how to use SAP GUI with win32? And maybe you know how to follow and listen its events?