GetDomain
Retrieve an ABAP domain definition with support for both active (deployed) and inactive (modified but not activated) versions. Specify the domain name and optionally the version to read.
Instructions
Retrieve ABAP domain definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| domain_name | Yes | Domain name (e.g., Z_MY_DOMAIN). |