Extending CDS View
Extending a CDS View is a tool that can be utilized when editing the original CDS view is not possible
Read MoreExtending a CDS View is a tool that can be utilized when editing the original CDS view is not possible
Read MoreWith S4 and Hana Database, SAP is getting rid of the aggregation tables. Two obvious questions here are What are
Read MoreOne question, I often get asked is – how to choose between “Where Clause” and “Parameter”. And I answer that
Read MoreA calculated column is a column that does not exist directly in the database table, but we still need it
Read MoreFirst thing first – here with “Views”, I mean both Calculation Views (sometimes referred to as HANA Views) and CDS
Read MoreLike Unit (quantity) conversion, currency conversion is also supported by both Open SQL and CDS in select statements. Unlike unit
Read MoreOpen SQL and CDS now both support unit conversion for the quantity directly in the select statement using in-built functions.
Read MoreCAST is used to change the data types in CDS views. Data type changes are needed for arithmetic calculation, for
Read MoreThis is the first of a 3 part tutorial for the ABAP CDS Views. In this introduction blog, we can
Read MoreLet’s check an example of CDS with parameters and how they can be called from the program. How to do
Read More