Guides
The guides collect practical starting points for concrete ABAP development tasks. Each guide has its own page with goal, workflow, and example prompt.
Getting started
Open a workspace, create or import a first artifact, and understand the review flow before accepting changes.
Open guideRefactoring legacy code
Analyze grown reports, includes, or form routines and move them step by step into better encapsulated, testable structures.
Open guideGenerating user documentation
Evaluate existing program logic and derive understandable, business-facing documentation for users or key users.
Open guideMigrating a legacy application to RAP
Use legacy artifacts as the starting point, cut responsibilities, and prepare the path toward RAP-oriented classes, services, and tests.
Open guideBug fixing
Trace failure paths, narrow down likely causes, and inspect proposed changes in the diff before accepting them.
Open guide