GetObjectVersions
Retrieve the version history of any ABAP object, showing each version with author, timestamp, transport request, and a link to fetch its 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. |