Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call a .net function from abap

Former Member
805

how do i call a .net function form abap

i think it is possible with ActiveXPoshV3

but i miss the entry in table tole and the registration in windows?

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
641

I doubt this is feasible or advisable for the security reasons. Why would you need this?

Edit: there is a Wiki on how to call functions from DLL: https://wiki.scn.sap.com/wiki/display/Snippets/How+to+call+functions+from+a+client+DLL+in+an+ABAP+pr...

Read only

Stefan-Schnell
Active Contributor
0 Likes
641

Hello Hans,

yes, this is an old question, but I want to answer anyway:

  1. It is not necessary to use the TAC SOLE, I don't know why, but it works.
  2. After the installing of the components you must register it with
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe "C:\Program Files (x86)\SAPIEN Technologies, Inc\ActiveXPowerShell V3\\ActiveXPoshV3.dll" /codebase

Best regards
Stefan