hallo,
i want to integrate a c++ application, which shows some information about a product, into the sap ep 6.0.
What can i do? do i have to write a new program with a html-interface or can i integrate the existing program??
perhaps anybody knows where i can find a documentation which explains how to integrate software (c, c++, java, vb).
thank you very much.
reichard
Since the portal is accessed through the web-browser you need to have a html-interface, or have the portal start the application outside the web-browser (via a downloadable exe file or java webstart).
For VB you can do quite a lot with VBSCRIPT but this will only work for IE browsers.
Add a comment