sap-activate-object
Activates an inactive SAP repository object via SAP GUI Scripting. Routes to the correct transaction by object type: SE38 for reports/programs/function- group…
Confirm-gated, DEV-only test-user lifecycle over released BAPI_USER_* RFCs — turns a multi-day basis ticket loop (create a user with exactly this role, assign, lock, reset, delete) into a 30-second cycle so consultants can validate a role design end-to-end. Modes: create / show
$ npx -y skills add sapdev-ai/sap-dev --skill sap-su01 --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sap-su01Context preview
The summary Claude sees to decide when to auto-load this skill.
Confirm-gated, DEV-only test-user lifecycle over released BAPI_USER_* RFCs — turns a multi-day basis ticket loop (create a user with exactly this role, assign, lock, reset, delete) into a 30-second cycle so consultants can validate a role design end-to-end. Modes: create / show
name: sap-su01 description: | Confirm-gated, DEV-only test-user lifecycle over released BAPI_USER_* RFCs — turns a multi-day basis ticket loop (create a user with exactly this role, assign, lock, reset, delete) into a 30-second cycle so consultants can validate a role design end-to-end. Modes: create / show / assign / unassign / lock / unlock / reset-password / delete / cleanup. Every write refuses on a PRODUCTION client (T000 guard) and is verified by an authoritative USR02 / AGR_USERS re-read — success is never claimed from the BAPI RETURN alone. Generated passwords are DPAPI-encrypted into a per-(SID,client) registry that powers orphan-free cleanup. Pure RFC (all FMs probed remote-enabled on S/4HANA 1909 + ECC 6) — no GUI, no Z objects, no transports (user master data is client-local). Ships the assignment read-modify-write path that /sap-pfcg reuses. Prerequisites: SAP profile via /sap-login (RFC) with user-admin authorization (S_USER_GRP/S_USER_AGR); SAP NCo 3.1 (32-bit). argument-hint: "create <USER> [--type A] [--group G] [--roles R1,R2] [--desc ...] | show <USER> | assign|unassign <USER> <ROLES> | lock|unlock <USER> | reset-password <USER> | delete <USER> | cleanup [--older-than Nd] [--dry-run]"
You run a **DEV-only, confirm-gated** test-user lifecycle over released BAPI_USER_* RFCs. Every write refuses on production, and every write is **verified by an authoritative re-read** — never trusted from the BAPI RETURN alone.
Task: $ARGUMENTS
---
| File | Token / call | Purpose | |---|---|---| | `<SAP_DEV_CORE_SHARED_DIR>/rules/safety_policy.md` + `<SAP_DEV_CORE_SHARED_DIR>/scripts/sap_safety_gate.ps1` | Rule 0 | Environment guard — Step 2.5 runs `-Action assert` before the write | | `<SKILL_DIR>/references/sap_su01_rfc.ps1` | `-Action precheck\|show\|create\|assign\|unassign\|lock\|unlock\|resetpw\|delete` | BAPI_USER_* backend + DEV guard + verify re-reads | | `<SKILL_DIR>/references/sap_su01_store.ps1` | `-Action upsert\|remove\|isowned\|list` | Per-(SID,client) test-user registry (JSONL, DPAPI passwords) | | `<SAP_DEV_CORE_SHARED_DIR>/scripts/sap_dpapi.ps1` | via the backend | Password protect (`dpapi:<b64>`); plaintext never stored/printed | | `/sap-login` | sub-skill | Pinned RFC profile | | `/sap-doctor` | sub-skill | `auth` group pre-declares S_USER_* gaps |
---
Resolve `work_dir` + `{RUN_TEMP}` (canonical one-liner — `sap_connection_lib.ps1` is dot-sourced there — with `Write-Output ('RUN_TEMP=' + (Get-SapRunTemp))` appended). `{RUN_TEMP}` = the per-run scratch dir holding the log state file; mint it once here and reuse (re-minting breaks the `-Action end` state-file lookup). Start logging (`sap_log_helper.ps1`, state `{RUN_TEMP}\sap_su01_run.json`). Resolve settings: `su01_user_prefix` (default `ZTEST_`), `su01_default_user_type` (`A`), `su01_valid_days` (`30`).
Mode dispatch (see argument-hint). Uppercase USER, cap at 12 chars. `create` defaults type to `su01_default_user_type` and (if `--valid-to` absent) valid-to = today + `su01_valid_days`. Resolve the pinned profile's own user (for the self-target guard).
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File "<SKILL_DIR>\references\sap_su01_rfc.ps1" -Action precheck -User <USER> -SharedDir "<SAP_DEV_CORE_SHARED_DIR>"
Reads `SU01: precheck client=<C> dev_ok=<bool> reason=<..> user=<U> exists=<bool>`.
the client is production/non-modifiable, STOP. (The guard refuses **production only** — Test/Customizing clients are legitimate homes for test users.)
show/assign/lock/etc → `SU01_USER_NOT_FOUND`.
authorized` → surfaced as `SU01_BAPI_ERROR` (honest; point to `/sap-doctor auth`).
Pinned RFC profile required (`/sap-login`). **Refuse** `lock`/`delete`/`reset-password` of the pinned profile's own user → `SU01_SELF_TARGET_REFUSED`.
**Rule 0 first** (`safety_policy.md`; every write mode — `show` skips it): `powershell -NoProfile -ExecutionPolicy Bypass -File "<SAP_DEV_CORE_SHARED_DIR>\scripts\sap_safety_gate.ps1" -Action assert -Skill sap-su01` — `SAFETY: ALLOW` (0) proceed; `TYPED_CONFIRM_REQUIRED` (3) -> the operator types the shown `PROD <SID>/<CLIENT>` token, re-run with `-ConfirmationText '<their verbatim answer>'`, proceed only on `ALLOW_CONFIRMED`; `REFUSED class=<C>` (1) / `ERROR` (2) -> **STOP**, end `FAILED` with `-ErrorClass <C>`, relay the remediation lines — never bypass or work around it manually. SU01_NON_DEV_REFUSED remains the stricter inner guard (production/non-modifiable refused outright, no override) — Rule 0 adds the profile/policy layer on top.
State SID / client / user / (roles) and get a yes/no. **delete** of a user NOT in the registry AND not matching `su01_user_prefix` → require the operator to **type the username** (foreign-user typed confirmation). `cleanup` → one summary confirm for the batch.
Run the backend action (32-bit PS), passing `-SelfUser <own user>`. Read the `SU01:` + `STATUS:` lines. The backend already:
`BAPI_USER_CHANGE`+PASSWORDX, `BAPI_USER_LOCK/UNLOCK`, `BAPI_USER_ACTGROUPS_ASSIGN`, `BAPI_USER_DELETE`), commits, and **verifies by re-read** (USR02 row / UFLAG / AGR_USERS set) — `STATUS: VERIFY_MISMATCH` if the re-read disagrees with the intent.
requested roles → ACTGROUPS_ASSIG
SAP development automation skills for AI coding assistants. Windows-only — the skills drive SAP GUI for Windows via GUI Scripting (plus optional RFC via SAP NCo); there is no macOS/Linux path.
Repo: sapdev-ai/sap-dev
Activates an inactive SAP repository object via SAP GUI Scripting. Routes to the correct transaction by object type: SE38 for reports/programs/function- group…
Natural-language SAP API discovery over RFC (no GUI): turn a goal like "create a sales order" or "post a goods movement" into a ranked, trap-annotated,…
Runs the SAP ABAP Test Cockpit (ATC) end-to-end as a quality gate: builds an SCI Object Set scoped to the target object(s), creates an ATC Run Series bound to…
Executes BDC (Batch Data Communication) sessions in SAP via RFC. Reads SHDB recording files from the bdc/ folder, connects via SAP NCo 3.1, calls…
Changes the package (TADIR-DEVCLASS) assignment of an SAP repository object via the "Object Directory Entry" dialog (Goto > Object Directory Entry). Routes by…
Validates ABAP source (report / program / FM / class / include) before deployment — one skill, dimension-dispatched: naming (variable conventions), type (DDIC…