Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reading SAP HANA tables/views from ECC

former_member214999
Participant
0 Kudos
1,226

Hello All,

            My client is looking for reporting from SAP ECC using SAP HANA as a side car. Basically they want a report in SAP ECC and read the tables from SAP HANA and save them in a flat file. We are at SAP BASIS 7.1 version, support pack 8. I see there is an entry in DBCON table for HANA system. My question is, is there a seperate syntax to read the data from HANA tables in ECC?? If yes is there any link or document that i can use for my version of SAP (7.1 NW). Thank you very much you help.

1 ACCEPTED SOLUTION

amol_samte
Contributor
0 Kudos
276

Hi,

Here is way to access HANA views.

ABAP Keyword Documentation

-Amol

3 REPLIES 3

amol_samte
Contributor
0 Kudos
277

Hi,

Here is way to access HANA views.

ABAP Keyword Documentation

-Amol

0 Kudos
276

Thank you Amol for the quick reply. I am assuming that there is no version dependency with ABAP ADBC.

0 Kudos
276

Please check ABAP kernal, it should be 7.20.

Please go through http://scn.sap.com/community/hana-in-memory/blog/2012/04/11/test

-Amol