Skip to main content
Glama

UpdateTable

Modify existing ABAP tables by updating DDL source code, locking the table during changes, and optionally activating the updated structure without recreating metadata.

Instructions

Update DDL source code of an existing ABAP table. Locks the table, uploads new DDL source, and unlocks. Optionally activates after update. Use this to modify existing tables without re-creating metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYesTable name (e.g., ZZ_TEST_TABLE_001). Table must already exist.
ddl_codeYesComplete DDL source code for table. Example: '@EndUserText.label : \'My Table\' @AbapCatalog.tableCategory : #TRANSPARENT define table ztst_table { key client : abap.clnt not null; key id : abap.char(10); name : abap.char(255); }'
transport_requestNoTransport request number (e.g., E19K905635). Optional if object is local or already in transport.
activateNoActivate table after source update. Default: true.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server