Tuesday, March 19, 2024

ABAP CDS Views

ABAP CDS Tools 3.12 Highlights – S/4 HANA 2020

ABAP Development Tools (ADT) is an eclipse-based IDE for ABAP core development. It supports both on-premise S/4 HANA and SAP BTP ABAP environments. This...

ABAP CDS Custom Entity in ABAP 7.55 and Restful ABAP Programming Model

ABAP CDS Custom entity is defined using the statement DEFINE CUSTOM ENTITY. A CDS custom entity is a non-SQL (or) no-SELECT CDS entity introduced...

ABAP CDS View Entity – A new kind of CDS view in ABAP release 7.55

ABAP Core Data Services (CDS) is the implementation of the general CDS for ABAP. It defines semantic data models on standard tables and optimized...

ABAP CDS Projection view – A new type of CDS entity

With ABAP Release 7.54 and S/4HANA 1909, there is a new CDS entity available called ABAP CDS Projection view. In this blog post, we...

ABAP CDS View Templates

Dear SAPLearners, in this blog post you will learn about ABAP CDS view Templates. ABAP Core Data Service(CDS) view plays a very important role in...

Virtual Elements in ABAP CDS View

A step-by-step guide to learn about Virtual Elements in ABAP CDS View and ABAP Code Exists.

Session Variable in ABAP CDS Views: A Comprehensive Guide (2023)

Session variables are global variables of the database with predefined value. $session.system_date, $session.system_language, $session.user

Access Control in CDS view

Dear SAPLearners, in this blog post we will learn about access control in CDS view and the steps to create DCL Source. Access Control...

Authorization Check in ABAP CDS View

Dear SAPLearners, in this blog post we will learn about Access control or Authorization checks in CDS view. Before going into the technical details....

5 easy steps to extend standard CDS views

Dear SAP Learners, in the blog post we will learn on how to extend standard CDS Views using Eclipse ABAP Development Tools(ADT). Given some client/business...

CDS View Browser in S/4 HANA

Dear SAPLearners, in this blog post we will learn about View Browser for ABAP Core Data Services(CDS) views in S/4 HANA. First of all when...

Understanding View-on-View Concept in ABAP CDS Views

Dear SAPLearners, in this blog post we will learn and understand View-on-View concept in ABAP CDS Views. We all know that CDS views are based...

Unit and Currency Conversion in ABAP CDS Views

Dear SAP Learners, in the blog you will learn how to perform unit and currency conversion in ABAP CDS Views In SAP, amounts and measurements...

How to create OData Service for ABAP CDS View using Mapping Editor in SEGW

Hello everyone, in this blog post we will learn how to create an OData Service for ABAP CDS Views using Mapping Editor in SEGW(Gateway...

How to create OData service for ABAP CDS views using Referenced Data Source in SEGW

Hello everyone, in this blog we will discuss on how to create OData service for ABAP CDS views in SEGW based on Referenced Data...