GetPackageVersions
Retrieve the version history of an ABAP package, including version ID, author, timestamp, title, transport request, and a content URI to fetch the source code for each version.
Instructions
[read-only] List the SAP version history of a ABAP package. 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 GetPackageVersionSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ABAP package name. |