ABAP Objects
ABAP Objects is a Object-Oriented extension to the ABAP Programming language and was Introduced on SAP Basis Release 4.5. "ABAP Objects is indicated for who wants to guarantee agility during the development, minimize the efforts during the modifications, enhance existing applications and create complex applications using a simple way..." The principal features of ABAP Objects are:
...The ABAP runtime support for both procedural and ABAP Objects programming models enables you to use ABAP objects in any program. I.e. in executable programs, module pools, Function pools. This enables you to use new techniques based on ABAP Objects, such as new interfaces, without the need to completely rewrite your existing code. In OO Programming the only structuring units are classes. Instead of working with global data, you work with objects, which are instances of classes. These objects encapsulate the state and behavior of self-contained parts of the application. Welcome to ABAP Objects. |
|
Comments (6)
Aug 21, 2007
Priscila Soares Pereira Ramos says:
Hi, I liked this Wiki so much !! It´s very interesting ! Congratul...Hi,
I liked this Wiki so much !! It´s very interesting !
Congratulations !!
Regards,
Priscila Ramos.
Jul 09, 2008
Michael Gallias says:
"ABAP Objects Book's" should be "ABAP Objects Books". I get a Method Imple..."ABAP Objects Book's" should be "ABAP Objects Books". I get a Method Implementation Error when trying to fix it.
Jul 10, 2008
Marcelo Ramos says:
Hi Michael, Feel free to add and fix this page and all related Wiki pages. Gr...Hi Michael,
Feel free to add and fix this page and all related Wiki pages.
Greetings,
Marcelo Ramos
Dec 18, 2009
Waldemar Roberti says:
Hi Marcelo, I'm not sure if your intention is wiking (as it seems) about ...Hi Marcelo,
I'm not sure if your intention is wiking (as it seems) about Abap Object Oriented, or if your intention is wiking about Abap Objects. The first book I got when learning abap was "Abap objects", and it has nothing to do whith object oriented approach, it is just about Abap structure and how it works.
If your intention is Object Oriented approach I would like to suggest you to change the main topic name. I will appreciate to contribute and participate into discussions about Abap OO.
Regards.
roberti
Apr 09, 2012
R. Ten Bosch says:
Why UML2 is not mentioned? Nobody writes OO w/o UML.. This seems to be an old pr...Why UML2 is not mentioned? Nobody writes OO w/o UML..
This seems to be an old problem at SAP. It creates extra overhead costs in projects.
kind regards,
robert
SAP since 1999
Mar 01
Klaus Bayer says:
This site is truely great. Thank you very much. With this aid we will write bett...This site is truely great. Thank you very much.
With this aid we will write better code. At least keep trying.