Legacy code. All developers, even ABAPers, have to deal with it—but how? Enter this E-Bite! First up, you’ll get a thorough grounding in the theory behind refactoring legacy procedural code into object-oriented code and how it relates to ABAP. Then, the actual work begins! Step-by-step instructions will lead you through isolating code, breaking dependencies, ensuring new and old code “talk” to each other properly, and more. It’s time to step up your code maintenance game!
* Learn to refactor and transform legacy ABAP procedural code
* Understand what code to change and how to break dependencies
* Isolate legacy code and refactor code separately to minimize risk