Skip to main content
Version: 10.0

Prerequisites and Installation

Here, you can check the prerequisites and installation notes.


Prerequisites

Initialize Analytics

It is required to initialize analytics for a specific database. You can check if the administrator console does it: https://<Server Address>:<Port>/Enablement (swap <Server Address> and <Port> for your data). Follow the steps in the screenshot below:

Prerequisites 1

You can find more information on the subject in Administrator's Guide for SAP Business One 10.0, version for SAP HANA, in the following chapters:

  • 7.3 Initializing and Maintaining Company Schemas for Analytical Features
  • 7.3.1 Starting the Administration Console
  • 7.3.2 Initializing and Updating Company Schemas

Microsoft Excel, Excel Report, and Interactive

To fully use the features of the data model and to create own reports based on the provided views, it is required to have installed Microsoft Excel and Excel Report and Interactive, which is an addition to Excel Analysis. You can check these application requirements in the Administrator's Guide for SAP Business One 10.0, version for SAP HANA (chapters: 1. Introduction and 3.4 Installing Client Components).

How to work with the features you can find in the official SAP Business One How-to Guide.

Run script.sql

Before importing the data model, it is required to run the script from the HANA Studio level: script.sql. Running the script creates some of the views on the database level. These objects are not present in the ProcessForce installer. Since they will be present in the future ProcessForce versions, running the script is required.

_SYS_BI"."M_TIME_DIMENSION table

Some dates were joined with a time dictionary view ("DocumentDate"). This view uses the _SYS_BI"."M_TIME_DIMENSION table.

Prerequisites 2

You can check with the following query if the data in this table are initialized:

select *
from _SYS_BI."M_TIME_DIMENSION"

Prerequisites 3

If data is not present there, we can initialize it:

Prerequisites 4

More details can be found here

Installation

Once the requirements from the previous section are met, import model.zip, which is available to download here. You can install it from the SAP Business One level, logged in to a required database:

Prerequisites 5

More information on data model import and available options can be found here, Chapter 4. Importing and Deploying Model Packages in SAP Business One.

After a successful installation, the views are available from the SAP main menu level:

Prerequisites 6

From the Excel level:

Prerequisites 7

Prerequisites 8

Prerequisites 9