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:
- You publish the InfoProvider model to SAP HANA as a Calculation View / Analytical View
- You make sure that the model in SAP HANA returns the data
- 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:
- Start SAP HANA Studio by following the menu Start > All Programs > SAP HANA > SAP HANA Studio.
- In the left hand panel use a right click and select the option Add System.
- Enter the system details for the SAP HANA environment.
- Click Next.
- Enter you SAP HANA credentials.
- Click Next.
- Click Finish.
- Select the menu File > Import.
- Open the Folder SAP HANA Content.
- Select the option Import SAP NetWeaver BW Models.
- Click Next.
- Enter the SAP NetWeaver BW Server details.
- Click Test Connection
- Click OK.
- Click Next.
- In the next screen select the SAP HANA System entry you created previously.
- Click Next
- Open the InfoArea.
- Select the InfoCube.
- Click Add.
- Activate the option Include Display Attributes
- Activate the option Overwrite existing objects.
- Click Browse for the Package.
- Select the Package sap.bw (just an example here)
- Click OK.
- Click Finish.
After the import has successfully finished, check if the model was been imported.
- In the left panel open your system entry.
- Open the folder Content.
- 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.