sap-integration-wiki

sap-integration-wiki is a skill for Claude Code, Codex from shrek-abaper/sap-engineering-skill. It costs 517 tokens per session (3,234 once invoked), scanned A, original, MIT.

A routing guide for connecting software outside SAP—such as Java, Python, .NET, or Node.js—to SAP systems. It helps choose among interfaces including OData, REST, SOAP, RFC, IDoc, BAPI, and SAP integration services.

In plain words
What is it for?
Use it to plan or troubleshoot integrations for purchase orders, sales orders, inventory, financial documents, materials, business partners, production orders, and related SAP data.
Why use it?
SAP has several integration methods, and the right choice depends on the SAP edition, data direction, timing, business object, and consumer technology. The guide asks for those details before selecting supporting instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan or troubleshoot integrations for purchase orders, sales orders, inventory, financial documents, materials, business partners, production orders, and related SAP data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki
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 shrek-abaper/sap-engineering-skill --skill sap-integration-wiki
Clone the repo
git clone --depth 1 https://github.com/shrek-abaper/sap-engineering-skill

Made for: Claude Code, Codex.

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 sap-integration-wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki/github.svg)](https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki)
Your own site
<a href="https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki"><img src="https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki/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 sap-integration-wiki

Your own site · 80×15
<a href="https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki"><img src="https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-integration-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 517 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00517 $0.03234
Opus 5 $0.00259 $0.01617
Sonnet 5 $0.00103 $0.00647
Haiku 4.5 $0.00052 $0.00323

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

Security

Grade A, and why

sap-integration-wiki scanned grade A with 1 finding 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/gen-idoc-template.py, scripts/gen-jco-config.py, scripts/gen-odata-postman.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| SOAP over HTTP RFC (no JCo) | `references/tech/soap-rfc-http.md` | Call any RFC-FM from non-JVM runtime via HTTPS — Python, Node.js, Go, curl; ECC or S/4 On-Prem |
skills/sap-integration-wiki/SKILL.md · 169 lines

How it starts

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

SAP Integration Wiki

This skill routes integration questions to the right reference based on your context. Before loading any reference file, ask the following if not already clear from the user's message:

Clarifying questions (ask only what is unknown)

  1. SAP version: ECC 6.0 / S/4HANA On-Premise / S/4HANA Cloud Public Edition / S/4HANA Cloud Private Edition?
  2. Integration direction: External → SAP (write/trigger) / SAP → External (event/push) / Bidirectional / Read-only query?
  3. Latency requirement: Synchronous (real-time response needed) / Asynchronous (fire-and-forget or queue)?
  4. Business object: Purchase Order / Sales Order / Inventory/Stock / Financial Document / Material Master / Business Partner / Production Order / BOM / Other?
  5. Consumer technology: Java/JVM / Python / .NET / Node.js / Low-code (Zapier, Power Automate) / Other?

Routing logic

After clarifying, follow this decision tree to pick the right reference files:

Step 1: Pick the scenario file

Read the relevant file from references/scenarios/ based on the business object:

Business Object File
Purchase Order (create, read, change, approve) references/scenarios/mm-po.md
Inventory / Stock query or reservation references/scenarios/mm-stock.md
Sales Order (create, track, confirm) references/scenarios/sd-order.md
Financial Document (post GL, read FI docs) references/scenarios/fi-doc.md
AR / AP open items, supplier invoice, payment, down payment references/scenarios/fi-ar-ap.md
Fixed Asset (read register, acquisition, retirement, transfer) references/scenarios/fi-asset.md
Financial Shared Service Center (FSSC) — Kingdee↔SAP, CFIN references/scenarios/fi-fssc.md
Material Master / Business Partner / Org Data (cost center, plant) references/scenarios/master-data.md
Production Order / BOM / Goods Movement (261/101) / MRP references/scenarios/pp-production.md

Always read the scenario file first before reading any tech file. The scenario file specifies which integration technology to recommend per version.

Read the full file on GitHub · 169 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. 10d ago First seen · 169 lines · 517 tokens per session scan A 0458734f76e3

Subscribe to this mod's changes

sap-integration-wiki is a skill published in the GitHub repository shrek-abaper/sap-engineering-skill (36 stars, last pushed 23d ago), licensed MIT. It adds 517 tokens to every session and 3,234 once invoked, about $0.0026 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

cds-view-entities

Help with CDS (Core Data Services) view entity development including data modeling, annotations, associations, compositions, access controls, aggregate expressions, built-in functions, and input parameters. Use when users ask about CDS views, CDS view entities, CDS annotations, CDS associations, CDS compositions, CDS…

likweitan/abap-skills · 153 tokens

rap

Help with RAP (RESTful ABAP Programming Model) development including behavior definitions, EML statements, managed and unmanaged BOs, draft handling, actions, validations, determinations, side effects, and business events. Use when users ask about RAP, BDEF, BDL, EML, behavior definitions, behavior pools, managed BO…

likweitan/abap-skills · 165 tokens

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

abap-cloud

Help with ABAP Cloud development including the 3-tier extensibility model, ABAP Cloud language version restrictions, wrapper patterns for unreleased APIs, clean core principles, and key user vs developer extensibility. Use when users ask about ABAP Cloud, ABAP for Cloud Development, clean core, 3-tier model, tier 1…

likweitan/abap-skills · 153 tokens

badi-enhancement

Help with BAdI (Business Add-In) development and the ABAP enhancement framework including new BAdIs, fallback classes, filter-based BAdIs, enhancement spots, enhancement implementations, key user extensibility, classic BAdIs, and the new enhancement framework. Use when users ask about BAdI, BAdIs, Business Add-In…

likweitan/abap-skills · 184 tokens

btp-abap-environment

Help with SAP BTP ABAP Environment setup and development including service instance creation, ADT connectivity, communication arrangements, communication scenarios, inbound/outbound services, destination configuration, identity and access management, software components, and first-project scaffolding. Use when users…

likweitan/abap-skills · 177 tokens