
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.
This skill has not been reviewed by our automated audit pipeline yet.
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