VDM (Virtual Data Model) forms the basis of data access in S4 HANA APIs and Analytical Applications which is represented by the CDS views. The
Author: coderobbot
SAP BTP Intro!
SAP BTP (Business Technology Platform) is a PaaS Cloud Computing service offering from SAP. It is the technological foundation for all SAP applications & the
Singleton Design Pattern
Intro- Singleton design pattern is one of the creational design pattern which ensures that the class has only one instance and provides global point of
Design Pattern Basics
In Software Design- Design Patterns are reusable solutions to commonly occurring problems. The word “pattern” means if similar kind of problem occurs across multiple applications/in
DATA(var) Vs FINAL(var)
The new syntax- FINAL( ) is now supported like how the variables are declared using DATA( ) . This FINAL( ) disables subsequent change of
Key as Segment in V4 oData RAP
In Odata usually the entity can be accessed by providing the KeyValue in canonical form. But now in RAP V4 oData services, the entity can