In s/w development, object oriented design plays an important role when it comes to writing flexible, scalable, maintainable & reusable code. Every developer should have
Author: coderobbot
Virtual Data Model
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
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