SAP BPM Analytics

SAP BPM Analytics

Better insight into daily business operation

SAP BPM analytics helps user to view processes and tasks in a graphical format which helps to understand the patterns very easily and we can manage them using API’s. Detailed statistical level information about a process/tasks makes user to take important decisions and concentrate on the process/task which are causing overheads and thereby improve the performance of the system.

Advantages of BPM analytics are:

  1. Out of the box Dashboard (http://<hostname>:<port>/bpmanalytics)
  2. Analyse the process and task statistics in the graphical charts.
  3. View processes and tasks based on the various time frame filters.
  4. View the number of processes and tasks in error state, tasks without owner and escalated task.
  5. Data export functionality to analyse data in details.
  6. Direct navigation to NWA from dashboard
  7. API access to processes and tasks

 SAP BPM Analytics Dashboard

In this dashboard, we can see which process is triggered the most, which process went into error mode etc.  All statistical information about the process can be seen in this dashboard.

SAP-BPM-1

We can see the details about a process and also when we click on a particular process, we can navigate to NWA to perform actions to this process.

SAP-BPM-2

To look at more elaborated details, we can navigate to the process tab and filter down the contents for example time frame filter.

SAP-BPM-3

At the task level, we can see all the tasks which are in progress, completed or failed. For how long the task was active, the duration for task, the open time for a task etc.

SAP-BPM-4

BPM Analytics Public API

These API’s helps obtain the analytical information about the processes, tasks and events.

Few important classes:

ProcessStatusStatistics

ProcessDurationStatistics

TaskStatusStatistics

TaskDurationStatistics

AnalyticsManager

 

We also can create a custom SAPUI5 application and import all the BPM Analytical information via web service and apply our own filter criteria.