GetObjectVersions
List the version history of an ABAP object, showing each version's ID, author, timestamp, associated transport request, and a content URI to fetch the source code.
Instructions
[read-only] List the version history of an ABAP object. 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 source via GetObjectVersionSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Object name (e.g., ZCL_MY_CLASS, ZIF_MY_INTERFACE, Z_MY_TABLE). | |
| object_type | Yes | Object type. | |
| function_group_name | No | Owning function group name. Required when object_type is function_module. |