on 2016 May 04 7:59 PM
Hi Expert,
Could you please provide various ways to connect SAP HANA and fetch data from HANA and pass it to SAP System/Non SAP System.
OData Service best way to connect and fetch data or else any other ways ?
Appreciate if you could provide information on this.
Regards,
Chintan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Chintan,
you can retrieve data from HANA via XSOData from HANA/non-HANA sources
you can also connect via odbc connection - slower than direct HANA connection
you can also connect with a .net native driver
what is your non-SAP source you are trying to use to fetch data from HANA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sergio ,
Appreciate your reply.
My non SAP Source are JAVA,Dot Net,TP Linux and SAP source is SAP Hybris.
I want to publish Webservice and file size could be around 10 MB through internet.
Regards,
Chintan
there may be more questions you need answered, such as:
1) how will the users authenticate?
2) is this a public web service ?
3) xsodata may be a good option, but beware the consumers
may be making open requests, etc.
if you are going to create several APIs, then you can control outputs, limits on how many rows can be output, etc. if you are creating web services to do data dumps, there may be different approaches instead of having an odata service... just a few thoughts.
good luck!
User | Count |
---|---|
69 | |
13 | |
10 | |
9 | |
9 | |
8 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.