Skip to main content
Glama

CreateDataElement

Creates a new ABAP data element in SAP system. Specify data type, length, labels, and other attributes to define the data element for development.

Instructions

Operation: Create. Subject: DataElement. Will be useful for creating data element. Create a new ABAP data element in SAP system. Creates the data element object in initial state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_element_nameYesData element name (e.g., ZZ_E_TEST_001). Must follow SAP naming conventions.
descriptionNoData element description. If not provided, data_element_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.
data_typeNoData type (e.g., CHAR, NUMC) or domain name when type_kind is 'domain'.CHAR
lengthNoData type length. Usually inherited from domain.
decimalsNoDecimal places. Usually inherited from domain.
short_labelNoShort field label (max 10 chars). Applied during update step after creation.
medium_labelNoMedium field label (max 20 chars). Applied during update step after creation.
long_labelNoLong field label (max 40 chars). Applied during update step after creation.
heading_labelNoHeading field label (max 55 chars). Applied during update step after creation.
type_kindNoType kind: 'domain' (default), 'predefinedAbapType', 'refToPredefinedAbapType', 'refToDictionaryType', 'refToClifType'. If not specified, defaults to 'domain'.domain
type_nameNoType name: domain name (when type_kind is 'domain'), data element name (when type_kind is 'refToDictionaryType'), or class name (when type_kind is 'refToClifType')
search_helpNoSearch help name. Applied during update step after creation.
search_help_parameterNoSearch help parameter. Applied during update step after creation.
set_get_parameterNoSet/Get parameter ID. Applied during update step after creation.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavior. It only says 'creates the data element object in initial state', which is vague. It does not explain side effects, required permissions, error handling, or the fact that some parameters are applied during a subsequent update step (as noted in the schema). The transparency is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise (three short sentences) and front-loaded with 'Operation: Create. Subject: DataElement.' However, the phrase 'Will be useful for creating data element' is redundant and could be removed. It is mostly efficient but has minor waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (16 parameters, no output schema), the description is incomplete. It does not explain the two-step creation process (initial state then update), even though some schema descriptions reference an update step. The description leaves agents unaware of the lifecycle, which is critical for proper use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds no additional parameter-level information beyond what is already in the schema descriptions. It does not mention parameter relationships or constraints, so no added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Create a new ABAP data element in SAP system', which clearly identifies the verb+resource. However, it includes redundant phrases like 'Operation: Create. Subject: DataElement. Will be useful for creating data element' that add no value. The purpose is clear but could be more concise and differentiated from siblings like UpdateDataElement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool vs alternatives. It does not distinguish between creation and update, nor does it mention prerequisites like transport requests. The sibling set includes many Create* tools, but no comparison or selection criteria are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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