ABAP Objects
This is the SDN WIKI starting point for topics around ABAP Objects Development and Programming.
Rules of this WIKI section
- Feel Free to edit this page and all related pages
- Keep the page organized following the current layout
- Only Content entirely related to the ABAP Objects can be inserted here
- Always add the reference link for your text
- Any copyrights violation will not be allowed
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:
- Encapsulation
- Instantiation
- Inheritance
- Interfacing
- Events
...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.
See articles, features and more on the main Portal page
Page Visits
Application Server ABAP
Object Oriented
ABAP Objects Start
Frequently Asked Questions
Guidelines
Templates & Demos
ABAP Objects Projects
ABAP Objects Case Studies
Share Memory Enable (SHMA)
Runtime Type Services (RTTS)
ABAP Unit
Design Principles
Design Patterns
ABAP Objects MVC Aproach
OO ABAP Dynpro Programming
ABAP OO mixed with Classic Dynpro
There is no content with the specified labels
Bibliography
Interesting References / Links
Next Generation ABAP Development by Rich Heilman and Thomas Jung
ABAP Objects: ABAP Programming in SAP NetWeaver by Horst Keller and Sascha Krüger
Web Dynpro for ABAP by Ulli Hoffmann
Design Patterns in Object-oriented ABAP by Igor Barbaric
ABAP Objects: Application Development from Scratch
by Thorsten Franz and Tobias Trapp
6 Comments
Unknown User (niekkm5)
Hi,
I liked this Wiki so much !! It´s very interesting !
Congratulations !!
Regards,
Priscila Ramos.
Former Member
"ABAP Objects Book's" should be "ABAP Objects Books". I get a Method Implementation Error when trying to fix it.
Marcelo Ramos
Hi Michael,
Feel free to add and fix this page and all related Wiki pages.
Greetings,
Marcelo Ramos
Former Member
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
Former Member
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
Klaus Bayer
This site is truely great. Thank you very much.
With this aid we will write better code. At least keep trying.