Cantitate/Preț
Produs

Improving the Quality of ABAP Code: Striving for Perfection

Autor Paul David Hardy
en Limba Engleză Paperback – 17 mar 2021
Gain an in-depth understanding of the large number of common problems found in ABAP programs and have a robust methodology for fixing problems when you find them. This book also shows you how to prevent them from occurring in new programs.
A large chunk of the world’s biggest organizations use SAP software and virtually all of them have very large amounts of custom code. However, a lot of that custom code is not as good as it could be. In this book we look at why object-oriented programming is the basic building block for improved program quality and at the test-driven development that this enables. We cover the three pillars of clarity, stability, and high performance on which a high-quality ABAP program stands. You will then move on to the user interface, which needs its own set of standards for high quality. In the final chapters, you will learn about specialist topics such as user exits, making sure code will run on the latest releases of SAP, and how to add your own automated custom code quality checks.


What You Will Learn
  • Know why object-oriented programming and test-driven development are the cornerstones of high-quality custom code
  • Ensure that the three pillars of clarity, stability, and high performance are fulfilled
  • Make sure your applications are user friendly
  • Ensure that your custom code works on newer SAP releases
  • Create your own custom code quality checks


Who This Book Is For ABAP developers who started yesterday or have been programming for 20 years

Citește tot Restrânge

Preț: 27866 lei

Preț vechi: 34833 lei
-20% Nou

Puncte Express: 418

Preț estimativ în valută:
5334 5547$ 4470£

Carte disponibilă

Livrare economică 20 februarie-06 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484267103
ISBN-10: 1484267109
Pagini: 512
Ilustrații: XXIV, 512 p. 86 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.92 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Why Object-Oriented Programming Is a Must for Code Quality.- Chapter 2: Why Test-Driven Development Is a Must for Code Quality.- Chapter 3: Clarity—The First Pillar of Code Quality.- Chapter 4: Stability—The Second Pillar of Code Quality.- Chapter 5: Performance—The Third Pillar of Code Quality.- Chapter 6: User Friendliness—Ensuring UI Quality.- Chapter 7: User Exits—Defusing a Potential Time Bomb.- Chapter 8: Ensuring Code Runs in S/4HANA.- Chapter 9: Ensuring Code Runs in ABAP in the Cloud.- Chapter 10: Creating Your Own Custom ATC Checks.

Notă biografică

Paul Hardy joined Heidelberg Cement in the UK in 1990. For the first seven years, he worked as an accountant. In 1997, a global SAP rollout came along and he jumped on board and has never looked back. He has worked on country-specific SAP implementations in the United Kingdom, Germany, Israel, and Australia.
After starting off as a business analyst configuring the good old IMG, Paul swiftly moved on to the wonderful world of ABAP programming. After the initial run of data conversion programs, ALV reports, interactive Dynpro screens, and SAPscript forms, he yearned for something more and since then has been eagerly investigating each new technology as it comes out, which culminated in him writing the book, ABAP to the Future.
Paul became an SAP Mentor in March 2017 and can regularly be found blogging on the SAP Community site and presenting at SAP conferences in Australia (Mastering SAP Technology and the SAP Australian User Group annual conference)and at SAP TECHED Las Vegas. If you happen to be at one of these conferences, Paul invites you to come and have a drink with him at the networking event in the evening and to ask him the most difficult questions you can think of, preferably about SAP.

Textul de pe ultima copertă

Gain an in-depth understanding of the large number of common problems found in ABAP programs and have a robust methodology for fixing problems when you find them. This book also shows you how to prevent them from occurring in new programs.

A large chunk of the world’s biggest organizations use SAP software and virtually all of them have very large amounts of custom code. However, a lot of that custom code is not as good as it could be. In this book we look at why object-oriented programming is the basic building block for improved program quality and at the test-driven development that this enables. We cover the three pillars of clarity, stability, and high performance on which a high-quality ABAP program stands. You will then move on to the user interface, which needs its own set of standards for high quality. In the final chapters, you will learn about specialist topics such as user exits, making sure code will run on the latest releases of SAP, and how to add yourown automated custom code quality checks.

You will:
  • Know why object-oriented programming and test-driven development are the cornerstones of high-quality custom code
  • Ensure that the three pillars of clarity, stability, and high performance are fulfilled
  • Make sure your applications are user friendly
  • Ensure that your custom code works on newer SAP releases
  • Create your own custom code quality checks



Caracteristici

Based on real-world examples rather than academic theory Teaches why the problems are bad rather than just saying how to fix them Covers a subject of interest to every ABAP programmer