As you already know, SAP Native HANA DataWarehousing Foundation tools are introduced With HANA SP 10, then recently with HANA 2.0 SP 2, Native DSO object and DW monitor tools are available in Web IDE to model the data effectively. With this feature, customers can leverage the most popular object in SAP BW in HANA DataWarehouse which is Advanced DSO.

The loading and activation process of NDSO is very similar to BW Advanced DSO, however there are several differences in terms of underlying CDS artifacts created, also the request and log tables creation process. Actually, How to Steps on NDSO creation, loading and activation is nicely explained by Sefan in his blog series and also HANA academy you tube channel 6 videos. I suggest you to go through them first, https://blogs.saphana.com/2017/12/08/web-ide-sap-hana-sql-data-warehouse/

The objective of this document is to share my experience on using this object, different customer use cases,  Features comparison with BW DSO and current difficulties in using object.

Why NDSO in HANA DataWarehouse:

Since the inception of HANA platform, there was no native tool provided by SAP for DataWarehouse, it has always been BODS, SLT to perform the ETL and Power Designer to do the modeling.  For customers who are not using external ETL tools, SAP suggested Calculation views +  SQL Stored procedures for data transformations.

With the introduction of HANA SDI FlowGraph, SAP came up with ETL replacement object for BODS data flows, However, source and target objects for SDI FlowGraphs limited objects, mostly DB tables and Views.

then NDSO came in which can be used as Source or target object in the FlowGraph, with this following  major benefits customers can gain.

1. Request/Batch based data loading and maintenance is now possible in native HANA.

2. Change Capture mechanism can be easily handled with help of record mode in Change log

table.

3. Delta loading is handling effectively.

4. Aggregations for measures can be handled using a tool.

5. Task Chains are provided to help in monitoring the Data loading process.

6. FlowGraphs bring the the full power of BODS transformations into Native HANA.

7. NDSO with Dynamic tiering feature, data volume size can be handled effectively.

In Summary we can say,  NDSO + FlowGraph in HANA is bringing the capabilities of  BW DSO + BODS Transformations to make it more stronger product. Of course, you got CDS as the underlying language used for these objects definitions.

Recent updates:

In order to use NDSO, database should be on HANA 2.0 SP 01 or 02,  runs on XS Advanced server, configuration and modeling in Web IDE for HANA.

DWF template: SAP provided a template based on DWF to create the project as shown in the below picture, with that some of the sample data files, tables, FlowGraphs and NDSO can be referenced to work on your custom project model.

BW DSO in Native HANA DataWarehouse with CDS and FlowGraph

Core Data Services:  With release of HANA 2.0, the Graphical interface for CDS artifact creation has been improved a lot using Web IDE for HANA.

You can create and customize NDSO with Graphical or code editor,

BW DSO in Native HANA DataWarehouse with CDS and FlowGraph

FlowGraphs: Several new features enhanced in the data transformations of FlowGraph, complete details can be found the HANA academy you tube channel.

Task Chain: Task chains are created from the DWF folder created from the template project chosen in above step, monitoring of task chain can be done in DW monitor.

 

Use Cases for Customers:

1. Planning to build a green field Native HANA DataWarehouse, NDSO + FlowGraph is the best             fit  use case, with that customer can leverage complete Code push down to HANA data base.

Also, no need to purchase the External ETL tools like BODS. Also getting most popular feature           of SAP BW in HANA native.

2. Customers who currently using SQL code, Calculation views to do the ETL+ modeling can                 implement the new objects for improving the data modeling, maintenance and improved                     performance.

3.  Customer who currently using BODS as external ETL tool can benefit in terms of performance            with code push down to HANA and also DSO object as source and target.

4.  Customer who wanted to get the close integration to SAP BW and SAP Datahub.

 

Complexity:

1. Currently when an NDSO is created, there are bunch of Log tables, request tables created they will be automatically added to FlowGraph when NDSO used as target. It makes little difficulty in understanding the relation of these tables, maintenance also will be a challenge in case of issue. Below is the screen shot.

BW DSO in Native HANA DataWarehouse with CDS and FlowGraph

2. Currently in HANA 2.0 SP 02, handling record mode field mapping is not handled by system automatically, some manually adjustments are required. I think, it will get fixed in the next SP releases.

3. I think, Controlling Dynamic Tiering feature for NDSO is not completely available, may be                    scheduled in the future releases.

 

Conclusion: 

SAP DataWarehousing Foundation is improving rapidly in HANA 2.0 releases, every new SP level is enhancing several new features. DWF is going to be very attractive tools for Customers to build Native HANA DataWarehouse, also integrate that with Data hub.

 

Thank you for reading.