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: 
frank_klingl
Active Participant
Very often I hear that BW is lacking a global key performance indicator (KPI) repository. It was for a long time already possible to create a calculated key figure (CKF) or restricted key figure (RKF) in BW on InfoProvider level. One could reuse them on different BW Queries based on the same InfoProvider. However, it lacked the possibility to do it global across different InfoProviders and it always needed a modeled query to be created or changed. This had to be done usually by persons from the IT department and therefore needed IT involvement. Two developments now made it possible to create a global key figure repository across InfoProviders for the end user at runtime.

  1. The introduction of linked components in the BW Modelling Tools on BW/4HANA

  2. The possibility to create custom restrictions and calculations on the fly in end user tools like Analysis for Office or SAP Analytics Cloud


With those two developments, it is now possible in the analytics engine to also enable the end user to search for KPIs which are RKF/CKF and assign them on the fly to the query. With this a global key figure repository can be build up in BW/4HANA.


1.     Linked Components in the BW Modelling Tools


As written in the standard documentation from BWMT 1.19 onwards it was possible to create linked components and transfer queries also to other InfoProvider having the same structure. This is also possible for reusable components like RKF and CKF. It is now possible to define a KPI centrally and to add them to different InfoProviders. They then can be leveraged on each of those InfoProvider. If RKF or CKF is changed all linked components get changed centrally. As consequence, a central maintenance of KPIs is possible. If needed a linked component can also be decoupled from the source but then the central maintenance gets lost. In addition one can centrally search for KPIs and edit them in the BW modelling tools. The only open question left was how to consume them on other places then the BW query designer or the BW workspace query designer.

2.     Dynamic Restrictions and Calculations created by End User on the Fly


With BW 7.5 SP4 and Analysis Office 2.4 we started our roadmap for sheet based report definition which was described in the blog ‘Query less Reporting in BPC embedded’. The main part of your first delivery was the ‘restriction on the fly’ which is described in the blog  ‘Planning Engine Improvements for BPC Embedded Model, PAK and BW-IP with BW 7.50 SP4'. Before it was only possible to add them in a central modelled Query or the BW workspace query designer. Now the end user can create KPIs through restrictions and formula on the fly. In BW 7.50 SP16 and BW/4HANA 2.0 SP 4 we also will lift the limitations that restrictions can not be created on calculations. This enables this feature also for a much broader scope. In addition, custom aggregations will be possible based on BW 7.50 SP16 and BW/4HANA 2.0 (See blog). However, we still were not able to add reusable components (RKF, CKF) on the fly.

 

3.     Adding reusable components on the fly to the query.


 

With NW BW 7.50 FP 16 (and note 2823850) and the upcoming BW/4HANA 2.0 SP 4 we enable the analytic engine now also to add reusable components like RKF and CKF on the fly. First one can search for them and them add them to an existing query. An example implementation was provided in transaction RSRT2 in mode ABAP_BICS. An adoption on the upcoming AO 2.8 release is planned in an upcoming support package.

Here are following steps done by a business user in RSRT as example UI .

  • A new button is introduced on the navigation pane (left side)


 



  • A search result on reusable components defined in the InfoProvider comes up




  • The selected key figures are then added to the query


 

 



The example is shown in RSRT but an adoption in Analysis Office and BW Web UI is planned.

BW Web UI will be deliverd with the upcoming feature pack 4 in BW/4HANA 2.0 SP4.

Here the same look similar:

Clicking on the key figurge TExt opens the menu and I can pick Add and then 'KPI from Repository'



Then the list of base and reusable key figures comes up. We pick first the calculated key figure



After clicking on it it is shown as additional column in the query preview



Same I can do for restricted key figure. Here a restriction to Australia.



Then also this restricted key figure is shown.

11 Comments