SAP BLOG Analyse your data live with SAP Analytics Cloud on SAP BW on HANA & SAP BW/4HANA (Part 4)

SAP Blog

Kayıtlı Üye
Katılım
22 Ara 2017
Mesajlar
1,925
Tepki puanı
7
Puanları
6

Blog series content (Part 4)


Please note that this is “Part 4” of my blog series. I strongly recommend that you read “Part 1”, “Part 2” and “Part 3” first, before you continue with this blog, because they show some basics about SAP Analytics Cloud and the Live Connection to SAP BW itself. In addition, it shows some great features you should see and know.

Part 1: Analyse your data live with SAP Analytics Cloud on SAP BW on HANA & SAP BW/4HANA (Part 1) | SAP Blogs

Part 2: Analyse your data live with SAP Analytics Cloud on SAP BW on HANA & SAP BW/4HANA (Part 2) | SAP Blogs

Part 3: Analyse your data live with SAP Analytics Cloud on SAP BW on HANA & SAP BW/4HANA (Part 3) | SAP Blogs

Note: I have included some videos in this blog series. You can run them directly in the blog and maximize them if needed. Please note as well, that there is no sound in the videos. The content speaks for itself
1f642.png


Now let’s start with “Part 4”




Agenda:

  • Introduction
  • Why SAP Analytics Cloud (SAC)?
  • Variables, Variable Popup, Variants & Filtering
  • Zero Suppression
  • Another example with R: Create a table including sorting & search!
  • Additional information related to the custom grouping feature
  • Flexible date handling in SAP Analytics Cloud with BW Live Connection
  • Using dynamic text to access the content from the SAP BW Query variables
  • Support for tuple filters (Filter data that is organized in multiple dimensions)
  • What about “Navigation Attributes” & “Display Attributes” from SAP BW?
  • Working with SAC and the report-report interface (RRI) from SAP BW
  • Top N and Others in a table based on a SAP BW live connectivity (Workaround)

Introduction


SAP Analytics Cloud lays the foundation for fast, modular use, and can grow alongside your business. As a true cloud solution, SAP Analytics Cloud is convenient, secure, and scales to meet the needs of businesses of any size. It provides a lot of nice features to address all business needs.

SAC-2.jpg


The growing popularity among SAP customers, who use SAC to analyze their SAP data, has contributed to the fact that the live interface is constantly being expanded and enhanced with many new innovative features.

In the past months I’ve been involved in many customer activities. Often it was also about SAC and how it connects live with SAP systems (e.g. SAP BW/4HANA, SAP BW on HANA).

Some of the questions that customers often ask in this context are:

Fragen-2.jpg

It was interesting to see that many questions can be answered by reading this blog series and therefore I decided to continue with it as new innovations come up for SAC related to the live connectivity and there are still some nice features you will explore, when working live with SAP BW.

Why SAP Analytics Cloud (SAC)?​


Many new features have been released in the last months for SAC Analytics Cloud. At the same time the exclusive live connectivity to SAP’s own data sources and applications was also further optimized and new features have been added.
SAC-Features-2.jpg

The often-requested PowerPoint export or publishing of stories based on SAP Live data has now also been delivered. I already presented both features in the last part of this blog series.

Publishing-3.jpg

And now let’s look into some additional features I have not included in the other parts of this blog series.

Variables, Variable Popup, Variants & Filtering​


In the first blog post you saw how to work with SAP BW Query Variants which has been saved in Analysis Office. You can create a user variant which is only visible to you, or you can create a global variant which is visible for all SAP BW users who opens this query. If you have a variable popup screen with many variables inside, it is a nice way to just bookmark your selected filter values easily.

It works plug & play and there is no need to change the model in SAC.

Variants-2.jpg

Another nice feature which end users like is the possibility to copy & paste filter values from their clipboard into the variable popup. Both story viewers and designers can now make changes to story and page filter selections faster, especially when working with a large list of values. You can now simply copy and paste filter values into the input control to either overwrite or append the existing selection when working with BW models.

