‎2011 Apr 05 11:27 AM
hi,
Is there an option to execute a .NET function in abap program? (end i need to get the valu it return)
Thanks
Ami
‎2011 Apr 05 11:43 AM
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