I have no experience with ABAP programming, and I would like to know if it is possible to call a third-party library with the C programming language interface from an SAP application.
To be more precise, the goal is to use the IBM CPLEX Optimizer (running on the local machine) inside the SAP application. The optimizer is a library and has an API adapted to C ++, Java and .NET (C #, VB.NET). I suppose this is a dll file.
So can you tell me if DLL functions can be called from an ABAP application?
source
share