Application Development and Automation 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: 
Read only

Rewriting Native SQL to Open SQL in HANA DB Migration

0 Likes
1,146

1. Native SQL is connecting to other DB Servers(MDM/BW….) and fetching data from tables not in R/3. How to handle in HANA.



2. Views/table which are not present in R/3 but available in oracle DB. Would these be created automatically after migration or CDS views should be      created  manually ? To handle this, do we need to create local/dictionary structures/tables manually ?

3. Please explain the below native SQL code as SUM-ROOT in where is not populated anywhere in the code.Also how to rewrite for HANA DB.

1. Native SQL is connecting to other DB Servers(MDM/BW….) and fetching data from tables not in R/3. How to handle in HANA.



2. Views/table which are not present in R/3 but available in oracle DB. Would these be created automatically after migration or CDS views should be      created  manually ? To handle this, do we need to create local/dictionary structures/tables manually ?

3. Please explain the below native SQL code as SUM-ROOT in where is not populated anywhere in the code.Also how to rewrite for HANA DB.

2 REPLIES 2
Read only

Former Member
0 Likes
888

Hi Jayvardhan,

We are also facing the same problem , specially point 3.

If your issue is resolved can you please share the solution you applied.

THanks

Poonam

Read only

thomasgauweiler
Employee
Employee
0 Likes
888

1. HANA is a database like any other database supported by ABAP. Therefore you can use Native SQL also with HANA.

The other questions I cannot answer.

Best Regards, Thomas