GetClassVersions
Retrieve the version history of an ABAP class, including version ID, author, timestamp, title, transport request details, and a link to fetch the source code for each version.
Instructions
[read-only] List the SAP version history of a ABAP class. 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 GetClassVersionSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ABAP class name. |