Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhith
Active Contributor
112,655


Hi All,

 

S/4HANA is steadily gaining shape in the market and so is the S/4HANA Embedded Analytics.

 

Part2 of the Blog can be found here -->

http://scn.sap.com/community/s4hana/blog/2016/03/11/sap-s4hana-embedded-analytics-a-detailed-walkthr...

 

Part3 of the Blog can be found here -->

http://scn.sap.com/community/s4hana/blog/2016/03/20/sap-s4hana-embedded-analytics-a-detailed-walkthr...


 

Part4 of the Blog can be found here -->

SAP S/4HANA Embedded Analytics – A detailed Walkthrough (Part 4)

 

Part5 of the Blog can be found here --> SAP S/4HANA Embedded Analytics – A detailed Walkthrough (Part 5)


Part6 of the Blog can be found here -->   https://blogs.sap.com/2017/06/30/sap-s4hana-embedded-analytics-a-detailed-walkthrough-part-6/

Part7 of the Blog can be found here -->  https://blogs.sap.com/2017/11/23/sap-s4hana-embedded-analytics-a-detailed-walkthrough-part-7/

 


Introduction:

What is S/4HANA Embedded Analytics?

It is a set of Analytical Features integrated in SAP S/4HANA, that enables users to perform real time analytics on the live transactional data. It comes with a set of inbuild representations of operational data, called VDM (Virtual Data Models) which will allow users to arrive at better decisions from the available data.

 

It doesn’t require a separate installation or implementation or any other licenses. It is a part of the S/4HANA Software and is generally available with the new S/4HANA releases.Customers can extend the existing CDS Views VDM’s and build new ones.

 

Please be informed that SAP S/4HANA Embedded Analytics will not replace any existing SAP Solutions and S/4 HANA has an Embedded Analytical engine, but certain steps/activation needs to be done for making this engine to work.

 

Most of the operational reporting can be done with S/4HANA Embedded Analytics.BW would be required for EDW, which will help to analyze the historical data, data consolidation from multiple sources.

 

SAP Best Practices for Analytics with S/4HANA: (RDS now be renamed as Best Practices) (Available in SMP since March 7th 2016-- http://service.sap.com/analyticswiths4h) (V1.0)

 

SAP Best Practices for analytics with SAP S/4HANA provides a comprehensive portfolio of analytical content based on SAP S/4HANA. It provides guidance on how to get started with SAP S/4HANA embedded analytics and how to integrate with best in class analytical platform and solutions from SAP for ex: SAP BI platform, SAP BW etc.

 

3 Options/Scopes:

1) Embedded Analytics with SAP S/4HANA (Mandatory)

--> Set up of SAP S/4HANA Embedded Analytics with CDS views and various analytical apps based on CDS views.

 

2) Integration between SAP S/4HANA and SAP BO (Optional)

Enhance analytical use cases by integrating between SAP S/4HANA and SAP BI platform. Pre-built reports and content built in SAP BI client tools ex: Design Studio 1.5 (Ex: --> Core Finance, P2P, O2C), Webi (Ex: Sales revenue, Sales Analysis), Crystal Reports can be leveraged and extended based on business use cases. (Based on BI 4.2 Version, works on 4.1 aswell).

Procurement of a separate License for BO platform would be required, the Best Practices would have only the configuration content.

 

3) Integration between SAP S/4HANA and SAP BW (Optional)

Consolidate data from SAP S/4HANA in SAP BW and build analytical use cases based on enriched data environment from other data sources in SAP BW.(using SDA Concept)

 

 

My Personal opinion here is with SAP S/4HANA Embedded Analytics, SAP BW (Embedded BW) has got a lot of significance.

 

 

Now we will go through the various S/4HANA Embedded Analytics options:

 

1)  QUERY BROWSER

Launch into a Fiori Launchpad of a S/4 System.


 



 


You will have a tile called Query Browser, which basically displays the available CDS Views. The CDS view output can be accessed through “Open in Design Studio”.


 




 



In some Cases, you might face some issues while trying to open the Design Studio Flavor of the CDS.,


You will have to activate an object in the Embedded BW System to make this work.


Please follow the below document for the same


-->  Solution for 0ANALYSIS Issue while trying to access ‘Open in Design Studio’ option of S/4HANA CDS Vi...



Once your Analytics is completed, you have the flexibility of saving the same as a Tile as well.

 

If you want to explore the CDS code behind, Double click on the View name, to see more details.



 

Go to the Annotation tab



 


Take the SQL View name from the Annotations tab.

Go the Backend system in the SAP Logon PAD.

Take SE11 --> Provide the SQL View name in the Views part and click display.





 

Double click the Package name to Open the Package Hierarchy



 

Remember this name and open the Backend System in HANA Studio ABAP Perspective.



 

Right Click on the system and click “Add a Package”.



Select the package name that we took earlier and click OK.

We can now find the CDS View definition within the Data Definitions  Folder



