Category Archive for: S/4 Embedded

Data Modeling with CDS Views – Part 3: Session Information, Case, Cast, Where, Input Parameter & Consumption filter

Introduction This blog series will contain the basics of data modeling with CDS Views. The Part 1 will give you some information about the Syntax of a CDS view, Joins, Associations and Unions. You can find this blog here Data Modeling with CDS Views – Part 1: Basics . Part 2 has handled the topics…

Read More →

Data Modeling with CDS Views – Part 2: Currency/Unit Conversion & Date Functions

Introduction This blog series is about the basics of data modeling with CDS Views. Part 1 gave you an overview about the Syntax of a CDS view, Joins, Associations and Unions. Part 2 will give you a short overwiew about Currency/Unit Conversion and Date Functions. Currency/Unit Conversion To create a currency or unit conversion there…

Read More →

Data Modeling with CDS Views – Part 1: Basics

Introduction This blog series contains the basics of data modeling with CDS Views. The first Part will provide some information about the Syntax of  CDS views, Joins, Associations and Unions. CDS Syntax Just to give a very brief overview of the syntax of CDS, here I listed some basic rules: Of course, there are some…

Read More →

Kennzahlen und Textvariablen mit ABAP CDS-Views – Query Design Teil 2

Einleitung Im Blog „dynamische Variablenableitung mit ABAP CDS“ wurde erklärt wie Parameter dynamisch befüllt und auf einen Queryfilter angewendet werden können. Auf dem selben Datenmodell aufbauend, zeigen wir im aktuellen Blog wie Parameterwerte für die Einschränkung von Kennzahlen verwendet werden die in einem Plan-\Ist Vergleich zur Anwendung kommen. Dabei wird die vom User frei selektierbare…

Read More →

Dynamische Befüllung von Variablen mit ABAP CDS – Query Design Teil 1

Einleitung In diesem Blog wird anhand eines einfachen Beispiels gezeigt, wie mittels ABAP CDS dynamisch Variablenwerte abgeleitet und auf einen Queryfilter angewendet werden können. Die Funktion ähnelt somit der Customer Exit Variable aus der klassischen SAP BW Anwendung. Daten und Zielsetzung Für dieses Szenario wurde eine Tabelle (ZTKST_DVU) mit Beispieldaten erzeugt, welche unter anderem die…

Read More →

HOW TO LEVERAGE NATIVE HANA SQL-SCRIPT WITHIN ABAP CDS VIEWS

Introduction ABAP CDS Views are SQL extensions, based on anyDB. There are several built-in functions (numeric, string, date/time, conversion) but, analogous to OpenSQL, that repertoire is limited and may not suffice for complex business requirements. In such situations, we may want to leverage the full HANA native SQLScript feature set: Much more available functions and…

Read More →

Back to Top