Skip to main content
Glama

CreateStructure

Define ABAP data structures with fields and type references in SAP systems. Specify structure name, package, fields, and optional includes to create and activate structures following SAP conventions.

Instructions

Create a new ABAP structure in SAP system with fields and type references. Includes create, activate, and verify steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
structure_nameYesStructure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions.
descriptionNoStructure description. If not provided, structure_name will be used.
package_nameYesPackage name (e.g., ZOK_LOCAL, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
fieldsYesArray of structure fields
includesNoInclude other structures in this structure
activateNoActivate structure 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