I have no experience with ABAP programming and I'd like to know whether it's possible to call a 3rd party library with C programming language interface from within an SAP application.
To be more precise, the goal is to use the IBM CPLEX Optimizer (running on local machine) inside an SAP application. The Optimizer is a library and has an API adapted to C++, Java and .NET (C#, VB.NET). I suppose it's a DLL file.
So can you tell me whether it is possible to invoke the functions of an DLL from within an ABAP application?