Alternately, You can use the Following Button in ABAP Perspective to directly navigate to the CDS View.



 



Double Click on the same and the CDS View definition is displayed.

Here you can note that the CDS view C_DAYSSALESOUTSTANDING is a consumption VDM CDS View and it contains a annotation @analytics.query: true.

Also, this CDS view is built on top of another CDS named as I_DAYSSALESOUTSTANDING




If we open the CDS View I_DAYSSALESOUTSTANDING, we can see that its a COMPOSITE VDM CDS view and it contains a annotation @analytics.datacategory : CUBE.



Also, please note that an CDS View with Annotation @analytics.datacategory : CUBE, will create a Transient Provider with the naming convention 2C<SqlViewName>

 

Also, note that an CDS view with Annotation @analytics.query: true, will create a Transient Query with the naming convention 2C<SqlViewName>

 

The query name you can use everywhere where a query name is required, e.g Transaction RSRT.

 

In case if you want to preview the data, please do the same by right clicking(Context Menu) on the CDS View.

There are many other options in the context menu, which is out of scope of this blog.




 

Sometimes, you might get the below error.



The above issue is seen mostly on the older versions of HANA Studio. Upgrade the studio to solve this issue.

 

Since we have defined the view with Parameters, the CDS view will prompt for the  parameters(as shown in the below picture). Provide the necessary values and proceed further.



 

The Following screenshot shows the Data preview of a CDS View.



 

 

2)  MULTI DIMENSIONAL REPORTS

Multidimensional reports are based on Webdynpro grid application that we have as a template. It renders all sorts of analytical CDS queries. All queries can be rendered in the same way. Functionality is the same for Analytical reports.


 


Example: Incoming Sales Orders


 



 



 



 


 



 


 


 


Thanks for going through the Document. Do let me know your Reviews and Suggestions.

 

 

BR

Prabhith

41 Comments
donnie_burhan
Participant
0 Kudos

Hi Prabith,

I'm waiting for the continuation of this blog.

Also, could you give the prerequisites (components to install, role & authorizations) to make the embedded analytics work?

Thank you.

Best Regards,

Donnie

0 Kudos

Hi Prabith,


Thanks for your insights.


Looking forward for continuation of your blog and also steps to use embedded analytics in S/4 HANA.


Regards,

Charles

Former Member
0 Kudos

Hi Prabith,

          Could you please confirm if availability of Query Browser would require HANA 1511 or it will also work on HANA 1503 version ?

Former Member
0 Kudos

Thanks for this helpful content!

We are running 1511 and I am looking for any package to implement the Query Browser App. I also expected that this would be included already but this isnt the case. Further, I checked the documentation for RDS S4HANA Embedded analytics and the name of this app wasnt even covered.

Any Idea or OSS note?

Former Member
0 Kudos

When i manage to find sometime, i should try all these features.

Looks nice.

thx

Arvind Leo Pereira

Former Member
0 Kudos

Found it!

Group SAP_CA_BCG_VDM

catalog SAP_CA_BC_VDM

Former Member
0 Kudos

Good One, Prabhith.

This will be a good starter to S/4HANA Embedded Analytics.

Thanks..

Former Member
0 Kudos

Nice one.

Thanks for Sharing..

0 Kudos

Thanks Prabhith, very useful.

I will definitely use this to have a closer look at this.

Former Member
0 Kudos

These guides take a lot of work. Thanks for producing the illustrated content. Very helpful.

Former Member
0 Kudos

Well presented as always. Good document.

Regards,

Archana

Former Member
0 Kudos

very helpful. Huge thanks~

vishnucta
Active Participant

activate the ui5 app  VIEWBROWSERS1


add the service VDM_CDSVIEW_BROWSER


assign user to Role SAP_BR_EMPLOYEE


Every thing will now work perfectly .. :razz:


Regards,

Vishnu

Dmitry_Kuznetsov
Active Participant
0 Kudos

Donnie, if you download the BestPractices, you'll get a few guides with component, software prerequisites, roles and even test-scripts to check if things work well. Folow the link http://service.sap.com/analyticswiths4h

Dmitry

www.bi-consulting.eu

abanip
Employee
Employee
0 Kudos

Good Job Prabhith.

Prabhith
Active Contributor
0 Kudos

abani.pattanayak2

Thanks a lot.

Currently in the process of preparing the last part of this series --> Smart Business tiles using CDS and APF using CDS...

tedkwon
Participant
0 Kudos

Great thanks for detailed steps !

Former Member
0 Kudos

Hi Prabhith,

Muti Dimensinal reports/OAnalysis uses the BICS ( Business Intelligence Consumer Services) connection i.e. internally web service call. I think complete reporting Grid it is build by using UI 5 and XS engine and it is not by web-dynpro please correct me if I'm wrong.

Thanks,

Kishore

former_member197071
Participant
0 Kudos
Hi Vishnu,

