Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
vamsiintelgraph
Explorer
6,545
Introduction: I was recently engaged in an SAP Cloud Platform(SCP) implementation project at a Media company. The primary goal of this project was to lay the foundation for SCP integration and reporting with 3rd party SaaS providers. In this blog, I will share my experiences with HANA modelling as well as integration of SCP, with On Premises BW and 3rd party SaaS provider.

SAP Cloud Platform Components used:

  1. SAP Cloud Platform

  2. Cloud Connector

  3. OData

  4. SAP Cloud Platform Integration(CPI)

  5. SAP HANA DB


External data sources to SCP:

  1. RESTful API ‘s from SaaS provider

  2. On Premises BW on HANA


Reporting:

  1. Business Objects WEBI On Premises(4.2)

  2. Analysis for Office


Architecture and Data Flow:



Data flow and primary activities:

How did we get 3rd party SaaS data into SCP?

Data from 3rd party SaaS company is pushed into SCP using CPI(Cloud Platform Integration). The data then gets updated into the HANA database tables via OData services initiated in the Integration Flow of CPI.

Key Notes: Pagination is handled in CPI. Not all fields in the API are delta capable therefore a weekly run is also initiated equivalent of a full load from the source.

How did we handle On-Premises BW on HANA data in SCP?

Connected to On-Premises BW on HANA via Cloud connector and created Virtual tables. The virtual tables are based on on-premises calculation views. Data is pulled into HANA views at the time of report execution. No on-premises data stored in SCP.

Following are some of the important aspects that should be considered while modelling in SCP HANA.

  1. Joins between SCP HANA database tables/views and Virtual tables based views need to be carefully designed. Particular attention should be paid to left outer joins. Left table in SCP HANA and the right being a calculation view based on premises virtual table. This was leading to performance issue as the all of the data from on-prem was first pulled into SCP HANA DB and then the join was going into effect, thereby significantly impacting performance. Solution was to re-design with inner joins where possible and used tables functions in views to call the calculation views(that are based on virtual tables).

  2. CTS+ has limitations in transporting Integration flows. We did an export/import of the integration flows.(Update - 12/07/2018 - Basis was able to configure and transport Integration flows as part of CTS+)

  3. WEBI reports prompts pop up slow, takes about 25-30 seconds to show up during WEBI report run time.

  4. Always call on premises views that return large dataset, with input parameters to limit the number of records being loaded into SCP HANA DB.

  5. Avoid Joins and use Union nodes instead where feasible for virtual data.

  6. Plan for SCP Authentication and Authorizations architecture in advance with Proof of concepts executed prior to launch.


 

Conclusion:  SAP Cloud Platform has packed in a lot of features to help build enterprise grade applications and reporting possible. The components required will vary for based on the client needs. Careful study, understanding and expertise is needed to architect the solution and scale it. Integration of on premises data along with 3rd party feeds makes SAP Cloud Platform a good alternative to roll out new applications and reporting, without disrupting any existing enterprise systems.
5 Comments
Labels in this area