dataelement

Manage ABAP data element lifecycle via SAP CLI and ADT protocol.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data Elements in the ABAP Data Dictionary are essential for defining data structures. This Skill enables lifecycle management of creating, reading, updating, and activating data elements via SAP CLI using the ADT protocol, reducing manual steps and errors.

Core Features & Use Cases

  • Create data elements with dataelement_create for new ABAP objects.
  • Read existing data elements with dataelement_read to verify definitions.
  • Update or write data elements with dataelement_write to modify attributes.
  • Activate data elements with dataelement_activate to apply changes in the repository.

Quick Start

Create a new data element by invoking dataelement_create with the target object name.

Frequently Asked Questions about dataelement

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

FAQPage Schema
How do I manage SAP data elements using the ADT protocol?

You can manage SAP data elements by using SAP CLI tooling to create, read, update, and activate data elements in the ADT Data Dictionary. This approach reduces manual steps and errors in ABAP development and data modeling scenarios.

How do I create and activate ABAP data elements from the command line?

To create and activate ABAP data elements from the command line, invoke dataelement_create with the target object name, then use dataelement_activate to apply the changes directly in the SAP repository via the ADT protocol.

Do I need RFC dependencies to read and write data elements in SAP?

No, you do not need RFC dependencies to read and write data elements in SAP. The SAP CLI implementation leverages the ADT protocol entirely, allowing you to manage data element lifecycles without configuring Remote Function Calls.

Can I update existing data element attributes in the ABAP Data Dictionary?

Yes, you can update existing data element attributes in the ABAP Data Dictionary by invoking dataelement_write. This SAP CLI command modifies object definitions, which you can subsequently verify with dataelement_read.

What is the best way to automate data element lifecycle management across SAP environments?

Automating data element lifecycle management across SAP environments is best achieved using SAP CLI tooling with the ADT protocol to create, read, write, and activate objects without manual GUI interaction or RFC dependencies.