Skip to Content
0
Former Member
Jul 12, 2013 at 09:38 AM

How to handle C# events in ABAP

212 Views

I have an ActiveX user control what is displayed in the sapgui. This works fine.

Now I want to handle an event from the control to the ABAP code what was instantiating the control.

I know the handling with VB6 and the event id but how do it work with C#?