Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If only some one give me steps or direction on how to go about it will be of great help. I have basic knowledge of c and c ++ programming.
I have a client-server application , the client ( the client app is written in c language in visual studio 2013) reads the data set from the server.
I need to send this data directly to sap hana server, in real time or every 5 mins or so.
I cannot use any product from sap for this data transfer. What kind of code should be written or if I write some code in c++ or c# how should I integrate it with my client which is in c?
Posted
Updated 8-Apr-15 3:46am
v3
Comments
Richard MacCutchan 8-Apr-15 11:51am    
The first question you need to answer is, what interfaces are available at the SAP server to receive the data.
Member 11553536 9-Apr-15 2:34am    
SAP HANA accepts data in CSV format. I was able to make a table on sap hana server using eclipse platform. But I am not sure how should I integrate my client output to sap server.

1 solution

Here you may find some info: "SAP HANA Platform, Reference Information"[^]. It looks you best bet would be using C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900