cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate existing application/product with SAP

Former Member
0 Kudos

Hi,

I am looking for information on how to integrate an existing application/product with SAP.

The current product is built on a client/server architecture. The server side components are all built using JAVA; while the client components are built in C++/MFC. The client application makes RMI calls to Java server methods and objects.

The product also has an SDK/API.

We are currently receiving requests to integrate the product with SAP from multiple customers.

Our plan is to build an SAP connector as an add-on/plug-in to our product, that can be provided to our customers who are on SAP.

Would be glad if I can get some information and direction on this.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

One option would be to use Jave Proxies. You can send the data to and from the Application using Java Proxies in XI.

Regards,

Bhavesh

former_member206604
Active Contributor
0 Kudos

Hi,

Thats really interesting.. You can do onething just write some Java or C++ program which wil convert the data from native(Existing application) to XML format and vice versa.. you can achive integration with SAP using XI. I think this would be the simplest way to do it and more standard way.

Thanks,

Prakash