Class in ABAP All of you already know what a class is and how it is created in ABAP. You can refer to the previous post to know basic terminologies. Here I will talk about some of the basics associated with these classes Abstract Class vs Interfaces Abstract Class is a special kind of class … Continue reading Abstract Class, Interface and Proxy
ABAP OBJECT ORIENTED INTRODUCTION
OBJECT ORIENTED PROGRAMMING TERMINOLOGIES in ABAP Below are some of the important concepts of OOPS ABAP:- What is a Class ? A class is a user defined data type with attributes, methods, events, user-defined types, interfaces etc. for a particular entity or business application What are Objects ? Objects are nothing but instances of classes, each object … Continue reading ABAP OBJECT ORIENTED INTRODUCTION
Introduction to RAP
Why RAP ? SAP has always tried to separate business logic , UI and the database into different layers and over the years SAP has have come across different ways to achieve this goal be it Web Dynpro, SAP Fiori and now RAP. The RAP model provides an intrinsic approach to building SAP Fiori applications in … Continue reading Introduction to RAP
SAP BTP Introduction
To put it in simple terms, BTP is solution Paas solution provided by SAP which offers different kinds of services ranging from analytics, data management, machine learning, AI, security and Integration. So, the main point is all of this is bundled together at one single place so if you are planning to develop a sap … Continue reading SAP BTP Introduction