sap-se01listed
Install: claude install-skill sapdev-ai/sap-dev
# SAP SE01 — Transport Request Management Skill
You manage SAP transport requests via SE01 using SAP GUI Scripting. Four modes:
**CREATE** (default), **RELEASE**, **DELETE**, and **REMOVE-OBJECTS**.
Task: $ARGUMENTS
## Mode dispatch
Look at `$ARGUMENTS` to pick the mode:
| First token (case-insensitive) | Mode | Skip to |
|---|---|---|
| `release` followed by a TR (e.g. `release ER1K900234`) | RELEASE | "Release Mode" section below |
| `delete` followed by a TR (e.g. `delete ER1K900234`) | DELETE | "Delete Mode" section below |
| `remove-objects` / `remove-object` / `delobj` followed by a TR (e.g. `remove-objects ER1K900234 OBJECTS=ZCMD_RFCVAL`) | REMOVE-OBJECTS | "Remove-Objects Mode" section below |
| `create` (or no first-token keyword) | CREATE | continue with Step 1 |
Direct callers (`/sap-transport-request`) typically use the bare CREATE form.
---
# Create Mode (default)
Steps 0 – 7 below are the CREATE flow.
## Shared Resources
| File | Purpose |
|---|---|
| `<SAP_DEV_CORE_SHARED_DIR>/rules/safety_policy.md` | **Rule 0 (highest priority)** — environment guard; enforced by Step 0.6 via `sap_safety_gate.ps1` |
| `<SAP_DEV_CORE_SHARED_DIR>/rules/skill_operating_rules.md` | Mandatory operating rules (no SQL writes on standard tables; no unsolicited deploys) |
| `<SAP_DEV_CORE_SHARED_DIR>/rules/tr_resolution.md` | Transport request resolution flow — defines `way_to_get_transport_request`, `rule_of_tr_description`, and the 60-char compression algorithm. This skill