Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SAP ABAP Object Oriented Programming (OOP)
Rating: 4.0 out of 5(136 ratings)
814 students

SAP ABAP Object Oriented Programming (OOP)

Learn Object Oriented Programming in SAP ABAP with simple example
Created byLukman Hakim
Last updated 7/2024
English

What you'll learn

  • Understand the general concept of OOP
  • Understand the difference between Procedural Programming and Object Oriented Programming concept
  • Understand the concept of class , method , attribute , static attribute & method
  • Understand the inheritance concept
  • Understand the concept of interface
  • Understand how to raise and handle an event in OOP
  • Can Implement Object Oriented Programming approach in SAP ABAP
  • Able to use the Standard Classes and Interfaces
  • Able to create reports by using ALV Grid OOP

Course content

7 sections23 lectures4h 20m total length
  • Introduction11:44

    Explore the overview of object oriented programming, contrast with procedural programming, and learn how classes, objects, attributes, and methods create reusable blueprints and instances in ABAP.

Requirements

  • Basic knowledge of SAP ABAP programming

Description

Object Oriented Programming approach has many advantages comparing to other programming approaches . one of them is , more powerful in data management .

because of these advantages , many of programming language implement this programming approach .

SAP ABAP runtime has supported object oriented programming approach, form a long time ago . so, there are many of SAP features using this programming approach , such as : BADI , Reporting (ALV Grid OOP) , Webdynpro and so on . and of course there will be more of sap features by using this programming approach . so as SAP Developer you have to master this programming approach , if you want to always be on top of sap technologies .

this tutorial provide the basic & intermediate level of OOP material in SAP ABAP . one of them is, how to create alv grid OOP . if you have more experience with procedural ALV grid (REUSE_ALV_GRID_DISPLAY ), you will find more advantages if you use this type of ALV . OK , enjoy this tutorial ! .

Who this course is for:

  • this course is for SAP ABAP Programmer who hasn't have experiences in ABAP OOP