2012 Oct 05 10:54 AM
Hi Experts,
I have one DLL written in .net which contains two class test & test2 .net code is as below
Public Class Class1
' Methods
Public Sub test()
End Sub
Public Sub test2()
New Form1().ShowDialog
End Sub
End Class
now suppose i want to call Method test2 of this DLL file l from my abap report.
my DLL file name is ClassLibrary1.dll
how can i achieve these.
please guide me.
Thanks in Advance.
Hi Experts,
I have one DLL written in .net which contains two class test & test2 .net code is as below
Public Class Class1
' Methods
Public Sub test()
End Sub
Public Sub test2()
New Form1().ShowDialog
End Sub
End Class
now suppose i want to call Method test2 of this DLL file l from my abap report.
my DLL file name is ClassLibrary1.dll
how can i achieve these.
please guide me.
Thanks in Advance.
2012 Oct 05 9:16 PM
I don't believe you can call the DLL directly. Google "SAP .NET Connector" as one possible solution. This will allow you to execute your method on another system and recieve the results back via an RFC.
2014 Jan 23 6:27 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |