adt

Create, read, update, and validate ADT metadata for ABAP objects via SAP CLI.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/modalala/sapcli-skill --skill adt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adt
Source: https://github.com/modalala/sapcli-skill/tree/main/skills/adt-advanced/adt
Command: npx skills add https://github.com/modalala/sapcli-skill --skill adt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ADT metadata management for ABAP objects via SAP CLI is error-prone and time-consuming when done manually. This skill centralizes common ADT metadata operations to ensure consistency and faster development cycles.

Core Features & Use Cases

  • Metadata operations: create, read, update, and validate ADT metadata for ABAP objects.
  • Consistency across environments: apply metadata changes consistently in development, test, and production workflows.
  • Use Case: modify an object's ADT metadata to reflect new schema or access permissions across ABAP development objects.

Quick Start

Run sapcli adt collections <OBJECT_NAME> to manage ADT metadata for a given ABAP object.

Frequently Asked Questions about adt

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

FAQPage Schema
How do I manage ADT metadata for ABAP objects using SAP CLI?

You can manage ADT metadata for ABAP objects using SAP CLI by running the sapcli adt collections command to create, read, update, and validate development artifacts.

What is the best way to update ADT metadata across multiple ABAP environments?

Updating ADT metadata consistently across development, test, and production environments is achieved by centralizing the operations through the SAP CLI to ensure consistent schema and permission changes.

Can I validate ADT metadata for ABAP development artifacts via the command line?

Yes, you can validate ADT metadata for ABAP development artifacts directly via the command line using the SAP CLI adt collections tool to ensure metadata accuracy.

Why does manually modifying ADT metadata for ABAP objects cause inconsistencies?

Manual ADT metadata modification causes inconsistencies because it is error-prone and time-consuming, whereas centralizing the operations via SAP CLI enforces consistent application across workflows.

Does the SAP CLI adt collections command require external dependencies?

No, the SAP CLI adt collections command operates independently without external dependencies, allowing you to directly apply ADT metadata changes to your ABAP objects.

When should I use SAP CLI for ADT metadata operations instead of manual updates?

You should use SAP CLI for ADT metadata operations whenever you need to modify object schemas or access permissions across ABAP development objects to ensure faster and error-free development cycles.