0% found this document useful (0 votes)
4 views

SAP BW Extractor (DataSource) Based on HANA Model - Procedure (1)

The blog discusses how to load data from HANA models and database procedures into BW DataSources, emphasizing the importance of applying data-intensive logic in the database layer. It highlights the use of calculation views with input parameters for handling large tables and the necessity of persisting data in BW for reporting and master data purposes. The author outlines various methods for consuming HANA models in BW, particularly in hybrid data models involving both BW and HANA schemas.

Uploaded by

alexmr3ai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

SAP BW Extractor (DataSource) Based on HANA Model - Procedure (1)

The blog discusses how to load data from HANA models and database procedures into BW DataSources, emphasizing the importance of applying data-intensive logic in the database layer. It highlights the use of calculation views with input parameters for handling large tables and the necessity of persisting data in BW for reporting and master data purposes. The author outlines various methods for consuming HANA models in BW, particularly in hybrid data models involving both BW and HANA schemas.

Uploaded by

alexmr3ai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

Home / Community / Blogs

SAP BW Extractor ( DataSource) based on


HANA Model
January 21, 2016 | 8,391 Views |

Anindya Bose
more by this author

SAP HANA

consume hana view in bw | data source with procedure | hana to bw | proxy procedure | sap hana

share
0 share tweet share

Follow RSS

Share & Follow


Privacy Terms of Use Legal Disclosure Copyright Trademark Preferencias para cookies Sitemap
Newsletter

1 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

Apply all data intensive logic in database layer and only store

the result in BW .

In this blog, I would discuss how can we load data from HANA
models/Database Procedure to BW DataSource based on Function Module.

You have a HANA model which gives you every day snapshot of open order /
delivered order in real time . You want to store the data somewhere to see trend
over time. Reporting security is implemented in BW side and you want to reuse
that .You also want to use Master Data / Text available in BW .

You have BW on HANA and HANA native in same database , and there is
hybrid data model which uses data from both BW Schema and HANA native
schema. If the tables are small , you might pull the data by some way and
build your model in BW . However, if the tables are big and requirement is
not straight forward, a calculation view can be handy and comes with great
performance benefit by using Input Parameter. We can also model very
complex requirement by using stored procedure or Script Based Calcuation
view. But , for some reasons we want data to be persisted in BW , like
business wants Key and Text side by side for variable help values which still
does not work well in native HANA .

In our case, we have two large tables ( ~ 1 B records ) , one in BW Schema


, another in HANA schema along with some moderate size tables. I need to
build a data model on top of these tables to get the output and then store it
for some time . Because of the data volume, I created Calculation View with
Input Parameter to filter these two big tables as early as possible before
implementing business logic. Now, for the above mentioned reasons, I want
to store the data in BW DSO and then have a BEx query on top of it.

There are multiple ways how HANA models can be consumed in BW , viz.

2 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

16 Comments
You must be Logged on to comment or reply to a post.

3 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

4 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

5 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

6 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

7 de 8 26/07/2018 14:17
SAP BW Extractor ( DataSource) based on HANA Model | SAP Blogs https://blogs.sap.com/2016/01/21/how-to-load-data-from-hana-artifacts-s...

8 de 8 26/07/2018 14:17

You might also like