The author of »Parallel Processing with ABAP Objects: Implementation and Testing«

Winfried Schwarzmann

Photo of Winfried Schwarzmann
Winfried Schwarzmann is a chief development architect at SAP. Since 2011, he has worked as a trainer for agile software engineering (ASE) and has conducted in-house and external SAP training courses and workshops. He also developed the curriculum for ASE coaches of the SAP S/4HANA organization and the ASE best practices for modernizing ERP. He is the author of Test-Driven Development with ABAP ObjectsTest Data Classes for ABAPDesigning Testable ABAP Classes and Packages, and Parallel Processing with ABAP Objects: Implementation and Testing.
E-Bite

Current titles

  • Cover of Test-Driven Development with ABAP Objects

    Test-Driven Development with ABAP Objects

    Winfried Schwarzmann

    594 pages, hardcover

    Better, cleaner code—every developer’s dream. Test-driven development is how you’ll achieve it! From creating a robust test infrastructure to designing methods, classes, and packages that will stand the test of time, this book provides in-depth instructions for revitalizing your programming. More about the book

    from $84.99

    Available

    E-book | Print edition | Bundle
    • Use test-driven and agile development to write more robust ABAP programs
    • Clean up new and legacy code, minimize dependencies, and improve development efficiency
    • Create integration tests, component tests, and more
  • Cover of Test Data Classes for ABAP

    Test Data Classes for ABAP

    Winfried Schwarzmann

    96 pages

    Test data classes are an efficient alternative to the old test data containers—so see how to implement them in your programming! With concrete examples throughout, this E-Bite will walk you step by step through developing and using test data classes. More about the book

    $29.99

    Available

    E-Bite
    • See how test data classes simplify test data creation
    • Develop test data classes with step-by-step instructions and exercises
    • Create test data for data access classes, API classes, and more
  • Cover of Designing Testable ABAP Classes and Packages

    Designing Testable ABAP Classes and Packages

    Winfried Schwarzmann

    91 pages

    Apply clean design principles to your ABAP classes and packages! Follow detailed, step-by-step examples to design and improve these ABAP development objects. You’ll learn how to identify existing problems, encapsulate and decouple different types of classes and packages, and build More about the book

    $29.99

    Available

    E-Bite
    • Learn about clean design properties for classes and packages
    • Design encapsulated, decoupled, and testable classes and packages
    • Implement design rules in your own code by following detailed exercises