Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

sap-trace

Étoiles6
Forks1
Mis à jour24 juillet 2026 à 11:53

Analyzes an already-recorded SAP performance trace and ranks the hotspots. Two sources: --import <file> reads a trace you exported yourself (fully offline, no SAP needed); --source st05|sat drives the GUI to display the latest recorded SQL trace (ST05, "Summarized SQL Statements") or runtime- analysis hit list (SAT) and exports it as a tab file. The analyzer normalizes either shape into a ranked hotspot list, flags anti-patterns (SELECT in loop, SELECT *, full-scan, unguarded FOR ALL ENTRIES, many executions, ABAP-side hotspots), maps each to a rule in abap_code_quality_rules.md and to the object's volume band, and proposes a fix. This v1 reads a trace that ALREADY EXISTS — it does not activate/ deactivate ST05 or start a SAT measurement (capture orchestration is a later phase), and does not read SQL Monitor (SQLM). Pure read-only — never modifies the SAP system. Prerequisites: for --source, an active SAP GUI session (use /sap-login first); for --import, none.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
10 fichiers
SKILL.md
readonly