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.
DeleteClass ~84
Delete an ABAP class from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | Class name (e.g., ZCL_MY_CLASS). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteDataElement ~88
Delete an ABAP data element from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| data_element_name | string | yes | Data element name (e.g., Z_MY_DATA_ELEMENT). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteDdl ~86
Delete a DDL source from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| ddl_name | string | yes | DDL source name (e.g., Z_MY_VIEW). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteDomain ~83
Delete an ABAP domain from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_name | string | yes | Domain name (e.g., Z_MY_DOMAIN). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteFunctionGroup ~88
Delete an ABAP function group from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteFunctionInclude ~125
Delete an ABAP function group include from the SAP system. Note: function module includes must be deleted via the Function Builder; the backend rejects such deletions. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| function_group_name | string | yes | Function group name containing the include (e.g., Z_MY_FG). |
| include_name | string | yes | Include name (e.g., LZ_MY_FGF01). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteFunctionModule ~112
Delete an ABAP function module from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| 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). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteInterface ~83
Delete an ABAP interface from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| interface_name | string | yes | Interface name (e.g., Z_MY_INTERFACE). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteLocalDefinitions ~83
Delete local definitions from an ABAP class by clearing the definitions include. Manages lock, update, unlock, and optional activation.
| Name | Type | Req | Description |
|---|---|---|---|
| activate_on_delete | boolean | — | Activate parent class after deleting. Default: false |
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| transport_request | string | — | Transport request number. |
No output schema declared.
No examples provided.
DeleteLocalMacros ~100
Delete local macros from an ABAP class by clearing the macros include. Manages lock, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.
| Name | Type | Req | Description |
|---|---|---|---|
| activate_on_delete | boolean | — | Activate parent class after deleting. Default: false |
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| transport_request | string | — | Transport request number. |
No output schema declared.
No examples provided.
DeleteLocalTestClass ~98
Delete a local test class from an ABAP class by clearing the testclasses include. Manages lock, update, unlock, and optional activation of parent class.
| Name | Type | Req | Description |
|---|---|---|---|
| activate_on_delete | boolean | — | Activate parent class after deleting test class. Default: false |
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| transport_request | string | — | Transport request number (required for transportable objects). |
No output schema declared.
No examples provided.
DeleteLocalTypes ~83
Delete local types from an ABAP class by clearing the implementations include. Manages lock, update, unlock, and optional activation.
| Name | Type | Req | Description |
|---|---|---|---|
| activate_on_delete | boolean | — | Activate parent class after deleting. Default: false |
| class_name | string | yes | Parent class name (e.g., ZCL_MY_CLASS). |
| transport_request | string | — | Transport request number. |
No output schema declared.
No examples provided.
DeleteMessageClass ~104
Delete an ABAP message class (MSAG) and all of its messages from the SAP system. Includes a deletion check before the actual deletion. Transport request required for transportable objects, optional for local ($TMP).
| Name | Type | Req | Description |
|---|---|---|---|
| message_class_name | string | yes | Message class name (e.g., ZMY_MSGS). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects, optional for local ($TMP). |
No output schema declared.
No examples provided.
DeleteMessageClassMessage ~122
Operation: Delete. Subject: a single message inside a Message Class (MSAG). Remove one message (by number) from an ABAP message class (T100), keeping the class and its other messages. Transport request required for transportable objects.
| Name | Type | Req | Description |
|---|---|---|---|
| message_class_name | string | yes | Parent message class name (e.g., ZMY_MSGS). |
| msgno | string | yes | Message number to delete (e.g., "001"). |
| transport_request | string | — | Transport request number. Required for transportable objects, optional for local ($TMP). |
No output schema declared.
No examples provided.
DeleteMetadataExtension ~89
Delete an ABAP metadata extension from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| metadata_extension_name | string | yes | MetadataExtension name (e.g., Z_MY_METADATAEXTENSION). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteServiceBinding ~58
Delete ABAP service binding via ADT Business Services endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| service_binding_name | string | yes | Service binding name to delete. |
| transport_request | string | — | Optional transport request for deletion transport flow. |
No output schema declared.
No examples provided.
DeleteServiceDefinition ~89
Delete an ABAP service definition from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| service_definition_name | string | yes | ServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteStructure ~83
Delete an ABAP structure from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| structure_name | string | yes | Structure name (e.g., Z_MY_STRUCTURE). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteTable ~83
Delete an ABAP table from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
| Name | Type | Req | Description |
|---|---|---|---|
| table_name | string | yes | Table name (e.g., Z_MY_TABLE). |
| transport_request | string | — | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |
No output schema declared.
No examples provided.
DeleteUnitTest ~53
Delete an ABAP Unit test run. Note: ADT does not support deleting unit test runs and will return an error.
| Name | Type | Req | Description |
|---|---|---|---|
| run_id | string | yes | Run identifier returned by CreateUnitTest/RunUnitTest. |
No output schema declared.
No examples provided.
DescribeByList ~87
[read-only] Batch description for a list of ABAP objects. Input: objects: Array<{ name: string, type?: string }>. Each object may be of type: PROG/P, FUGR, PROG/I, CLAS/OC, FUGR/FC, INTF/OI, TABLE, STRUCTURE, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| objects | array | yes | — |
No output schema declared.
No examples provided.
GetAbapAST ~43
[read-only] Parse ABAP code and return AST (Abstract Syntax Tree) in JSON format.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ABAP source code to parse |
No output schema declared.
No examples provided.
GetAbapSemanticAnalysis ~46
[read-only] Perform semantic analysis on ABAP code and return symbols, types, scopes, and dependencies.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ABAP source code to analyze |
No output schema declared.
No examples provided.
GetAbapSystemSymbols ~53
[read-only] Resolve ABAP symbols from semantic analysis with SAP system information including types, scopes, descriptions, and packages.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | ABAP source code to analyze and resolve symbols for |
No output schema declared.
No examples provided.
GetAdtTypes ~86
[read-only] Retrieve all valid ADT object types (CLAS, TABL, PROG, DEVC, FUGR, INTF, DDLS, DTEL, DOMA, SRVD, SRVB, BDEF, DDLX, etc.) or validate a specific type name.
| Name | Type | Req | Description |
|---|---|---|---|
| validate_type | string | — | Type name to validate (optional) |
No output schema declared.
No examples provided.
GetBehaviorDefinition ~76
Retrieve ABAP behavior definition definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| behavior_definition_name | string | yes | BehaviorDefinition name (e.g., Z_MY_BEHAVIORDEFINITION). |
| version | string | — | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. |
No output schema declared.
No examples provided.
GetBehaviorDefinitionVersionDiff ~93
[read-only] Compute a unified diff between two RAP behavior definition versions, by their content_uris (taken from GetBehaviorDefinitionVersions entries).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetBehaviorDefinitionVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetBehaviorDefinitionVersions entry). |
No output schema declared.
No examples provided.
GetBehaviorDefinitionVersions ~85
[read-only] List the SAP version history of a RAP behavior definition. 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 GetBehaviorDefinitionVersionSource.
| Name | Type | Req | Description |
|---|---|---|---|
| behavior_definition_name | string | yes | RAP behavior definition name. |
No output schema declared.
No examples provided.
GetBehaviorDefinitionVersionSource ~59
[read-only] Fetch the source of a specific RAP behavior definition version by its content_uri (taken from a GetBehaviorDefinitionVersions entry).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetBehaviorDefinitionVersions entry. |
No output schema declared.
No examples provided.
GetBehaviorImplementation ~77
Retrieve ABAP behavior implementation definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| behavior_implementation_name | string | yes | BehaviorImplementation name (e.g., Z_MY_BEHAVIORIMPLEMENTATION). |
| version | string | — | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. |
No output schema declared.
No examples provided.
GetCdsUnitTest ~41
Retrieve CDS unit test run status and result for a previously started run_id.
| Name | Type | Req | Description |
|---|---|---|---|
| run_id | string | yes | Run identifier returned by unit test run. |
No output schema declared.
No examples provided.
GetCdsUnitTestResult ~71
Retrieve CDS unit test run result for a run_id.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Result format: abapunit or junit. |
| run_id | string | yes | Run identifier returned by unit test run. |
| with_navigation_uris | boolean | — | Include navigation URIs in result if supported. |
No output schema declared.
No examples provided.
GetCdsUnitTestStatus ~55
Retrieve CDS unit test run status for a run_id.
| Name | Type | Req | Description |
|---|---|---|---|
| run_id | string | yes | Run identifier returned by unit test run. |
| with_long_polling | boolean | — | Enable long polling while waiting for status. |
No output schema declared.
No examples provided.
GetClass ~70
Retrieve ABAP class source code. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | 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.
GetClassVersionDiff ~89
[read-only] Compute a unified diff between two ABAP class versions, by their content_uris (taken from GetClassVersions entries).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetClassVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetClassVersions entry). |
No output schema declared.
No examples provided.
GetClassVersions ~82
[read-only] List the SAP version history of a ABAP class. 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 GetClassVersionSource.
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | ABAP class name. |
No output schema declared.
No examples provided.
GetClassVersionSource ~56
[read-only] Fetch the source of a specific ABAP class version by its content_uri (taken from a GetClassVersions entry).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetClassVersions entry. |
No output schema declared.
No examples provided.
GetDataElement ~73
Retrieve ABAP data element definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| data_element_name | string | yes | Data element name (e.g., Z_MY_DATA_ELEMENT). |
| version | string | — | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. |
No output schema declared.
No examples provided.
GetDataElementVersionDiff ~94
[read-only] Compute a unified diff between two ABAP data element versions, by their content_uris (taken from GetDataElementVersions entries).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetDataElementVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetDataElementVersions entry). |
No output schema declared.
No examples provided.
GetDataElementVersions ~87
[read-only] List the SAP version history of a ABAP data element. 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 GetDataElementVersionSource.
| Name | Type | Req | Description |
|---|---|---|---|
| data_element_name | string | yes | ABAP data element name. |
No output schema declared.
No examples provided.
GetDataElementVersionSource ~60
[read-only] Fetch the source of a specific ABAP data element version by its content_uri (taken from a GetDataElementVersions entry).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetDataElementVersions entry. |
No output schema declared.
No examples provided.
GetDdl ~73
Retrieve ABAP DDL source definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| ddl_name | string | yes | DDL source name (e.g., Z_MY_VIEW). |
| version | string | — | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. |
No output schema declared.
No examples provided.
GetDdlVersionDiff ~96
[read-only] Compute a unified diff between two CDS view (DDL source) versions, by their content_uris (taken from GetDdlVersions entries).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetDdlVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetDdlVersions entry). |
No output schema declared.
No examples provided.
GetDdlVersions ~89
[read-only] List the SAP version history of a CDS view (DDL source). 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 GetDdlVersionSource.
| Name | Type | Req | Description |
|---|---|---|---|
| ddl_name | string | yes | CDS view (DDL source) name. |
No output schema declared.
No examples provided.
GetDdlVersionSource ~62
[read-only] Fetch the source of a specific CDS view (DDL source) version by its content_uri (taken from a GetDdlVersions entry).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetDdlVersions entry. |
No output schema declared.
No examples provided.
GetDomain ~68
Retrieve ABAP domain definition. Supports reading active or inactive version.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_name | string | yes | Domain name (e.g., Z_MY_DOMAIN). |
| version | string | — | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. |
No output schema declared.
No examples provided.
GetDomainVersionDiff ~89
[read-only] Compute a unified diff between two ABAP domain versions, by their content_uris (taken from GetDomainVersions entries).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri_from | string | yes | Opaque content_uri of the OLD/base version (from a GetDomainVersions entry). |
| content_uri_to | string | yes | Opaque content_uri of the NEW/compare version (from a GetDomainVersions entry). |
No output schema declared.
No examples provided.
GetDomainVersions ~82
[read-only] List the SAP version history of a ABAP domain. 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 GetDomainVersionSource.
| Name | Type | Req | Description |
|---|---|---|---|
| domain_name | string | yes | ABAP domain name. |
No output schema declared.
No examples provided.
GetDomainVersionSource ~56
[read-only] Fetch the source of a specific ABAP domain version by its content_uri (taken from a GetDomainVersions entry).
| Name | Type | Req | Description |
|---|---|---|---|
| content_uri | string | yes | Opaque content_uri taken from a GetDomainVersions entry. |
No output schema declared.
No examples provided.
GetEnhancementImpl ~60
[read-only] Retrieve source code of a specific enhancement implementation by its name and enhancement spot.
| Name | Type | Req | Description |
|---|---|---|---|
| enhancement_name | string | yes | [read-only] Name of the enhancement implementation |
| enhancement_spot | string | yes | Name of the enhancement spot |
No output schema declared.
No examples provided.