sap-basis

A guide for administering SAP BASIS, the technical foundation used to run SAP systems. It covers system changes, performance, users and permissions, clients, background jobs, and monitoring.

In plain words
What is it for?
Use it for SAP transport requests, system performance checks, authorization work, client administration, job management, and system monitoring.
Why use it?
It gives administrators documented procedures for moving changes between SAP systems and investigating common operational problems.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/boxlogodev/sapstack/sap-basis
Any agent
npx skills add BoxLogoDev/sapstack --skill sap-basis
Clone the repo
git clone --depth 1 https://github.com/BoxLogoDev/sapstack

Made for: Claude Code, Codex.

Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,091 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00118 $0.02091
Opus 5 $0.00059 $0.01045
Sonnet 5 $0.00024 $0.00418
Haiku 4.5 $0.00012 $0.00209

Measured 2d ago against content hash 067a4acf180e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sap-basis 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 2d 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.

plugins/sap-basis/skills/sap-basis/SKILL.md · 242 lines

How it starts

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

1. Transport Management (STMS)

Landscape Configuration

Standard 3-system landscape: DEV → QAS → PRD

  • Each system has a system ID (SID) and client(s)
  • Transport routes: consolidation route (DEV→QAS) + delivery route (QAS→PRD)

Transport Request Types

Type Description Client-specific?
Workbench Repository objects (programs, tables, classes) No — system-wide
Customizing Client-specific IMG settings Yes — per client
Transport of Copies Copy objects without releasing original No

Transport Workflow

SE09 / SE10 (create / display request in DEV)
  → Release task → Release request
    → STMS (QAS): import queue → import
      → STMS (PRD): import queue → import (after QAS sign-off)

Common Transport Errors

Return Code Meaning Fix
RC=0 Success
RC=4 Warnings Review log — usually OK
RC=8 Errors Check transport log → fix object issue
RC=12 Syntax error SE38 in target system → check syntax
RC=16 Fatal error Check STMS log → object conflicts

Object locked by another request → SM12 → check table TRDIR or object name → identify locking request → coordinate with owner

Import conflict (object already modified differently in target) → SPDD (dictionary objects) / SPAU (other objects) → manual adjustment required


2. Performance Analysis Toolkit

T-code Purpose Key Action
SM50 Work process overview (current instance) Identify long-running / waiting processes
SM66 Global work process overview (all instances) System-wide bottleneck detection
ST05 SQL trace activation + display Find slow queries / missing indexes
SM12 Lock entries Find blocking locks by user / object
ST22 Short dump analysis Root cause of ABAP runtime errors
STAD Workload monitor statistics Response time analysis by user / report
SM21 System log Error / warning messages with timestamp
AL08 Users logged on Current sessions with work process assignment
RZ20 CCMS alert monitor Threshold-based system alerts

Read the full file on GitHub · 242 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. 2d ago First seen · 242 lines · 118 tokens per session scan A 067a4acf180e

Subscribe to this mod's changes

sap-basis is a skill published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 3d ago), licensed MIT. It adds 118 tokens to every session and 2,091 once invoked, about $0.0006 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

abap-check

The catalogue of ABAP problems a green CI does not catch - abapGit round-trip and import failures (BOM, line endings, trailing whitespace, EOF newline, 255-character lines, metadata sidecars for CLAS and for DDLS/BDEF/TABL), activation errors abaplint does not model (classconstructor visibility, LOCAL FRIENDS, generic…

abap2UI5/abap2UI5 · 167 tokens

build-scripts

Standalone Phase 6 of SAP UI testing. Rediscovers the configured test folder, program, approved cases, and primary system from disk; validates upstream inputs; then writes one tests/ /test-scripts/TC-XXX.spec.ts per case using @sap-testing/runtime. Use when the user asks to write, generate, or convert Playwright…

marcellourbani/vscode_abap_remote_fs · 79 tokens

design-cases

Standalone Phase 3 of SAP UI testing. Turns the findings.md decision surface and the screens.md control map into one tests/ /test-cases/TC-XXX.md per candidate case — grounded in the actual code behaviour (overlap/dedup/boundary), with a per-case selection-screen state table and a mandatory post-test verification…

marcellourbani/vscode_abap_remote_fs · 133 tokens

explore-ui

Standalone Phase 2 of SAP UI testing. Opens the target transaction in a real browser (SAP WebGUI) and explores it live to produce tests/ /test-cases/screens.md — the authoritative map of every on-screen control, its accessible name/label as Playwright will see it, and its initial state. This is about how the UI…

marcellourbani/vscode_abap_remote_fs · 112 tokens

sap-webgui

Authoritative SAP WebGUI behavior and locator guidance for live exploration and Playwright script generation. Covers iframes, accessible names, generated IDs, selection screens, dialogs, ALV grids, toolbars, uploads, themes, and known SapSession helper limitations. Load before explore-ui live exploration and before…

marcellourbani/vscode_abap_remote_fs · 69 tokens

sap-system-personality-report

Generate a comprehensive SAP System Personality Report. Analyzes custom code landscape, functional footprint, development activity, health metrics, and package breakdown. Use when a user asks to characterize a system, understand a system, get a system overview, system report, system personality, or "what does this…

marcellourbani/vscode_abap_remote_fs · 82 tokens