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

Running .NET Function in abap program

Former Member
0 Likes
302

hi,

Is there an option to execute a .NET function in abap program? (end i need to get the valu it return)

Thanks

Ami

1 REPLY 1
Read only

Former Member
0 Likes
269

Hi Ami,

Yes it is possible, you can have this .NET function exposed as a web service, consume the WSDL and create a client proxy class within SAP. Once this is done you can invoke the method in the proxy class to invoke the web service (.NET function).

Regards,

Chen