SAP / SAP Senior Level (10+ yrs) Interview questions
How do you assess whether an existing customization violates Clean Core principles?
A structured assessment typically starts with SAP's own tooling — the ABAP Test Cockpit and the SAP Readiness Check — which can automatically flag custom code that accesses SAP standard objects directly, uses deprecated statements, or relies on non-released APIs, giving a quantifiable inventory rather than relying purely on manual code review.
flowchart TD
A[Run ABAP Test Cockpit / Readiness Check] --> B[Inventory of custom objects flagged by risk level]
B --> C{Uses only released APIs/extension points?}
C -->|Yes| D[Clean - low remediation priority]
C -->|No| E[Not clean - prioritize for remediation]
From that inventory, custom objects are typically triaged by both technical severity (how deeply it touches unreleased internals) and business criticality (how central that customization is to actual operations), producing a prioritized remediation backlog rather than treating "clean up everything" as a single undifferentiated task — a genuinely large legacy landscape might have thousands of custom objects, and not all deserve equal urgency.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
