CDS views are the core technology to build a modern extensibility solutions, whether it’s in analytics, ABAP RAP, or OData APIs. One of the challenge […]
Set attributes of dimension by default in ABAP CDS query
In this blog, we will talk about a simple requirement where attributes of dimension need to be displayed as a in the default layout of […]
Consume CDS analytical query from ABAP program
This blog introduces Lightweight BICS API, which is a new SAP standard ABAP API to consume analytical query built on CDS and BW. Refer to […]
Analytical variable in ABAP CDS query and restricted measures
This blog will demonstrate how to create analytical variable in ABAP CDS and leverage to easily create dimension- restricted / time-restricted measures. Scenerio An ABAP […]
Loop through multiple rows in ABAP CDS by AMDP
If you have worked with ABAP CDS long enough, there is no function to really loop through multiple records and use them for a calculation […]
Hierarchy Label of filter in ABAP CDS analytical query
This post describes how to change the label of hierarchy parameter in the filter of analytical report in S/4 HANA. Background In S/4 HANA embedded […]
How to use Analytical Formula in ABAP CDS Query
Analytical Formula in CDS Query is a powerful function that allows you perform advanced calculations. A normal calculations such as addition, deduction, multiplication, division can […]