
from marcellourbani
Trace SAP SPRO activities to the underlying configuration tables, views, and transactions.
Detailed procedures and lookup queries to map SPRO/IMG activities to the actual storage objects (tables, views, view clusters) and to reconstruct the SPRO menu path. Includes recommended SQL snippets, resolution steps for views and view clusters (DD26S, VCLDIR/VCLSTRUC), transaction resolution (TSTC/TSTCP), and SPRO tree walking using TNODEIMG/TNODEIMGR/TNODEIMGT. Emphasises verification with get_object_lines and warns against guessing table mappings.
Sections:
Use cases: system administrators, ABAP developers, consultants who need to discover where customizing data is stored and how to reach the SPRO menu path for a given activity.
SAP SPRO/IMG tracing skill — purely instructional SKILL.md with no bundled scripts. Provides detailed SQL lookup procedures for navigating SAP Customizing metadata tables (CUS_IMGACH, CUS_ACTOBJ, TNODEIMG, etc.) to trace SPRO activities to underlying configuration tables and views. Exceptionally well-documented with worked examples, critical warnings about common pitfalls, and domain value lookups.
Pure documentation skill — no scripts, no executable code, no security concerns. SKILL.md quality is very high with clear procedures, warnings, and examples. Niche usefulness limited to SAP consultants and ABAP developers.
ABAP Performance — HANA
ABAP performance best-practices for SAP S/4HANA: push data-intensive work to HANA, use CDS/AMDP, and prefer set-based SQL over ABAP loops.
ABAP Performance — ECC (Traditional DB)
ABAP performance best practices for SAP ECC on traditional databases (Oracle, DB2, MSSQL, MaxDB): optimize SELECTs, buffering, internal tables, and common ECC a