Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
IngoH
Active Contributor

Recently I am getting a lot of questions how a customer that is using SAP BW on SAP HANA (HANA being the database for BW) leverage for example SAP BusinessObjects Explorer or SAP Visual Intelligence with the data in SAP BW.

There is a relatively simple answer for this and I will try to explain the required steps in the next days in a small blog series.

You can use this integration between SAP BW and SAP HANA to import models from  SAP  HANA-optimized InfoCubes, SAP HANA-optimized DataStore objects, and Query Snapshot into the SAP HANA modeling environment and you can then use the BI tools on top of those HANA models.

Overall the steps:

  1. You publish the InfoProvider model to SAP HANA as a Calculation View / Analytical View
  2. You make sure that the model in SAP HANA returns the data
  3. You then leverage the SAP BusinessObjects BI product in combination with the data in SAP HANA

So lets start with the first steps today - publishing our existing BW InfoProvider to SAP HANA:

  1. Start SAP HANA Studio by following the menu Start > All Programs > SAP HANA > SAP HANA Studio.
  2. In the left hand panel use a right click and select the option Add System.

  1. Enter the system details for the SAP HANA environment.

  1. Click Next.

  1. Enter you SAP HANA credentials.
  2. Click Next.
  3. Click Finish.
  4. Select the menu File > Import.
  5. Open the Folder SAP HANA Content.
  6. Select the option Import SAP NetWeaver BW Models.

  1. Click Next.

  1. Enter the SAP NetWeaver BW Server details.
  2. Click Test Connection


  1. Click OK.
  2. Click Next.
  3. In the next screen select the SAP HANA System entry you created previously.
  4. Click Next

  1. Open the InfoArea.
  2. Select the InfoCube.
  3. Click Add.
  4. Activate the option Include Display Attributes
  5. Activate the option Overwrite existing objects.
  6. Click Browse for the Package.

  1. Select the Package sap.bw (just an example here)
  2. Click OK.
  3. Click Finish.

After the import has successfully finished, check if the model was been imported.

  1. In the left panel open your system entry.

  1. Open the folder Content.
  2. You should find in the package sap.bw now 1 Analytical View and 1 Calculation View

To see the list of pre - requisites please take a look at SAP Note 1764251

In the next blog we will use  BEx Query and generate a snapshot in form of an analytical view in SAP HANA.

16 Comments