sap-cc-campaign

Coordinate offline S/4HANA custom-code migration campaigns with campaign.json and state.tsv.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate offline governance and orchestration of S/4HANA custom-code migrations.

Core Features & Use Cases

  • End-to-end campaign workspace management (campaign.json and state.tsv) that other sap-cc-* skills consume.
  • Subcommand orchestration for init, status, report, next, and signoff with a clear governance workflow.
  • Dashboard generation and state rollups to inform stakeholders and drive safe progress without SAP GUI access.

Quick Start

Initialize a new campaign workspace using the init flow to bootstrap campaign.json and the empty state ledger.

Frequently Asked Questions about sap-cc-campaign

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

FAQPage Schema
How do I orchestrate S/4HANA custom-code migration without SAP GUI access?

S/4HANA custom-code migration can be orchestrated offline by managing the entire campaign lifecycle from inventory to sign-off. This approach tracks per-object state and generates a dashboard-ready governance view without requiring SAP GUI access.

What is a campaign workspace contract for SAP migration governance?

A campaign workspace contract for SAP migration governance is a canonical structure enforced via campaign.json and state.tsv files. It standardizes per-object state tracking and provides a consistent data model that downstream automation skills can consume.

How do I initialize and track an SAP migration campaign step by step?

To initialize and track an SAP migration campaign, use the companion helper to run init, status, report, next, and signoff commands. This bootstraps the campaign.json ledger and drives the governance workflow through safe, trackable progress.

Can I generate stakeholder dashboards for SAP migration progress offline?

Yes, you can generate stakeholder dashboards for SAP migration progress offline. The orchestration mechanism generates state rollups and dashboard-ready views to inform stakeholders and drive safe progress without needing a live SAP system connection.

Does this SAP migration campaign approach require SAP GUI or live system access?

No, this SAP migration campaign approach requires no SAP GUI access. It coordinates offline governance and orchestration entirely through a companion helper script and canonical workspace files, avoiding live system dependencies during the migration lifecycle.