Safeguard Performance of ABAP CDS Views (Blog Post Series) Part 1 – CDS View Complexity Part 2 – SAP HANA SQL Optimizer and Plan Cache Part 3 – Rules for Good Performance of CDS Views Best practices about ABAP CDS inside SAP Business Suite (updated on Feb. 7, 2020) Best practices ...
Implement and optimize Fiori applications and Fiori Launchpad configurations. Work with advanced data modeling using CDS views and new open SQL. Integrate SAP solutions using SAP BTP Integration Suite, including message mappings and various adapters. Develop and configure WRICEFs (Work Requests, Issues...
Fiori Elements Overview Pages (Analytical cards) Analytical List Pages Custom applications with analytical UI controls Analytical Tables Charts Most part of the SAP BI front-end applications (from the SAP BusinessObjects BI suite) already provide support to ABAP CDS analytical queries: SAP Web Intellig...
I have created two simple CDS views. They are: @AbapCatalog.sqlViewName: 'z20160310' @AbapCatalog.compiler.compareFilter: true @AccessControl.authorizationCheck: #CHECK @EndUserText.label: 'consume view test ' @ObjectModel: { type: #CONSUMPTION, compositionRoot, semanticKey: ['Actor'], creat...
The concept of Virtual Data Model (VDM) was introduced with HANA Live few years ago, SAP HANA Live is a Virtual data model on top of suite tables which uses native SAP HANA SQL views called Calculation views for real-time operational Reporting. This came with certain challenges: It didn’...
Safeguard Performance of ABAP CDS Views º Part 1 – CDS View Complexity º Part 2 – SAP HANA SQL Optimizer and Plan Cache (Analysis) º Part 3 – Rules for Good Performance of CDS Views Best Practice Guides about º ABAP CDS in SAP Business Suite º ABAP CDS in SAP S/4HANA...
SAP Fiori for SAP S/4HANA SAP Fiori SAPUI5 Programming Tool View products (3) Analytical List Page is a powerful Fiori Element available since SAPUI5 innovation version 1.48, this template provides the ability to create an analytical dashboard with KPIs, charts, tables and also a dril...
After reading this blog reader would have a clear idea why SAP recommends CDS views, what is AMDP and what are the benefits of CDS and AMDP over other methods. As we all