The document lists 44 topics related to object oriented programming concepts in ABAP including enhancements to standard classes, nested interfaces, abstract methods from interfaces, friends in ABAP classes, creating tables of references to invoke subclass methods, creating and deleting folders and zip files using frontend services, exception classes, achieving multiple inheritance, refactoring assistance, converting local to global classes, visibility of methods, dialog processing after commit, event handling techniques, handling Excel data using BDS, redefining methods, final classes and methods, abstract classes and methods, narrow casting, understanding ABAP unit, binding, persistent services using transaction services, persistent objects using GUID and business key identities, creating transactions for local class methods, creating global classes from local classes,
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0 ratings0% found this document useful (0 votes)
148 views2 pages
OOABAP Tutorials Example
The document lists 44 topics related to object oriented programming concepts in ABAP including enhancements to standard classes, nested interfaces, abstract methods from interfaces, friends in ABAP classes, creating tables of references to invoke subclass methods, creating and deleting folders and zip files using frontend services, exception classes, achieving multiple inheritance, refactoring assistance, converting local to global classes, visibility of methods, dialog processing after commit, event handling techniques, handling Excel data using BDS, redefining methods, final classes and methods, abstract classes and methods, narrow casting, understanding ABAP unit, binding, persistent services using transaction services, persistent objects using GUID and business key identities, creating transactions for local class methods, creating global classes from local classes,
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2
1.
Enhancements to a Standard Class (More details) NEW
2.
Nested Interfaces (More details) NEW
3.
Use of Abstract methods from Interface (More details) NEW
4.
Concept of Friends in ABAP classes (More details)
5.
Creating table of References to invoke methods of different subclasses (More details)
6.
Create and Delete Folder in Frontend system using Class CL_GUI_FRONTEND_SERVICES (More details)
7.
Create ZIP files in front-end system using Class CL_ABAP_ZIP (More details)
8.
Exception Classes in Obect Oriented Programming (More details)
9.
Achieving Multiple Inheritance (More details)
10. Refactoring Assistant in ABAP class (More details)
11. Converting local classes to global classes (More details) 12. Visibility of Methods in Global Classes (More details) 13. Dialog processing after COMMIT WORK statement (More details) 14. Event Handler Technique in Object oriented ABAP (More details) 15. Handling Data in Excel In-place Display Using BDS (More details) 16. Redefining methods in subclass (More details) 17. Final Classes and Methods in Object Oriented Programming (More details) 18. Abstract Classes and Methods in Object Oriented Programming (More details) 19. Demo on "Narrow Casting" (More details) 20. Understanding "ABAP Unit" (More details) 21. Binding in ABAP Object Oriented Programming (More details) 22. Implementing Persistent Service using Transaction Service (More details) 23. Persistent Objects: Using GUID Object Identity (More details) 24. Persistent Objects: Using Business Key Identity (More details) 25. Persistent Objects: A Quick reference (More details)
26. Create a transaction for a local class method (More details)
27. Creating global class from a local class (More details) 28. Working with interfaces (More details) 29. Working with events in a global class (More details) 30. Using ABAP Classes in Workflow (More details) 31. Working on Polymorphism (More details) 32. Working with import, export and change parameters of a class (More details) 33. Inserting data into the database table using Classes (More details) 34. Working with Constructor (Local class) (More details) 35. Working with Constructor (Global class) (More details) NEW 36. Working with inheritance (More details) 37. Working with the keyword SUPER in object oriented programming (More details) 38. Global Class Functionality - Step-by-step with screenshots (More details) 39. Demo program illustrating Interfaces (More details) 40. Demo program illustrating Inheritance (More details) 41. Demo program illustrating Simple class and Super class (More details) 42. Object oriented programming (OOP) explained with an example (More details) 43. Differences between polymorphism in JAVA and ABAP (More details) NEW 44. Understanding the concepts of Object Oriented Programming (More details)