Skip to main content
Glama

UpdateDomain

Modify an existing ABAP domain in SAP systems by replacing its parameters, performing syntax checks, and optionally activating the changes.

Instructions

Update an existing ABAP domain in SAP system.

Workflow:

  1. Acquires lock on the domain

  2. Updates domain with provided parameters (complete replacement)

  3. Performs syntax check

  4. Unlocks domain

  5. Optionally activates domain (default: true)

  6. Returns updated domain details

Note: All provided parameters completely replace existing values. Use GetDomain first to see current values if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_nameYesDomain name to update (e.g., ZZ_TEST_0001)
descriptionNoNew domain description (optional)
package_nameYesPackage name (e.g., ZOK_LOCAL, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
datatypeNoData type: CHAR, NUMC, DATS, TIMS, DEC, INT1, INT2, INT4, INT8, CURR, QUAN, etc.
lengthNoField length (max depends on datatype)
decimalsNoDecimal places (for DEC, CURR, QUAN types)
conversion_exitNoConversion exit routine name (without CONVERSION_EXIT_ prefix)
lowercaseNoAllow lowercase input
sign_existsNoField has sign (+/-)
value_tableNoValue table name for foreign key relationship
activateNoActivate domain after update (default: true)
fixed_valuesNoArray of fixed values for domain value range

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