Clipboard-3.jpg


If you have a SAC live model which is based on a BW query you can see that variables can be easily reused. And if you save the combination of filter values in the variable popup in Analysis Office, you can reuse them in SAC. There is nothing to do – just open your story and it will work. But did you know that you can also set variable filters as page filters in the SAC story for your BW query variables?

Set-filters-in-SAC-for-variables-1.jpg


In the first blog of this blog series I have presented how SAC deals with BW Query variants. Let’s see in a video how the copy & paste of values in the variable popup works and how you can pass values as a story filter to a specific SAP BW variable.


Zero Suppression​


With the update to wave 2020.15, you can now suppress zeros and nulls on SAP BW tables and charts within your story.

In SAP Analytics Cloud, the Zero Suppression feature makes it easier to extract meaning from data as it allows you to remove redundant or invaluable data. You can find this setting for dimensions and measures.

Zerosupression-2.jpg

Zerosupression2-3.jpg


Another example with R: Create a table including sorting & search!​


With R you can do a lot of nice things within SAC – and this also works with the live access to SAP BW. In one of the past blogs I presented an example with gauges using R on selected BW Query key figures. A lot of libraries are available, and several blogs has been published around this topic. But when it comes to R the community is very creative. Let’s see an interesting example with R and how easy it is to implement.

First, we insert a R Visualization widget into our story and connect it to our SAC live model. We give our Input Data a meaningful name, which we will use in the R script:

R_Step_1-1.jpg


In the next step we will insert the following R script:

