activation

Activate ABAP objects in SAP ADT deployment workflows via activation.py.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Activation of ABAP objects within SAP ADT deployment workflows to streamline transport operations.

Core Features & Use Cases

  • Activation operation: invokes activation_activate to perform the activate action on a specified ABAP object.
  • ADT-based deployment: uses the ADT protocol to activate objects as part of transport deployments.
  • Use Case: activate a program or class as part of a SAP transport workflow to promote changes.

Quick Start

Run the SAP CLI activation tool with the target object name to activate an ABAP object.

Frequently Asked Questions about activation

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

FAQPage Schema
How do I activate ABAP objects during an SAP transport workflow?

To activate ABAP objects during an SAP transport workflow, you can use a CLI tool that leverages the ADT protocol. It directly activates programs, classes, or function modules as part of your deployment process without requiring an RFC connection.

What is the ADT protocol used for in ABAP deployment?

The ADT protocol in ABAP deployment enables object activation via HTTP-based tools rather than traditional RFC connections. It allows you to trigger activation actions for programs and classes directly within your transport workflows.

Do I need an RFC connection to activate ABAP classes and programs?

No, you do not need an RFC connection to activate ABAP classes and programs when using the ADT protocol. The activation tool operates entirely without RFC dependencies, executing directly through SAP ADT.

Can I activate function modules from the command line in SAP ADT?

Yes, you can activate function modules from the command line in SAP ADT. The CLI activation tool supports multiple ABAP object types, including function modules, programs, and classes, streamlining transport operations.

What is the best way to streamline ABAP object activation in transport operations?

The best way to streamline ABAP object activation in transport operations is by integrating a CLI tool that uses the ADT protocol. This approach automates activation for programs and classes directly within your deployment workflow.