SAP ABAP OBJECTS Tutorials

SAP ABAP Objects is a new concept in R/3 Release 4.0. The term has two meanings. On the one hand, it stands for the entire ABAP runtime environment. On the other hand, it represents the object-oriented extension of the ABAP language.ABAP Objects is a complete set of object-oriented statements that has been introduced into the ABAP language. This object-oriented extension of ABAP builds on the existing language, and is fully compatible with it. You can use ABAP Objects in existing programs, and can also use “conventional” ABAP in new ABAP Objects programs.ABAP Objects supports object-oriented programming. Object orientation (OO), also know as the object-oriented paradigm, is a programming model that unites data and functions in objects. The rest of the ABAP language is primarily intended for structured programming, where data is stored in a structured form in database tables and function-oriented programs access and work with it.In this page you will get some SAP ABAP OBJECTS Tutorials and pdf guides to download.

Related SAP Tutorials & References
  1. ABAP TutorialABAP stands for Advanced Business Application Programming.It is a high-level programming languages used in the...
  2. SAP CTS ( Change&Transport System ) Tutorials CTS stands for Change and Transport System. SAP CTS is a tool that helps...
  3. SAP QM Tutorials – Quality Management Module SAP QM ( Quality Management ) is a functional module to improve the quality...
  4. SAP SD Tutorials – Sales and Distribution Module SAP SD ( Sales and Distribution ) is one the largest functional Module in...
  5. SAP PS Tutorials – Project Systems Module SAP PS ( Project Systems ) module can optimizes the business processes from project...
  6. SAP PP Tutorials – Production Planning Functional Module SAP PP ( Production Planning ) is one the largest functional module in SAP.This...
  7. SAP MM Module Tutorials – Material Management Functional Module SAP MM ( Material Management ) is one the largest functional module in SAP....
  8. SAP Treasury Tutorials – TR Module SAP Treasury solutions ( TR module ) are positioned within SAP Financial Supply Chain...
  9. SAP Warehouse Management – WM tutorials The SAP WM ( Warehouse Management) application provides flexible, automated support to assist you...
  10. SAP BAPI Tutorial BAPI stands for Business Application Programming Interface.It is a precisely defined interface providing access...
Google: Facebook:
  1. SapBrain says:

    In ABAP, Objects method data and functions are defines in classes instead of the old method of using function groups. CREATE OBJECT is the statement used in ABAP programs to generate the instances of classes.

  2. SapBrain says:

    There are two types of classes according to declaration. They are Local class and Global class. Global class can be declared using the class builder interface. Transaction code SE24 is used for accessing the class builder interface.

  1. There are no trackbacks for this post yet.

Submit your tip or response