sap-customizing

Trace SAP SPRO/IMG activities to underlying customizing tables and views.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/LeON-W666/ABAP-Remote-FS-for-Codex --skill sap-customizing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-customizing
Source: https://github.com/LeON-W666/ABAP-Remote-FS-for-Codex/tree/main/client/media/skills/sap-customizing
Command: npx skills add https://github.com/LeON-W666/ABAP-Remote-FS-for-Codex --skill sap-customizing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SAP Customizing inquiries often lead to guessing which SPRO/IMG activity affects which underlying database objects, creating time-consuming blind troubleshooting.

Core Features & Use Cases

  • SPRO activity discovery by meaning: Find the IMG/SPRO activity that matches a user-described customization topic and identify its storage objects.
  • Object resolution to actionable data: Trace maintenance objects (views, view clusters, tables with text tables, or transactions) to the actual tables and resolve view clusters to base tables.
  • SPRO menu path reconstruction: Locate the SPRO menu path for a given customizing activity by walking the IMG tree hierarchy across linked sub-trees.

Quick Start

Ask an AI: "Where in SPRO is the setting for material type attributes stored, and which base tables do I query to verify it?"

Frequently Asked Questions about sap-customizing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find which database table stores an SAP SPRO customizing setting?

To find the database table for an SAP SPRO customizing setting, trace the IMG activity to its maintenance object, then resolve the view or view cluster to the base table. This avoids guessing and minimizes lookup round-trips.

What is the best way to resolve an SM30 maintenance view to its underlying base tables in SAP?

Resolving an SM30 maintenance view to base tables requires reading the view structure first to avoid hardcoded field assumptions. You decompose view clusters into their individual maintenance objects to identify the actual database tables.

How do I locate the SPRO menu path for a specific IMG activity during SAP troubleshooting?

To locate the SPRO menu path for an IMG activity, walk the IMG tree hierarchy across linked sub-trees. This reconstructs the exact configuration navigation path without manually expanding the entire SPRO menu.

Can I trace SAP domain coded values and text tables directly from a customizing description?

Yes, you can trace domain coded values and text tables from a customizing description by following systematic lookup procedures. The process identifies matching IMG activities and resolves their storage objects, including text tables.

Why does my SPRO configuration tracing return incorrect table names in SAP?

SPRO configuration tracing returns incorrect table names when you make hardcoded assumptions about fields or text. Correct tracing requires reading table structures first and resolving view clusters to base tables before querying.