Referential Join
This Join type is possible in Calculation Views. As per SAP, referential join offers better optimization. Let’s understand how does
Read MoreThis Join type is possible in Calculation Views. As per SAP, referential join offers better optimization. Let’s understand how does
Read MoreCube with Star Join – will be your final view which you will be using for consumption. Although this term
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 MoreLet’s check an example of Join in ABAP CDS View. Follow the steps from this blog to create the CDS,
Read MoreNow that we have created our first CDS, let’s check some explanations. CDS have two major components, 1) SQL Statements
Read MoreLet’s create our first CDS View on table MARA (Material Master). Step1. Right-click on the package in ADT, and choose:
Read More