When I try to add a role SAP_BR_EMPLOYEE from SU01, it says Role SAP_BR_EMPLOYEE does not exists.
Former Member
0 Kudos
Hi Prabhith,

Could you please tell me... how to activate and connect the embeded bw in Ecc.

Thanks,
Nag
vishnucta
Active Participant
0 Kudos
whats your product version???
harshin
Explorer
0 Kudos
yes i m glad to see that we can save the tile directly from query browser but my Question is where i can find that tile in Launchpad Designer or how to ?
In which catalog it'll be added and in which group because i cant found anywhere in launchpad designer.

Please help..!!!
Former Member
0 Kudos

How can CDS view take the SAP Enhancement Framework into consideration?  I’ve always used BAPI so I can include SAP enhancements in my reports or updates to SAP at least at the business object level.  Will there be a way to include checking for SAP enhancements in CDS views implementing CRUD in future?  Not only for the enhancements for report purposes, we were told that we can’t update SAP tables directly due to possibly hundreds of tables update.  Is CDS views only for custom developments for custom tables?

former_member192683
Participant
0 Kudos
Hi Vishnu,

Yes as Ankur says, BR_EMPLOYEE does not exist.

Product version is SAP S/4HANA 1610.
former_member192683
Participant
0 Kudos
Hi again,

I checked again and it's because of absence of the UIS4HOP1 component. The fiori apps are included in that component. You can ask you basis team to install it.

Tarmizee
Discoverer
0 Kudos
Hi  Prabhith,

Does Embedded Analytic features support multiple client scenario ?

 

Thanks and Best Regards
former_member192683
Participant
0 Kudos
Hi,

If you use @ClientDependent: false annotation, yes it does.

Regards
0 Kudos
Good Document , Thanks
pradeep_gupta
Active Participant
0 Kudos
SAP S/4HANA Embedded Analytics – A detailed Walkthrough (Part 1)
https://www.linkedin.com/pulse/sap-s4hana-embedded-analytics-detailed-walkthrough-1

 

Looks like your post has been copied...
Former Member
0 Kudos

Hello Prabhith,

 

Many thanks for this excellent blog.

Could you pls tell me that in case of s4Hana1610, when we create our own KPI and then configure drill down, do we need the service ca_kpi/drilldown ? It’s missing in sicf, is it not required in s4Hana 1610? Can u pls confirm

 

Thanks

Smriti

 

 

Former Member
Hello Prabhith,

 

Thankyou so much for writing this series. It's turning out to be very helpful for me. Can you pls tell if the link Open Design Studio is inactive(not clickable) how should I troubleshoot.

 

Thanksa lot once again

Smriti
Former Member
0 Kudos
any updates smriti ? i face same problem want to activate design studio on fiori
Former Member
Hello Said,

 

yes it works now, the role of the catalog was not assigned to my user. After role assignment it works,.

Let me know if it still doesn't works

 

Regds

Smriti

 
Former Member
 

Hello Said,

 

yes it works now, the role of the catalog was not assigned to my user. After role assignment it works,.

Let me know if it still doesn’t works

 

Regds

Smriti
Former Member
0 Kudos
 

Dmitry,

 

I went to the following link and don't find anything to download. In fact this BestPractice link just gives me some high level description of the content available but nothing else. Am I using it right?

 

https://rapid.sap.com/bp/#/browse/categories/sap_s%4hana/areas/on-premise/packageversions/BP_S4H_ANA...

 

Thanks,

 

Akhtar
DelawareTimLeys
Explorer
0 Kudos
Hi,

 

Could you tell me how to have the option to "jump to"  another application from a multi dimensional report?

 

Thanks!
amol_samte
Contributor
0 Kudos
Its very nice blog...

personally i want to practice all above stuff... Where can i practice?

Regards,

Amol
Former Member
0 Kudos
Hi Prabhith,

Excellent blog!  I have few queries here. We are using S/4 HANA 1610 FPS 02 and we are planning to use standard analytical applications on Fiori. We do not have any BW/BI system. The queries are as follows.

  1. Is the activation of embedded analytics is mandatory for all the analytical applications? or its required to run few types of analytical applications.

  2. Any HANADB authorization required to activate this?

  3. Does it required user setup in HANADB for end-user to access the analytical apps?


Best Regards,

Ram

 

 

 
Former Member
0 Kudos

Hi,

I am trying to create tile in KPI modeller .I have activated the evaluation but still getting the below error

“ANNOTATION MODEL MISSING FOR EVALUATION.ACTIVATE THE EVALUATION BEFORE CREATION.”

 

Former Member
0 Kudos
Hey ab179ec2292047a5a16ec05a9cb3b23b, thank you for this amazing blog, I have a question, when I try to do "save as tile" to the analytics that I've created, and go open the tile, it doesn't show me the dashboard I created, like it wasn't saved, is there something that I'm missing!?
Former Member
0 Kudos
Thanks Vishnu, it works!
Labels in this area