Skip to main content
Glama

CreateTable

Create ABAP tables in SAP systems using DDL code, handling activation, validation, and transport requests through the ADT API.

Instructions

Create a new ABAP table via the ADT API using provided DDL. Mirrors Eclipse ADT behaviour with status/check runs, lock handling, activation and verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYesTable name (e.g., ZZ_TEST_TABLE_001). Must follow SAP naming conventions.
ddl_codeYesComplete DDL code for table creation. 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); }'
descriptionNoTable description for validation and creation.
package_nameYesPackage name (e.g., ZOK_LOCAL, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
activateNoActivate table after creation. Default: true. Set to false for batch operations (activate multiple objects later).

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