Design Patterns in ABAP Objects

Design Patterns in ABAP ObjectsUse design patterns to step up your object-oriented ABAP game, starting with MVC! Want to create objects only when needed? Call objects only when required, minimizing runtime and memory costs? Reduce errors and effort by only coding an object once? Future-proof your code with a flexible design? Design patterns are the answer! With this guide, you’ll get practical examples for every design pattern that will have you writing readable, flexible, and reusable code in no time!

  • Use design patterns to write better code, faster
  • Implement common architectural, structural, and behavioral design patterns
  • See design patterns in action with real-world SAP applications

What You Will Learn?

Creational Design Patterns

Create objects with the abstract factory, builder, factory, lazy initialization, multiton, prototype, and singleton design patterns.

Structural Design Patterns

Allow objects to interact and work together without interdependency with the adapter, bridge, composite, data access object, decorator, façade, flyweight, property container, and proxy design patterns.

Behavioral Design Patterns

Increase the flexibility of your object communication with the chain of responsibility, command, mediator, memento, observer, servant, state, strategy, template method, and visitor design patterns.

Book’s Highlights

  • MVC (model, view, controller) pattern
  • Singleton pattern
  • Factory pattern
  • Builder pattern
  • Observer pattern
  • Visitor pattern
  • Lazy initialization pattern
  • Template method
  • Strategy pattern
  • Decorator pattern
  • ABAP-specific examples
  • Anti-patterns

About the Author of This SAP ABAP Book

Dr. Kerem Koseoglu is a freelance SAP software architect, working professionally since 2000. He specializes in the development of comprehensive applications using design patterns and also conducts technical training related to design patterns. He has participated in global software development projects, taking diverse roles including lead architect, team lead, developer, technical advisor, instructor, and project manager. His former publications include four books and countless articles for technical magazines in Turkey. He has a Ph.D. in organizational behavior. For more information, you can visit his website at http://kerem.koseoglu.info.

Purchase This SAP ABAP Book

If you want to download this e-book, please click on the cover image. You will be redirected to sap-press.com, the only website that sells SAP PRESS e-books. Don’t worry, if you prefer to hold your book the print version is also available for purchase.

Page last updated by S-User on