Skip to main content
Glama

CreateDataElement

Create and activate ABAP data elements in SAP systems, defining data types, labels, and metadata for development projects.

Instructions

Create a new ABAP data element in SAP system with all required steps: create, activate, and verify.

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.
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