table

Manage SAP ABAP transparent table lifecycle via ADT commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SAP ABAP transparent table management often requires manual, repetitive steps across create, read, update, and activate workflows. This Skill provides a scripted CLI-driven approach to manage table lifecycle using ADT-based commands, reducing errors and speeding up development cycles.

Core Features & Use Cases

  • Create: provision new transparent tables with required metadata.
  • Read/Inspect: retrieve table definitions, status, and change history.
  • Update/Write: modify definitions and structure with validated inputs.
  • Activate: activate changes in the ABAP data dictionary and transport flow.

Quick Start

Create, read, update, or activate a SAP ABAP transparent table by passing the object_name.

Frequently Asked Questions about table

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

FAQPage Schema
How do I automate SAP ABAP transparent table lifecycle management across development phases?

Automate SAP ABAP transparent table lifecycle management by scripting create, read, write, and activate workflows via ADT commands, reducing manual repetitive steps and errors across development phases.

Can I create and activate SAP ABAP transparent tables in batch using a CLI?

Yes, you can batch create and activate SAP ABAP transparent tables using deterministic CLI mappings to sapcli commands, enabling scripted handling of multiple objects and parameterized operations.

What is the best way to script SAP data dictionary workflows for transparent tables?

The best way to script SAP data dictionary workflows is using ADT-based tooling that maps object_name parameters to sapcli commands, ensuring deterministic and validated table lifecycle operations.

Do I need SAP ADT to use CLI automation for transparent table management?

Yes, CLI automation for transparent table management applies to ADT-based tooling workflows, requiring input type validation and deterministic CLI mappings to execute sapcli commands for data dictionary operations.

How do I retrieve and update transparent table definitions in SAP ABAP without manual steps?

Retrieve and update transparent table definitions by passing the object_name to scripted ADT commands, automating the read and write workflows to modify table structure with validated inputs.

Why does activating transparent table changes in SAP ABAP require a structured workflow?

Activating transparent table changes requires a structured workflow because modifications must propagate through the ABAP data dictionary and transport flow, ensuring metadata consistency and validated inputs during batch operations.