Custom Code Remediation
The A2 agent automatically rewrites incompatible ABAP to released SAP APIs and clean-core extension points — every replacement verified against your target system before a line is written.
Start Free Scan →SELECT * elimination
Replace SELECT * with explicit field lists. Prevent performance issues on column-store HANA tables.
Deprecated table replacement
Substitute ECC tables (MARA, VBAK, BSEG) with released S/4HANA CDS views (I_Material, I_SalesDocument, I_GLAccountLineItem).
FOR ALL ENTRIES guard
Auto-insert initial-check guards to prevent full-table scans.
Released API migration
Replace internal FMs and BAPIs with C1-released API equivalents confirmed in your target system.
Pool/cluster table JOINs
Rewrite direct JOINs on BSEG, KONV, STXL to use released CDS views.