SAP Sections

Advertisements

Advertisements

SOLID Principle

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 the knowledge of the SOLID principles for good object-oriented design in programming. Following the SOLID acronym- Single Responsibility Principle  This principle states that a class should have only a single…

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 CDS views expose the data stored in the DB tables in a format of business semantics which therefore is easy to consume. VDM Layers and View Types- In VDM, 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 intelligent enterprise. Cloud Computing is to store, access and manage data on remote servers instead of local server. The remote servers are hosted on the cloud(internet). The cloud computing services…

Advertisements