/abap-clean-core
Classify an object.
Recommends the clean-core approach for a requirement or an object, and
classifies the clean-core level A, B, C or D — with citable evidence to
defend the call.
When CSPeach is connected, it verifies that against your live system:
released-API state and ATC.
Read-only
/abap-cloud-check
Check the code.
Checks ABAP code for clean core and cloud readiness — unreleased APIs,
classic statements, direct access to SAP standard tables, and statements
not allowed in ABAP Cloud.
Each finding comes with concrete modernization guidance.
Read-only
/abap-cca
Assess the whole estate.
Custom code analysis across the estate: inventories the custom objects,
analyses usage and ATC findings, and classifies each one keep, fix,
retire or redesign.
It produces review worksheets for your functional leads and an
assessment report.
/abap-rap
Build clean.
Builds a complete RAP stack — database table, CDS interface view, CDS
projection view, behavior definition, behavior implementation, metadata
extension, service definition, service binding — created and activated on
your system in dependency order, after a plan your developer approves.
On a model that already exists, /abap-extend-model adds a
field, a UI column, a validation, a determination or an action in place,
and /abap-eml writes and tests the EML.
/abap-upgrade-scan · -fix · -verify
Fix what the upgrade finds.
/abap-upgrade-scan runs the ATC readiness scan.
/abap-upgrade-fix works through the findings with
successor-API lookup, a syntax check before every write, and snapshot
rollback if one goes wrong.
/abap-upgrade-verify writes the sign-off report.
/abap-enhance
Extend standard.
Extends SAP-delivered standard through BAdIs, enhancement spots and
exits.
It explains the trade-offs between them before anything is chosen.
/abap-modernize
Modernize a classic program.
Moves a classic program to the best modern architecture your release
supports — RAP, SEGW or OO.
Which one it proposes depends on the release you are on.