sap-update-addon

Automate SAP addon table maintenance via SM30, SE16, or ZCMRUPDATE_ADDON_TABLE workflows.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-update-addon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-update-addon
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-update-addon
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-update-addon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

In SAP environments, maintaining Y/Z-prefix addon tables can be error-prone and repetitive. This skill automates selecting the best maintenance method (SM30, SE16, or the ZCMRUPDATE_ADDON_TABLE bootstrap) and executing the data-load workflow reliably.

Core Features & Use Cases

  • Detects the optimal maintenance path (SM30, SE16, or ZCMRUPDATE_ADDON_TABLE) and executes it via GUI scripting.
  • Validates input data and applies per-row operations with structured error reporting for auditability.
  • Works across ECC 6.0 and S/4HANA for addon-table maintenance with a consistent bootstrap utility.

Quick Start

Provide a table name and a UTF-8 TAB-delimited data file to update addon table records.

Frequently Asked Questions about sap-update-addon

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

FAQPage Schema
How do I automate SAP addon table maintenance for Y/Z prefix tables?▼

SAP addon table maintenance is automated by selecting the optimal path among SM30, SE16, or ZCMRUPDATE_ADDON_TABLE and executing it via GUI scripting. You provide a table name and a UTF-8 TAB-delimited data file to load records reliably.

What is the best way to update SAP ECC or S/4HANA addon tables from a data file?▼

Updating SAP addon tables is best handled by an automated workflow that validates input data and applies per-row operations with structured error reporting. It detects the right maintenance method for your ECC or S/4HANA environment and executes the load.

Can I use SAP GUI scripting to maintain custom addon tables via SM30 or SE16?▼

SAP GUI scripting can maintain custom addon tables by integrating with SM30, SE16, or the ZCMRUPDATE_ADDON_TABLE bootstrap. The automation detects the best available maintenance path and executes the data load with error reporting and cleanup.

Do I need a specific file format to automate SAP addon table data loads?▼

Automating SAP addon table data loads requires a UTF-8 TAB-delimited data file. The skill validates this input data before applying per-row operations, ensuring structured error reporting for auditability during the maintenance workflow.

How does the SAP addon table maintenance workflow handle errors and cleanup?▼

The SAP addon table maintenance workflow handles errors by applying per-row operations with structured error reporting for full auditability. It also implements automated cleanup based on a deployed detect script and classic-syntax ABAP bootstrap.

When should I use the ZCMRUPDATE_ADDON_TABLE bootstrap over SM30 for SAP data maintenance?▼

You should use the ZCMRUPDATE_ADDON_TABLE bootstrap when the automated detect script determines it is the optimal maintenance path over SM30 or SE16. The selection depends on your specific addon table configuration and system environment.