Ich habe erfolgreich den LinkedIn Kurs “SAP ABAP Programming Best Practices” bestanden.
Themen:
1. Programming with ABAP Objects
- Why use ABAP Objects
- Demo: Function modules vs. methodes
- ABAP Objects key concepts
2. Programming Standards, Best Practices and Frameworks
- Named conventions
- Literal values and constants
- ABAP Objects program framework
- Program Framework code review
3. Local and Global Classes
- Local class creation overview
- Local class creation demo
- Global class creation overview
- Global class creation demo
- Using the new global class
- Local and global classes
4. Classes and Inheritance
- Inheriting an global class: Demo
- Concepts of inheritance
- Casting
- Polymorphism
- Inheritance application and abstract classes
5. Interfaces
- Interface concepts
- Demo app isues
- Resolving demo app issues
6. Error Handling with Exception Classes
- Exception concepts
- Exception class examples
7. ABAP Unit and Test Classes
- ABAP Unit overview
- ABAP Unit demo