GetPackage
Retrieve ABAP package metadata including description and super-package details. Specify package name and version (active or inactive) to access development information.
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 |