Skip to main content
Glama

UpdateStructure

Modify existing ABAP structure DDL source code by locking, uploading new source, and unlocking. Optionally activates after update to avoid recreating metadata.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
structure_nameYesStructure name (e.g., ZZ_S_TEST_001). Structure must already exist.
ddl_codeYesComplete DDL source code for structure. Example: '@EndUserText.label : \'My Structure\' @AbapCatalog.tableCategory : #TRANSPARENT define structure zz_s_test_001 { client : abap.clnt not null; 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 structure 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