AI-Assisted SAP Code Reviews. What to Trust and What to Verify
Dev.to AI
•
AI Tools
If you've tried using AI for code reviews in SAP, you've probably noticed it works well on some things and gives you completely overconfident answers on others. The frustrating part is that it doesn't always tell you which is which. For example, you're halfway through a code review, and you've been staring at the same ABAP report for the last two hours. You paste it into an AI tool, it comes back in seconds; flags a SELECT inside a loop you missed, suggests cleaner error handling, and points out a variable that's never used. You fix the issues, feel good about it, and move on.