GetPackage
Retrieve ABAP package metadata including description and super-package information. Supports reading both active and inactive package versions for development workflows.
Instructions
Retrieve ABAP package metadata (description, super-package, etc.). Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | Package name (e.g., Z_MY_PACKAGE). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |