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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 9 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
codex mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"fr0ster-mcp-abap-adt": {
"type": "local",
"command": [
"npx",
"-y",
"@mcp-abap-adt/core"
],
"enabled": true
}
}
} openclaw mcp add fr0ster-mcp-abap-adt --command npx --arg -y --arg @mcp-abap-adt/core
mcp_servers:
fr0ster-mcp-abap-adt:
command: "npx"
args: ["-y", "@mcp-abap-adt/core"] {
"mcpServers": {
"fr0ster-mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
} 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.
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.
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.
GetEnhancements ~57
[read-only] Retrieve a list of enhancements for a given ABAP object.
| Name | Type | Req | Description |
|---|---|---|---|
| object_name | string | yes | Name of the ABAP object |
| object_type | string | yes | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| enhancement_spot | string | yes | Name of the enhancement spot |
No output schema declared.
No examples provided.
GetFunctionGroup ~73
Retrieve ABAP function group definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP). |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetFunctionGroupVersions entry). |
| content_uri_to | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | ABAP 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP). |
| function_module_name | string | yes | FunctionModule name (e.g., Z_MY_FUNCTIONMODULE). |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetFunctionModuleVersions entry). |
| content_uri_to | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | Owning function group name (required). |
| function_module_name | string | yes | ABAP 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_name | string | yes | Name 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.
| Name | Type | Req | Description |
|---|---|---|---|
| detailed | boolean | — | [read-only] If true, returns structured JSON with metadata and raw XML. |
| object_name | string | yes | Name of the ABAP program or include |
| object_type | string | yes | [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… |
| timeout | number | — | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| interface_name | string | yes | Interface name (e.g., Z_MY_INTERFACE). |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetInterfaceVersions entry). |
| content_uri_to | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| interface_name | string | yes | ABAP 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| message_class_name | string | yes | Message 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.
| Name | Type | Req | Description |
|---|---|---|---|
| message_class_name | string | yes | Parent message class name (e.g., ZMY_MSGS). |
| msgno | string | yes | Message number (e.g., "001"). |
No output schema declared.
No examples provided.
GetMetadataExtension ~74
Retrieve ABAP metadata extension definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| metadata_extension_name | string | yes | MetadataExtension name (e.g., Z_MY_METADATAEXTENSION). |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetMetadataExtensionVersions entry). |
| content_uri_to | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| metadata_extension_name | string | yes | CDS 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| node_id | string | — | Optional node ID (default: "0000" for root). Use to fetch child nodes. |
| parent_name | string | yes | Parent object name |
| parent_type | string | yes | Parent object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K") |
| session_id | string | — | Session ID from GetSession. If not provided, a new session will be created. |
| session_state | object | — | Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided. |
| with_short_descriptions | boolean | — | Include 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.
| Name | Type | Req | Description |
|---|---|---|---|
| enrich | boolean | — | [read-only] Whether to add description and package via SearchObject (default true) |
| maxDepth | number | — | [read-only] Maximum tree depth (default depends on type) |
| parent_name | string | yes | [read-only] Parent object name |
| parent_type | string | yes | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| object_name | string | yes | [read-only] Object name |
| object_type | string | yes | [read-only] Object type |
| tech_name | string | yes | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | [read-only] Output format: 'raw' or 'parsed' |
| node_id | string | yes | [read-only] Node ID |
| parent_name | string | yes | [read-only] Parent object name |
| parent_tech_name | string | yes | [read-only] Parent technical name |
| parent_type | string | yes | [read-only] Parent object type |
| with_short_descriptions | boolean | — | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| parent_name | string | yes | [read-only] Parent object name |
| parent_tech_name | string | yes | [read-only] Parent technical name |
| parent_type | string | yes | [read-only] Parent object type (e.g. PROG/P, FUGR) |
| with_short_descriptions | boolean | — | [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.
| Name | Type | Req | Description |
|---|---|---|---|
| objectname | string | yes | ADT object name (e.g. /CBY/ACQ_DDL) |
| objecttype | string | yes | ADT 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.
| Name | Type | Req | Description |
|---|---|---|---|
| object_name | string | yes | Object name (e.g., "ZMY_CLASS", "ZMY_PROGRAM") |
| object_type | string | yes | Object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K", "DDLS/DF") |
| session_id | string | — | Session ID from GetSession. If not provided, a new session will be created. |
| session_state | object | — | Session 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetObjectVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetObjectVersions entry). |
| object_type | string | yes | Object 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.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | — | Owning function group name. Required when object_type is function_module. |
| object_name | string | yes | Object name (e.g., ZCL_MY_CLASS, ZIF_MY_INTERFACE, Z_MY_TABLE). |
| object_type | string | yes | Object 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetObjectVersions version entry. |
| object_type | string | yes | Object 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.
| Name | Type | Req | Description |
|---|---|---|---|
| package_name | string | yes | Package name (e.g., Z_MY_PACKAGE). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_descriptions | boolean | — | Include object descriptions in response (default: true) |
| include_subpackages | boolean | — | Include contents of subpackages recursively (default: false) |
| max_depth | number | — | Maximum depth for recursive package traversal (default: 5) |
| package_name | string | yes | Name 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.
| Name | Type | Req | Description |
|---|---|---|---|
| debug | boolean | — | Include diagnostic metadata in response (counts, types, hierarchy info). Default: false |
| include_descriptions | boolean | — | Include object descriptions in response. Default: true |
| include_subpackages | boolean | — | Include subpackages recursively in the tree. If false, subpackages are shown as first-level objects but not recursively expanded. Default: true |
| max_depth | number | — | Maximum depth for recursive package traversal. Default: 5 |
| package_name | string | yes | Package 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetPackageVersions entry). |
| content_uri_to | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| package_name | string | yes | ABAP 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque 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.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | Preferred response format. "json" requests JSON from endpoint, "xml" parses XML payload, "plain" returns raw text. |
| service_binding_name | string | yes | Service 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.
| Name | Type | Req | Description |
|---|---|---|---|
| service_definition_name | string | yes | ServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| force_new | boolean | — | Force 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.
| Name | Type | Req | Description |
|---|---|---|---|
| row_number | number | — | [read-only] Maximum number of rows to return |
| sql_query | string | yes | SQL query to execute |
No output schema declared.
No examples provided.
GetStructure ~68
Retrieve ABAP structure definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| structure_name | string | yes | Structure name (e.g., Z_MY_STRUCTURE). |
| version | string | — | Version 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_extensions | boolean | — | [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_name | string | yes | Structure name (e.g., Z_MY_STRUCTURE). |
| timeout | number | — | [read-only] Timeout in ms for each ADT request. |
| version | string | — | Version 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetStructureVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetStructureVersions entry). |
No output schema declared.
No examples provided.