Hi everyone,
I'm using the SAP .NET Connector 3.0 to replace old software that used the librfc32.dll.
In the past, with the librfc32, we had a notification on the GUI of our software that logged whenever an SM59 connection test has been performed.
I was not participating in the development of those functions but I was searching for a possibility to do that with the SAP .NET Connector 3.0.
I could not find any information in the documentation of NCo about how to do that. I was expecting something like an event that I can listen for, as the documentation clearly says that fundamental requests like RFC_PING are handled internally by the engine itself.
Does anyone know if that is possible?