sap-fix-incident

Patch SAP custom-code defects with ABAP unit tests in DEV.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves a read-only SAP Diagnose finding by producing a minimal, test-verified patch and coordinating a gated DEV deploy behind a transport, ensuring compliance with safety rails.

Core Features & Use Cases

  • End-to-end defect resolution: from diagnose hypothesis to a test-proven code change in DEV.
  • Safe deployment gate: patching occurs only in DEV and behind a transport, with RED->GREEN verification via ABAP unit tests.
  • Evidence and traceability: collects patch diffs, test results, and transport readiness.

Quick Start

Derive a minimal custom-code patch from the diagnosis, test it with ABAP unit tests, and prepare it for transport in DEV.

Frequently Asked Questions about sap-fix-incident

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

FAQPage Schema
How do I patch an SAP custom-code defect from a diagnosis to deployment?

To patch an SAP custom-code defect, you derive a minimal code change from the diagnosis, verify it with ABAP unit tests, and prepare it for a gated transport deployment in a modifiable DEV environment.

Can I apply a custom-code patch directly to a production SAP system?

No, you cannot apply a custom-code patch directly to production. Safe patching is enforced in a DEV-only environment behind a gated transport to ensure compliance with strict safety rails.

What is the best way to verify an SAP ABAP patch before creating a transport?

The best way to verify an ABAP patch is by running RED to GREEN verification via ABAP unit tests, ensuring the custom-code fix resolves the diagnosed defect before transport readiness checks.

How does an end-to-end SAP incident workflow handle traceability for code fixes?

An end-to-end SAP incident workflow handles traceability by collecting evidence throughout the process, including patch diffs, ABAP unit test results, and transport readiness checks for the custom-code defect.

Do I need a gated transport to resolve SAP Diagnose findings?

Yes, you need a gated transport to resolve SAP Diagnose findings. The workflow enforces deploying the test-verified patch behind a transport in a modifiable DEV environment to maintain compliance and safety.

Why should I use ABAP unit tests when fixing SAP incident defects?

You should use ABAP unit tests when fixing SAP incident defects to achieve RED to GREEN verification, proving the minimal custom-code patch resolves the root cause before entering the transport pipeline.