sap-clean-core-atc

Classify custom ABAP code into Clean Core levels A–D using ABAP_CLOUD_READINESS.

156|39|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/arc-mcp/arc-1 --skill sap-clean-core-atc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-clean-core-atc
Source: https://github.com/arc-mcp/arc-1/tree/main/skills/sap-clean-core-atc
Command: npx skills add https://github.com/arc-mcp/arc-1 --skill sap-clean-core-atc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill evaluates a package of custom code for readiness to run on SAP Clean Core by classifying Z/Y objects into Clean Core Levels A–D based on the SAP APIs they use.

Core Features & Use Cases

  • Code Readiness Assessment: Evaluates custom code to determine its readiness for the cloud by using SAP Clean Core levels A–D.
  • Audit & Report Generation: Generates a report outlining the classification and risk level of each code object.
  • Use Case: When planning a migration to SAP Clean Core, this skill helps assess and plan the migration of a custom code package by providing a detailed report on each object's cloud-readiness.

Quick Start

Audit a package 'Z_FI_CUSTOM' for Clean Core readiness by running 'sap-clean-core-atc Z_FI_CUSTOM'.

Frequently Asked Questions about sap-clean-core-atc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check custom ABAP code readiness for SAP Clean Core migration?

To check custom ABAP code readiness for SAP Clean Core, evaluate Z/Y objects by classifying their API usage into Clean Core Levels A–D. This generates a detailed report outlining the cloud readiness and risk level of each code object.

What do SAP Clean Core levels A-D mean for custom code classification?

SAP Clean Core levels A–D represent a classification system for custom code based on SAP API usage. Level A indicates full cloud readiness, while higher levels signify increased modification depth and greater migration risk for the evaluated objects.

How do I audit an ABAP package for cloud readiness using ATC?

To audit an ABAP package for cloud readiness, run the readiness evaluation command targeting the specific package name. The tool applies ABAP_CLOUD_READINESS analysis to classify objects and generate a detailed migration risk report.

Do I need mcp-sap-docs to classify SAP API usage for Clean Core evaluation?

Yes, you need mcp-sap-docs to classify SAP API usage for Clean Core evaluation. The code readiness assessment depends on mcp-sap-docs to accurately map API usage to the respective Clean Core levels during the ABAP_CLOUD_READINESS analysis.

Can I evaluate individual ABAP objects instead of a full package for Clean Core readiness?

Yes, you can evaluate individual ABAP objects for Clean Core readiness. The classification process applies to both entire packages and specific objects, allowing targeted API usage analysis and cloud readiness assessment for individual Z/Y components.