Kod:
In the next step we will insert the following R script:
library(DT)
datatable(BWQUERY, options = list(
  searching = TRUE,
  pageLength = 10,
  lengthMenu = c(10, 50, 100),
  filter = 'top',
    initComplete = JS("
    function(settings, json) {
      $(this.api().table().header()).css({
        'background-color': '#000',
        'color': '#fff'
      });
    }")
))

R_Step_2-1.jpg


And finally, we can see the result:

R-_Step_3-1.jpg

And now the whole process as a video:


Additional information related to the custom grouping feature​


In the last blog one of the highlights was the custom grouping feature. I have received many questions about this wonderful feature in SAC when using the live connectivity to BW.
Many departments are now able to create their own custom hierarchies directly in SAC (If you don’t know this feature please check the last part of this blog series to learn more about this).

Custom-Group-1.jpg


And do you know what? You can also use this custom hierarchy to filter your data in the story. In the next video you can see it how it works as story filter or in the designer tab.


Flexible date handling in SAP Analytics Cloud with BW Live Connection​


Wouldn’t it be nice to have an easy option to implement date comparisons and flexible date filters with less effort in SAC based on the BW live connection? Maybe even to allow that the story creators & end users can set up this by themselves? Or a feature that allows them to select the key date for a story and have all charts and widgets adjust accordingly? This was delivered with the Flexible date handling in SAP Analytics Cloud by using the BW Live Connection.

My colleague Jens Braun has posted a blog about this topic and I would strongly recommend to read the blog: https://blogs.sap.com/2020/08/24/flexible-date-handling-in-sap-analytics-cloud-with-bw-live-connection/

One interesting feature in this area is the dynamic time filter:

Time-Filters-1.jpg


In the following story based on SAP BW live data you can see how I switch dynamically from the full data range to November 2020, the current quarter and the last year. Fully dynamic.


For more details about this feature please read the afore mentioned blog from my colleague Jens Braun.

Using dynamic text to access the content from the SAP BW Query variables​


The dynamic text feature is a very powerful feature. It allows you to put any content from filters, input controls, system information and of course BW Query variable input/content wherever you want as text.

Please note that you can make use of dynamic texts in the headers of charts and tables as well.
In my example I want to filter countries in a variable popup from the BW Query and it should be placed in the title of the SAC story.

dynamic-text-1.jpg


Now you can access a lot of information delivered by the SAC story or the SAP BW Query.
I will select the variable from SAP BW which has been created on the dimension/characteristic “Country”. Whatever I enter in the BW Query variable popup will be placed as dynamic at the selected place.

dynamic-text2-1.jpg


You can close the window using “Create” and a place holder has been inserted at the location where you want to see your dynamic text. Now you can refresh your SAC story to see the SAP BW query variable prompt. In my example I select Germany and France as filter values.

dynamic-text3-1.jpg


If you now click on “Set” the values will be passed to SAP BW and the story will show the data for Germany and France. And the placeholder which has been created for the dynamic text, will show the filtered countries.

dynamic-text4-1.jpg


Just try this feature with some other objects & story properties.

Support for tuple filters (Filter data that is organized in multiple dimensions)​


SAP Analytics Cloud supports tuple filters in SAP BW queries. This includes filtering with multiple dimensions in addition to using the “AND” and “OR” operators. The feature requires BW/4HANA 2.0, BW on HANA 7.5 SP16.

You can create filters by selecting multiple data points in the widget. Note that “Exclude”, blending, and linked analysis between widgets that contain tuple filters are not yet supported. Hierarchy and Currency Unit cannot yet be filtered.

In my example I select the dimension values city “DE/BERLIN” and the products “MOUSE-1” and “PC-2“:

Tuple-1-1.jpg


The designer will show that the corresponding dimensions has been filtered:

Tupple2-1.jpg


If you know click on this element in the designer, the following information will popup:

tupple3-1.jpg


Please note that this also works with charts and tuple filters can also be used in linked analysis. For more details please have a look into the SAC help: https://assets.sapanalytics.cloud/production/help/help-release/en/8a10d5859ffc4df49605efe131c298d1.html

What about “Navigation Attributes” & “Display Attributes” from SAP BW?​


What is the difference between “Display Attributes” and “Navigation Attributes”? Display attributes can only be used for display purpose, which means that they will only act as a detail of a characteristic.

Navigation attributes are very different. They are attributes which can be used like any other characteristic in SAP BW. If we declare an attribute of a characteristic as navigation attribute, we can do functions like filtering or drilldown on this attribute like we do on any other characteristic.

How SAC deals with this different attribute types?

********* Display Attributes *********

A characteristic InfoObject in SAP BW can have display attributes which contains additional information’s. For example, you can have the customer number as a characteristic and e.g. add the customer location, customer segment in the backend to this characteristic as attributes. You can usually activate attributes in the SAP BW query, and they will be shown – e.g. in SAP Analysis Office. It is also possible to activate these attributes in SAP Analytic Cloud as well.

In the following screenshots you can see how I show/hide the display attributes colour and product group for the characteristic product. This can be done by end user during the navigation or by the story creator if it should be activated already.

End User:

Right click on the dimension and select “Show/ide” and then “Properties”

attributes1-1.jpg


Select the attributes and klick on “OK

attributes2-1.jpg


Now you can see the display attributes coming from SAP BW in your table

attributes3-1.jpg


Story creator:

Story designers can activate the attributes in a similar way. The only difference is that they do it directly in the designer.

attributes4-1.jpg


********* Navigation Attributes *********

On SAP BW side the navigation attributes need to be assigned to the corresponding characteristic and must be declared as “Navigation Attributes”:

Navattrib1-1.jpg


You can now activate them e.g. in a Composite Provider and they will be available in the SAP BW Query.

Hint: It’s easy to identify “Navigation Attributes”. You can see it in the technical name of the relevant object. They always start with the BW characteristic to which you have assigned the navigation attribute followed by 2 underscore (“__”) and then the technical name of the attribute itself.

In my example ZSH_PR__0BH_CR and ZSH_PR__0BH_PG.

Navattrib2-1.jpg


In SAC you can see them in the BW Live model among all the other dimensions.

x2-1.jpg


That’s what SAP BW customers would expect. Remember: Navigation attributes are attributes which can be used like any other characteristic in SAP BW. If we declare an attribute of a characteristic as navigation attribute, we can do functions like filtering or drilldown on this attribute like we do on any other characteristic. And that’s what we can do now in the SAC story:

x3-1.jpg


The question “if SAC supports navigation attributes in the live mode” has been asked many times and the answer is clear – yes, it is supported.

Again one of the many features which is supported plug & play without touching or changing the SAP BW query
1f60a.png


Working with SAC and the report-report interface (RRI) from SAP BW​


The report-report interface (RRI) allows you the flexibility to call a jump target (receiver) online from a BEx query (sender) within or outside of the BW system. Jump targets assigned to a query are available in the BI client under the Goto function.

Queries, transactions, reports, and Web addresses can be jump targets. The parameterization of the target action is taken from the context of the cell that you have jumped from. You can set parameters for calling query using input variables that are filled from the selection conditions and the element definitions of the selected cells in the sender query.

For more details about the report-report-interface, please have a look into the SAP Help (e.g for SAP BW/4HANA):
https://help.sap.com/viewer/107a6e8a38b74ede94c833ca3b7b6f51/1.0.1/en-US/4a5b96c6517f2e24e10000000a42189b.html

As you know SAP Analytics Cloud has a URL API which can be used to directly open stories using a URL with parameters. For details please check the SAC help page: SAP Help Portal

And that’s exactly the point which can be combined with the report-report-interface from SAP BW.

Some customers have asked me in the past, if there is a possibility to open a SAC story with a filter or the SAC Data Analyzer from Analysis Office.

Let’s start with the Data Analyzer. What we want to achieve is that you can right click in Analysis Office and then you can see an entry in the context menu which allows you to jump to the SAC Data Analyzer. This should work from all Analysis Office workbooks where a specific BW Query is embedded. The following screenshot shows what we want to achieve.

URL3-1.jpg


The following link will be needed to make this possible (you can also use it as a hyperlink in a SAC story but that’s not what I want to achieve):

https://LINKTOYOURSACTENANT/sap/fpa/ui/app.html#;view_id=dataAnalyzer;connection=BW4;dataSourceName=ZSHSALES4_Q001_SALES

The following screenshots shows how this link works:

SAC-URL-1.jpg


To maintain the report-report-interface settings for a specific SAP BW Query you need to have access to the SAP BW backend. Connect to SAP BW and run the transaction “RSBBS” to open the interface.

Enter the technical name of the SAP BW Query and start the maintenance process to create sender/receiver assignments.

RRI2.jpg


In the next screen select “Web Address” and maintain the “Receiver Object“:

x4-1.jpg


Now enter the URL and hit “Apply“:

x5-1.jpg


Finally enter a meaningful description and “Apply“:

x6-1.jpg


Click on “Save” and that’s it:

X7-1.jpg


Open now the SAP BW Query in Analysis Office and jump from there to SAP Analytics Cloud:

X8-1.jpg


One interesting note: Maybe you noticed in the report-report-interface (RRI) a setting called “Assignment Details“:

X9-1.jpg


This is a really powerful SAP BW feature which allows to “send” generic values or URL parameters from the SAP BW Query to any kind of target (e.g. open Transactions in SAP ECC or SAP S/4HANA and many more possibilities).

X10-1.jpg


In combination with SAC and its URL API you can do many nice things – e.g. you can open any SAC story an send any information using a generic URL.

Example: you can right click in Analysis Office on a customer ID and can jump to an SAP Analytics Cloud story which usually shows sales details for all customers. The parametrized URL will allow you to filter the story to a specific customer ID – a fully generic process. There are several blogs available for each – the SAC URL API and the report-report-interface from SAP BW. You can start to test the possibilities on your own. I just wanted to give you a glimpse about what’s possible.

That’s it for the moment with “Part 4” of this blog series. Hope you enjoyed reading the blog.
See you in “Part 5” next year
1f642.png


Big Thanks by the way to my colleague Daniel Davis for the review and his great support.

Cheers

Adem

Okumaya devam et...
 
Üst