Sap Abap Oops
Sap Abap Oops
The• SAP ecosystem creates applications with the programming language SAP
ABAP (Advanced Business Application Programming) t is created
by SAP which is a domain-specific language, it is the 4th generation
programming language. It is also called ABAP/4(Fourth Generation
Language” or 4GL). mainly for enterprise resource planning (ERP) systems.
The introduction of Object Orientation in ABAP increased the language’s
capabilities and brought it in line with modern programming paradigms.
Object Orientation in SAP ABAP
Object-oriented programming aims to implement real-world entities like
inheritance, polymorphism, etc. in programming. The main aim of OOP is to
bind together the data and the functions that operate on them so that no other
part of the code can access this data except that function. Object Orientation
was introduced to ABAP to improve its flexibility and versatility in complex
business environments. It makes it possible for programmers to structure
their code in a more modular and reusable manner.
ABAP is based
on the unreal world.