GetDomain
Retrieve ABAP domain definitions from SAP systems to access data type structures and constraints for development tasks. Supports reading both active and inactive versions.
Instructions
Retrieve ABAP domain definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_name | Yes | Domain name (e.g., Z_MY_DOMAIN). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |