Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.fr0ster/mcp-abap-adt

NPM · @MCP-ABAP-ADT/CORE · SCANNED AUG 3

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

Available components

+22 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (206 of 207), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (206 of 207), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability65
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 22728 tokens (~110/item across 205 items; 205 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @mcp-abap-adt/core

# add to Claude Code
claude mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
# add to Codex CLI
codex mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr0ster-mcp-abap-adt": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mcp-abap-adt/core"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fr0ster-mcp-abap-adt --command npx --arg -y --arg @mcp-abap-adt/core
# ~/.hermes/config.yaml
mcp_servers:
  fr0ster-mcp-abap-adt:
    command: "npx"
    args: ["-y", "@mcp-abap-adt/core"]
// mcp.json
{
  "mcpServers": {
    "fr0ster-mcp-abap-adt": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +61
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 +14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −61
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −19
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@mcp-abap-adt/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 206 packages

206 packages in the resolved dependency tree · 191 deprecated · 63 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 205 exposed · ~22,728 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
GetEnhancements ~57

[read-only] Retrieve a list of enhancements for a given ABAP object.

NameTypeReqDescription
object_namestringyesName of the ABAP object
object_typestringyes[read-only] Type of the ABAP object

No output schema declared.

No examples provided.

GetEnhancementSpot ~40

[read-only] Retrieve metadata and list of implementations for a specific enhancement spot.

NameTypeReqDescription
enhancement_spotstringyesName of the enhancement spot

No output schema declared.

No examples provided.

GetFunctionGroup ~73

Retrieve ABAP function group definition. Supports reading active or inactive version.

NameTypeReqDescription
function_group_namestringyesFunctionGroup name (e.g., Z_MY_FUNCTIONGROUP).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetFunctionGroupVersionDiff ~94

[read-only] Compute a unified diff between two ABAP function group versions, by their content_uris (taken from GetFunctionGroupVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetFunctionGroupVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetFunctionGroupVersions entry).

No output schema declared.

No examples provided.

GetFunctionGroupVersions ~87

[read-only] List the SAP version history of a ABAP function group. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetFunctionGroupVersionSource.

NameTypeReqDescription
function_group_namestringyesABAP function group name.

No output schema declared.

No examples provided.

GetFunctionGroupVersionSource ~60

[read-only] Fetch the source of a specific ABAP function group version by its content_uri (taken from a GetFunctionGroupVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetFunctionGroupVersions entry.

No output schema declared.

No examples provided.

GetFunctionModule ~97

Retrieve ABAP function module definition. Supports reading active or inactive version.

NameTypeReqDescription
function_group_namestringyesFunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP).
function_module_namestringyesFunctionModule name (e.g., Z_MY_FUNCTIONMODULE).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetFunctionModuleVersionDiff ~94

[read-only] Compute a unified diff between two ABAP function module versions, by their content_uris (taken from GetFunctionModuleVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetFunctionModuleVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetFunctionModuleVersions entry).

No output schema declared.

No examples provided.

GetFunctionModuleVersions ~103

[read-only] List the SAP version history of a ABAP function module. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetFunctionModuleVersionSource.

NameTypeReqDescription
function_group_namestringyesOwning function group name (required).
function_module_namestringyesABAP function module name.

No output schema declared.

No examples provided.

GetFunctionModuleVersionSource ~60

[read-only] Fetch the source of a specific ABAP function module version by its content_uri (taken from a GetFunctionModuleVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetFunctionModuleVersions entry.

No output schema declared.

No examples provided.

GetInactiveObjects ~45

[read-only] Get a list of inactive ABAP objects — modified but not yet activated, pending activation. Shows classes, tables, CDS views, and other objects awaiting activation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

GetInclude ~73

[read-only] Read ANY single ABAP include source by name, from anywhere in the repository (an include may live outside any single program tree). This is the correct tool for include names (PROG/I) — ReadProgram does not read includes.

NameTypeReqDescription
include_namestringyesName of the ABAP Include

No output schema declared.

No examples provided.

GetIncludesList ~155

[read-only] Recursively discover and list ALL include files within an ABAP program or include.

NameTypeReqDescription
detailedboolean[read-only] If true, returns structured JSON with metadata and raw XML.
object_namestringyesName of the ABAP program or include
object_typestringyes[read-only] ADT object type of the parent. Only these four values are supported: 'PROG/P' (program), 'PROG/I' (include), 'FUGR' (function group), 'CLAS/OC' (class). Any other value is rejected by the…
timeoutnumber[read-only] Timeout in ms for each ADT request.

No output schema declared.

No examples provided.

GetInterface ~68

Retrieve ABAP interface definition. Supports reading active or inactive version.

NameTypeReqDescription
interface_namestringyesInterface name (e.g., Z_MY_INTERFACE).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetInterfaceVersionDiff ~89

[read-only] Compute a unified diff between two ABAP interface versions, by their content_uris (taken from GetInterfaceVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetInterfaceVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetInterfaceVersions entry).

No output schema declared.

No examples provided.

GetInterfaceVersions ~82

[read-only] List the SAP version history of a ABAP interface. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetInterfaceVersionSource.

NameTypeReqDescription
interface_namestringyesABAP interface name.

No output schema declared.

No examples provided.

GetInterfaceVersionSource ~56

[read-only] Fetch the source of a specific ABAP interface version by its content_uri (taken from a GetInterfaceVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetInterfaceVersions entry.

No output schema declared.

No examples provided.

GetLocalDefinitions ~77

Retrieve local definitions source code from a class (definitions include). Supports reading active or inactive version.

NameTypeReqDescription
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetLocalMacros ~95

Retrieve local macros source code from a class (macros include). Supports reading active or inactive version. Note: Macros are supported in older ABAP versions but not in newer ones.

NameTypeReqDescription
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetLocalTestClass ~76

Retrieve local test class source code from a class. Supports reading active or inactive version.

NameTypeReqDescription
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetLocalTypes ~78

Retrieve local types source code from a class (implementations include). Supports reading active or inactive version.

NameTypeReqDescription
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetMessageClass ~69

Retrieve an ABAP message class (MSAG/T100) with its messages: name, description, package, master language and the message list (msgno, msgtext, self-explanatory).

NameTypeReqDescription
message_class_namestringyesMessage class name (e.g., ZMY_MSGS).

No output schema declared.

No examples provided.

GetMessageClassMessage ~82

Retrieve a single message (by number) from an ABAP message class (MSAG/T100). Returns msgno, msgtext, self-explanatory flag and description.

NameTypeReqDescription
message_class_namestringyesParent message class name (e.g., ZMY_MSGS).
msgnostringyesMessage number (e.g., "001").

No output schema declared.

No examples provided.

GetMetadataExtension ~74

Retrieve ABAP metadata extension definition. Supports reading active or inactive version.

NameTypeReqDescription
metadata_extension_namestringyesMetadataExtension name (e.g., Z_MY_METADATAEXTENSION).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetMetadataExtensionVersionDiff ~93

[read-only] Compute a unified diff between two CDS metadata extension versions, by their content_uris (taken from GetMetadataExtensionVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetMetadataExtensionVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetMetadataExtensionVersions entry).

No output schema declared.

No examples provided.

GetMetadataExtensionVersions ~85

[read-only] List the SAP version history of a CDS metadata extension. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetMetadataExtensionVersionSource.

NameTypeReqDescription
metadata_extension_namestringyesCDS metadata extension name.

No output schema declared.

No examples provided.

GetMetadataExtensionVersionSource ~59

[read-only] Fetch the source of a specific CDS metadata extension version by its content_uri (taken from a GetMetadataExtensionVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetMetadataExtensionVersions entry.

No output schema declared.

No examples provided.

GetNodeStructureLow ~181

[low-level] Fetch node structure from ADT repository. Used for object tree navigation and structure discovery. Can use session_id and session_state from GetSession to maintain the same session.

NameTypeReqDescription
node_idstringOptional node ID (default: "0000" for root). Use to fetch child nodes.
parent_namestringyesParent object name
parent_typestringyesParent object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K")
session_idstringSession ID from GetSession. If not provided, a new session will be created.
session_stateobjectSession state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
with_short_descriptionsbooleanInclude short descriptions in response

No output schema declared.

No examples provided.

GetObjectInfo ~164

[read-only] Return ABAP object tree structure for packages (DEVC), classes (CLAS), programs (PROG), function groups (FUGR), and other objects. Shows root, group nodes, and terminal leaves up to maxDepth. Enrich each node with description and package via SearchObject if enrich=true.

NameTypeReqDescription
enrichboolean[read-only] Whether to add description and package via SearchObject (default true)
maxDepthnumber[read-only] Maximum tree depth (default depends on type)
parent_namestringyes[read-only] Parent object name
parent_typestringyes[read-only] Parent object type (e.g. DEVC/K, CLAS/OC, PROG/P)

No output schema declared.

No examples provided.

GetObjectNodeFromCache ~84

[read-only] Returns a node from the in-memory objects list cache by OBJECT_TYPE, OBJECT_NAME, TECH_NAME, and expands OBJECT_URI if present.

NameTypeReqDescription
object_namestringyes[read-only] Object name
object_typestringyes[read-only] Object type
tech_namestringyes[read-only] Technical name

No output schema declared.

No examples provided.

GetObjectsByType ~153

[read-only] Retrieves all ABAP objects of a specific type (classes, tables, programs, interfaces, etc.) under a given parent node. Useful for listing all objects of one type within a package or composite object.

NameTypeReqDescription
formatstring[read-only] Output format: 'raw' or 'parsed'
node_idstringyes[read-only] Node ID
parent_namestringyes[read-only] Parent object name
parent_tech_namestringyes[read-only] Parent technical name
parent_typestringyes[read-only] Parent object type
with_short_descriptionsboolean[read-only] Include short descriptions

No output schema declared.

No examples provided.

GetObjectsList ~140

[read-only] Recursively retrieves all child ABAP repository objects for a given parent — programs (PROG), function groups (FUGR), classes (CLAS), packages (DEVC), and other composite objects — including nested includes and subcomponents.

NameTypeReqDescription
parent_namestringyes[read-only] Parent object name
parent_tech_namestringyes[read-only] Parent technical name
parent_typestringyes[read-only] Parent object type (e.g. PROG/P, FUGR)
with_short_descriptionsboolean[read-only] Include short descriptions (default: true)

No output schema declared.

No examples provided.

GetObjectStructure ~68

[read-only] Retrieve ADT object structure as a compact JSON tree.

NameTypeReqDescription
objectnamestringyesADT object name (e.g. /CBY/ACQ_DDL)
objecttypestringyesADT object type (e.g. DDLS/DF)

No output schema declared.

No examples provided.

GetObjectStructureLow ~158

[low-level] Retrieve ADT object structure as compact JSON tree. Returns XML response with object structure tree. Can use session_id and session_state from GetSession to maintain the same session.

NameTypeReqDescription
object_namestringyesObject name (e.g., "ZMY_CLASS", "ZMY_PROGRAM")
object_typestringyesObject type (e.g., "CLAS/OC", "PROG/P", "DEVC/K", "DDLS/DF")
session_idstringSession ID from GetSession. If not provided, a new session will be created.
session_stateobjectSession state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.

No output schema declared.

No examples provided.

GetObjectVersionDiff ~117

[read-only] Compute a unified diff between two object versions. Pass the two opaque content_uris from GetObjectVersions entries; returns the unified diff (jsdiff) of their sources.

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetObjectVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetObjectVersions entry).
object_typestringyesObject type (same value used in GetObjectVersions).

No output schema declared.

No examples provided.

GetObjectVersions ~127

[read-only] List the version history of an ABAP object. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version source via GetObjectVersionSource.

NameTypeReqDescription
function_group_namestringOwning function group name. Required when object_type is function_module.
object_namestringyesObject name (e.g., ZCL_MY_CLASS, ZIF_MY_INTERFACE, Z_MY_TABLE).
object_typestringyesObject type.

No output schema declared.

No examples provided.

GetObjectVersionSource ~74

[read-only] Fetch the source code of a specific object version. Pass the opaque content_uri from a GetObjectVersions entry.

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetObjectVersions version entry.
object_typestringyesObject type (same value used in GetObjectVersions).

No output schema declared.

No examples provided.

GetPackage ~75

Retrieve ABAP package metadata (description, super-package, etc.). Supports reading active or inactive version.

NameTypeReqDescription
package_namestringyesPackage name (e.g., Z_MY_PACKAGE).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetPackageContents ~110

[read-only] Retrieve objects inside an ABAP package as a flat list. Supports recursive traversal of subpackages.

NameTypeReqDescription
include_descriptionsbooleanInclude object descriptions in response (default: true)
include_subpackagesbooleanInclude contents of subpackages recursively (default: false)
max_depthnumberMaximum depth for recursive package traversal (default: 5)
package_namestringyesName of the ABAP package (e.g., "ZMY_PACKAGE")

No output schema declared.

No examples provided.

GetPackageTree ~150

[high-level] Retrieve complete package tree structure including subpackages and objects. Returns hierarchical tree with object names, types, and descriptions.

NameTypeReqDescription
debugbooleanInclude diagnostic metadata in response (counts, types, hierarchy info). Default: false
include_descriptionsbooleanInclude object descriptions in response. Default: true
include_subpackagesbooleanInclude subpackages recursively in the tree. If false, subpackages are shown as first-level objects but not recursively expanded. Default: true
max_depthnumberMaximum depth for recursive package traversal. Default: 5
package_namestringyesPackage name (e.g., "ZMY_PACKAGE")

No output schema declared.

No examples provided.

GetPackageVersionDiff ~89

[read-only] Compute a unified diff between two ABAP package versions, by their content_uris (taken from GetPackageVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetPackageVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetPackageVersions entry).

No output schema declared.

No examples provided.

GetPackageVersions ~82

[read-only] List the SAP version history of a ABAP package. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetPackageVersionSource.

NameTypeReqDescription
package_namestringyesABAP package name.

No output schema declared.

No examples provided.

GetPackageVersionSource ~56

[read-only] Fetch the source of a specific ABAP package version by its content_uri (taken from a GetPackageVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetPackageVersions entry.

No output schema declared.

No examples provided.

GetServiceBinding ~84

Retrieve ABAP service binding source/metadata by name via ADT Business Services endpoint.

NameTypeReqDescription
response_formatstringPreferred response format. "json" requests JSON from endpoint, "xml" parses XML payload, "plain" returns raw text.
service_binding_namestringyesService binding name (for example: ZUI_MY_BINDING). Case-insensitive.

No output schema declared.

No examples provided.

GetServiceDefinition ~74

Retrieve ABAP service definition definition. Supports reading active or inactive version.

NameTypeReqDescription
service_definition_namestringyesServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetSession ~72

[read-only] Get a new session ID and current session state (cookies, CSRF token) for reuse across multiple ADT operations. Use this to maintain the same session and lock handle across multiple requests.

NameTypeReqDescription
force_newbooleanForce creation of a new session even if one exists. Default: false

No output schema declared.

No examples provided.

GetSqlQuery ~78

[read-only] Execute ABAP SQL SELECT queries on database tables and CDS views via SAP ADT Data Preview API. Use for ad-hoc data retrieval, row counts, and filtered queries.

NameTypeReqDescription
row_numbernumber[read-only] Maximum number of rows to return
sql_querystringyesSQL query to execute

No output schema declared.

No examples provided.

GetStructure ~68

Retrieve ABAP structure definition. Supports reading active or inactive version.

NameTypeReqDescription
structure_namestringyesStructure name (e.g., Z_MY_STRUCTURE).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetStructuresList ~144

[read-only] Recursively list the structures embedded in an ABAP structure (.INCLUDE / append), as a tree.

NameTypeReqDescription
include_extensionsboolean[read-only] Also find extension (append) structures via where-used (objects that `extend type <this> with …`). Default true. Set false to skip the (slower) where-used lookups and return includes only.
structure_namestringyesStructure name (e.g., Z_MY_STRUCTURE).
timeoutnumber[read-only] Timeout in ms for each ADT request.
versionstringVersion to read: "active" (default) or "inactive".

No output schema declared.

No examples provided.

GetStructureVersionDiff ~89

[read-only] Compute a unified diff between two ABAP structure versions, by their content_uris (taken from GetStructureVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetStructureVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetStructureVersions entry).

No output schema declared.

No examples provided.