abap-cloud-migration

abap-cloud-migration is a skill for Claude Code from likweitan/abap-skills. It costs 170 tokens per session (2,726 once invoked), scanned A, original, MIT.

Guidance for moving older, traditional ABAP custom code to ABAP Cloud. It covers checking the code, finding incompatible language features or unreleased SAP interfaces, and adapting or wrapping them.

In plain words
What is it for?
Use it to assess classic ABAP, interpret ATC Cloud Readiness results, replace or wrap unavailable interfaces, adapt code, and verify the migrated result.
Why use it?
It turns a broad migration into a sequence of checks, replacements, code changes, and tests, while addressing common compatibility problems.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sap-abap plugin — 18 skills shipped together

Good fit Use it to assess classic ABAP, interpret ATC Cloud Readiness results, replace or wrap unavailable interfaces, adapt code, and verify the migrated result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/likweitan/abap-skills/abap-cloud-migration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add likweitan/abap-skills --skill abap-cloud-migration
Clone the repo
git clone --depth 1 https://github.com/likweitan/abap-skills

Made for: Claude Code.

Or install sap-abap, the plugin that ships this one along with the rest of its 18 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for abap-cloud-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/likweitan/abap-skills/abap-cloud-migration/github.svg)](https://agentmods.dev/skills/likweitan/abap-skills/abap-cloud-migration)
Your own site
<a href="https://agentmods.dev/skills/likweitan/abap-skills/abap-cloud-migration"><img src="https://agentmods.dev/badge/skills/likweitan/abap-skills/abap-cloud-migration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for abap-cloud-migration

Your own site · 80×15
<a href="https://agentmods.dev/skills/likweitan/abap-skills/abap-cloud-migration"><img src="https://agentmods.dev/badge/skills/likweitan/abap-skills/abap-cloud-migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,726 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00170 $0.02726
Opus 5 $0.00085 $0.01363
Sonnet 5 $0.00034 $0.00545
Haiku 4.5 $0.00017 $0.00273

Measured 11d ago against content hash 27121089ad3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

abap-cloud-migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/abap-cloud-migration/SKILL.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ABAP Cloud Migration Patterns

Guide for systematically migrating classic ABAP custom code to ABAP Cloud (Tier 1) compliance.

Workflow

  1. Assess current state: Run ATC Cloud Readiness checks on existing code
  2. Categorize findings: Group by finding type (unreleased API, language construct, etc.)
  3. Plan migration: Prioritize by impact and determine replacement strategy
  4. Implement replacements: Apply released API replacements or create wrappers
  5. Validate: Re-run ATC checks and test functionality

Migration Assessment

Running ATC Cloud Readiness Checks

  1. In ADT: Right-click package → Run AsABAP Test Cockpit
  2. Use check variant ABAP_CLOUD_READINESS or a custom variant with cloud-relevant checks
  3. Review findings in the ATC Results view

Key ATC Check Messages

Message ID Description Action
NROB Use of unreleased number range API Use CL_NUMBERRANGE_RUNTIME
BAPI Direct BAPI call Use released RAP API or wrapper
DYNP Dynpro/screen usage Replace with Fiori/UI5
FUGR Unreleased function module call Find released replacement or wrap
CLAS Unreleased class usage Find released replacement or wrap
TABL Direct DB table access (not released) Use released CDS view entity
LANG Incompatible language construct Refactor to use modern ABAP

Common API Replacements

Database Access

Classic Pattern ABAP Cloud Replacement
SELECT FROM mara SELECT FROM i_product
SELECT FROM bkpf / bseg SELECT FROM i_journalentry
SELECT FROM vbak / vbap SELECT FROM i_salesorder
SELECT FROM ekko / ekpo SELECT FROM i_purchaseorder
SELECT FROM kna1 SELECT FROM i_customer
SELECT FROM lfa1 SELECT FROM i_supplier
SELECT FROM t001 SELECT FROM i_companycode
Direct table access Use I_* released CDS views

Read the full file on GitHub · 289 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 289 lines · 170 tokens per session scan A 27121089ad3b

Subscribe to this mod's changes

abap-cloud-migration is a skill published in the GitHub repository likweitan/abap-skills (60 stars, last pushed 15d ago), licensed MIT. It adds 170 tokens to every session and 2,726 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sap-expert

Expert in SAP ERP systems, ABAP programming, SAP HANA, S/4HANA, Fiori applications, and SAP integration patterns including OData, RFC, and IDoc. Use when the user mentions ERP, enterprise, business apps, ABAP, HANA, or S/4HANA, or when the task involves SAP Ecosystem, ABAP Development, Integration Technologies, or…

personamanagmentlayer/pcl · 92 tokens

sap-transport-gate

Use for SAP Transport Request pre-release gate review (QAS/PRD). Triggers on any TR number in input (pattern: uppercase letters + K + 6 digits, e.g., DEVK900123, ECDK943668). Asks user: code-quality-only or functional+code review. Performs 10-dimension risk review of ABAP/CDS/DDIC source, object list, dependencies…

shrek-abaper/sap-engineering-skill · 185 tokens

abap-code-review

Performs structured pre-release security and quality review of SAP ABAP programs across 9 dimensions (SEC, AUTH, DATA, PERF, STD, INTERFACE, CHANGE, COMP, FUNC), producing a formal sign-off-ready Markdown assessment report. Trigger when the user asks to review, audit, assess, or check ABAP code before release …

shrek-abaper/sap-engineering-skill · 162 tokens

sap-sac-planning

SAP Analytics Cloud (SAC) planning guidance for planning models, planning-enabled stories, data actions, multi actions, version management, data locking, calendar/input workflows, allocations, value driver trees, BPC live planning, and Seamless Planning with SAP Datasphere. Use this for planning design, planning APIs…

secondsky/sap-skills · 110 tokens

sap-sac-custom-widget

SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions…

secondsky/sap-skills · 103 tokens

sap-dependency-security

SAP dependency security and MCP executable trust policy with secure upgrades, cooldowns, staged rollout, and supply-chain protection. Use when upgrading deps, configuring security policies, preventing supply chain attacks, pinning SAP MCP servers, or reviewing SAP CAP/UI5/Fiori/HANA/Datasphere/SAC/BTP/ABAP dependency…

secondsky/sap-skills · 71 tokens