sc4sap:create-object

Automate ABAP object creation with transport assignment and activation.

46|15|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/babamba2/superclaude-for-sap --skill sc4sap-create-object
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sc4sap:create-object
Source: https://github.com/babamba2/superclaude-for-sap/tree/main/skills/create-object
Command: npx skills add https://github.com/babamba2/superclaude-for-sap --skill sc4sap-create-object

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end ABAP object creation, including transport and package validation, initial implementation, and activation.

Core Features & Use Cases

  • Hybrid workflow that interactively confirms package and transport, then auto-creates, writes initial code, and activates the object.
  • Supports multiple ABAP object types (Class, Program, Table, Data Element, Domain, CDS View, GUI Status) with SAP-specific ECC/S4 routing and version handling.
  • Enforces naming conventions, performs pre-creation checks, and validates activation status to ensure reliable deployments.

Quick Start

Provide the object name, type, package, and transport to start the create-object workflow.

Frequently Asked Questions about sc4sap:create-object

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

FAQPage Schema
How do I automate ABAP object creation including transport assignment and activation?▼

Automating ABAP object creation is handled through a hybrid workflow that interactively confirms package and transport details, then auto-creates the object, generates skeleton code, and activates it using MCP tools.

What ABAP object types can I create and activate automatically in SAP ECC or S/4HANA?▼

You can create and activate multiple ABAP object types including Classes, Programs, Tables, Structures, Data Elements, Domains, CDS Views, and Function Modules with SAP-specific ECC and S/4HANA routing.

Does automated ABAP object creation enforce SAP naming conventions before deployment?▼

Yes, the workflow enforces rigorous naming conventions and performs pre-creation environment checks to validate transport and package viability before generating skeleton code and activating objects.

How do I verify ABAP activation status after creating a new object?▼

The workflow uses MCP tools to verify activation status after generating initial code, ensuring reliable deployments by validating that the newly created ABAP object is fully activated.

What information do I need to start creating an ABAP object through automation?▼

To start the create-object workflow, you need to provide the object name, object type, target package, and transport request number for interactive confirmation and automated creation.

Can I use MCP tools to generate skeleton code for SAP ABAP programs and classes?▼

Yes, MCP tools generate initial skeleton code for ABAP programs, classes, and other supported object types, write the implementation, and proceed to activate the objects automatically.